rust/crates/ra_syntax
Aleksey Kladov d2bce118ae switch to dynamic dispatch for TokenSource
Benchmarks show no difference. This is probably because we are
bottlenecked on memory allocations, and we should fix that, but we are
not optimizing for performance just yet.

changes. Lines starting # with '#' will be ignored, and an empty
message aborts the commit. # # On branch token-source # Changes to be
committed: # modified: crates/ra_syntax/src/parsing/parser_api.rs #
modified: crates/ra_syntax/src/parsing/parser_impl.rs #
2019-02-20 22:02:03 +03:00
..
fuzz Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00
src switch to dynamic dispatch for TokenSource 2019-02-20 22:02:03 +03:00
tests Enable parsing attributes for generic lifetimes and type parameters 2019-02-17 23:32:10 +02:00
Cargo.toml Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00