rust-analyzer/crates/ra_syntax/src
Julian Wollersberger ff9d553fe3 Some FIXMEs were outdated:
* Done at line 243: "Add validation of `crate` keyword not appearing in the middle of the symbol path"
* Already happened: "Remove validation of unterminated literals (it is already implemented in `tokenize()`)"
* Happens in `unescape()`: "Add validation of character literal containing only a single char"
* Missing: "raw string literals and raw byte string literals"
2020-05-24 13:17:16 +02:00
..
ast Update to rustc_lexer version 660. 2020-05-24 13:12:16 +02:00
parsing Use more natural signature for Edit::apply 2020-05-05 23:23:29 +02:00
validation Introduce EffectExpr 2020-05-02 11:21:39 +02:00
algo.rs Moderate cleanup of add_function 2020-05-20 01:30:12 +02:00
ast.rs Introduce EffectExpr 2020-05-02 11:21:39 +02:00
fuzz.rs Rename AtomTextEdit -> Indel 2020-05-05 23:15:49 +02:00
lib.rs Use more natural signature for Edit::apply 2020-05-05 23:23:29 +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 Convert code to text-size 2020-04-25 11:59:18 +02:00
syntax_error.rs Convert code to text-size 2020-04-25 11:59:18 +02:00
syntax_node.rs Shrink ra_parser::Event from 32 bytes to 16 bytes 2020-05-16 22:20:44 +02:00
tests.rs Switch to TryFrom 2020-04-25 11:59:18 +02:00
validation.rs Some FIXMEs were outdated: 2020-05-24 13:17:16 +02:00