rust/crates/ra_syntax/src
Aleksey Kladov 738fc79c92 Remove allocations from LCA
I haven't actually profiled this, but not allocating a hash map (or
anything, really) seems like a good idea
2020-04-09 13:56:45 +02:00
..
ast Scale back to only two traits 2020-04-09 13:00:09 +02:00
parsing Attach doc-comment to declaration if there are newlines in between 2020-03-31 14:27:23 +02:00
validation
algo.rs Remove allocations from LCA 2020-04-09 13:56:45 +02:00
ast.rs Scale back to only two traits 2020-04-09 13:00:09 +02:00
fuzz.rs
lib.rs Nice string formatting 2020-03-28 12:27:54 +01:00
parsing.rs
ptr.rs
syntax_error.rs ra_syntax: remove message() method and use only Display trait in SyntaxError as per matklad 2020-02-17 23:13:38 +02:00
syntax_node.rs ra_syntax: moved reexport declaration after imports as per matklad 2020-02-17 22:24:38 +02:00
tests.rs Migrate tests .txt -> .rast 2020-04-06 14:04:26 +03:00
validation.rs Fix unnecessary braces warnings 2020-04-06 17:21:33 +03:00