rust-analyzer/crates/ra_parser/src
Simon Vandel Sillesen ef6d53521f Shrink ra_parser::Event from 32 bytes to 16 bytes
This boxes the Error variant with the assumption that it is rarely constructed
2020-05-16 22:20:44 +02:00
..
grammar Fix parsing of blocks without { 2020-05-02 14:35:17 +02:00
syntax_kind Introduce EffectExpr 2020-05-02 11:21:39 +02:00
event.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
grammar.rs Fix parsing of blocks without { 2020-05-02 14:35:17 +02:00
lib.rs Shrink ra_parser::Event from 32 bytes to 16 bytes 2020-05-16 22:20:44 +02:00
parser.rs Shrink ra_parser::Event from 32 bytes to 16 bytes 2020-05-16 22:20:44 +02:00
syntax_kind.rs Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
token_set.rs Touch up TokenSet a bit 2019-12-19 17:13:33 +01:00