rust/crates/ra_syntax/src
2020-04-07 13:10:43 +02:00
..
ast Remove the second code-path for completing names in patterns 2020-04-03 21:00:15 +02:00
parsing Attach doc-comment to declaration if there are newlines in between 2020-03-31 14:27:23 +02:00
validation ra_syntax: reshape SyntaxError for the sake of removing redundancy 2020-02-17 22:24:33 +02:00
algo.rs Remove dead code 2020-03-25 10:09:50 +01:00
ast.rs added fmt::Display as a supertrait for AstNode and changed generation. 2020-03-06 19:29:30 +02:00
fuzz.rs Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
lib.rs Nice string formatting 2020-03-28 12:27:54 +01:00
parsing.rs ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR review 2020-02-04 00:00:55 +02:00
ptr.rs DynMap 2019-12-06 21:28:05 +01:00
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