rust/crates/ra_syntax/src
2020-03-05 18:38:52 +01:00
..
ast Add with_use_tree 2020-03-05 18:38:52 +01:00
parsing Run cargo +nightly fix --clippy -Z unstable-options 2020-02-18 16:03:08 +02:00
validation ra_syntax: reshape SyntaxError for the sake of removing redundancy 2020-02-17 22:24:33 +02:00
algo.rs Cleanup editing API 2020-02-29 13:51:23 +01:00
ast.rs Slightly refactor inlay hints 2020-02-29 23:24:50 +01:00
fuzz.rs
lib.rs ra_syntax: remove message() method and use only Display trait in SyntaxError as per matklad 2020-02-17 23:13:38 +02: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 ra_syntax: SyntaxError::range() now returns by value 2020-02-17 22:24:38 +02:00
validation.rs Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00