rust/crates/ra_syntax/src
2020-02-19 13:13:29 +09:00
..
ast Fix a crash with non-ascii whitespace in doc-comments 2020-02-19 13:13:29 +09: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 Run cargo +nightly fix --clippy -Z unstable-options 2020-02-18 16:03:08 +02:00
ast.rs Fix the trailing whitespace test 2020-02-12 17:04:16 +02: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 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 ra_syntax: SyntaxError::range() now returns by value 2020-02-17 22:24:38 +02:00
validation.rs ra_syntax: reshape SyntaxError for the sake of removing redundancy 2020-02-17 22:24:33 +02:00