rust/crates/ra_syntax/src
2020-03-23 05:19:09 -07:00
..
ast review comments 2020-03-23 05:19:09 -07:00
parsing Remove some TextUnit->usize escapees 2020-03-12 22:33:27 -04:00
validation ra_syntax: reshape SyntaxError for the sake of removing redundancy 2020-02-17 22:24:33 +02:00
algo.rs Add identity expansion checking 2020-03-21 22:43:48 +08:00
ast.rs added fmt::Display as a supertrait for AstNode and changed generation. 2020-03-06 19:29:30 +02:00
fuzz.rs
lib.rs Use match_ast 2020-03-18 20:51:47 +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
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 Parse variadics correctly 2020-03-13 13:54:14 +01:00
validation.rs Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00