rust-analyzer/crates/ra_parser/src
Luca Barbieri 74e3b48806 Parse correctly fn f<T>() where T: Fn() -> u8 + Send {}
We used to parse it as T: Fn() -> (u8 + Send), which is different from
the rustc behavior of T: (Fn() -> u8) + Send
2020-04-09 13:05:41 +02:00
..
grammar Add L_DOLLAR for TYPE_RECOVERY_SET 2020-04-08 18:34:20 +08:00
syntax_kind Provide more complete AST accessors to support usage in rustc 2020-04-09 11:50:37 +02:00
event.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
grammar.rs Parse correctly fn f<T>() where T: Fn() -> u8 + Send {} 2020-04-09 13:05:41 +02:00
lib.rs Implement concat macro 2020-03-04 01:21:14 +08:00
parser.rs Fix dat comment 2020-02-22 14:16:13 +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