rust-analyzer/crates/parser/src/grammar
2023-07-05 00:24:11 +09:00
..
expressions Recover from leading comma in tuple pat and expr 2023-06-01 08:40:50 +02:00
items Parse trait alias as a distinct AST type 2023-03-04 00:23:56 +09:00
attributes.rs show diagnostic for } token followed by else in let else statement 2023-03-07 08:24:25 +08:00
expressions.rs fix: assignment operators are right associative 2023-06-03 19:58:35 +09:00
generic_args.rs Recover from missing associated items and generic const defaults 2023-07-05 00:24:11 +09:00
generic_params.rs Recover from missing associated items and generic const defaults 2023-07-05 00:24:11 +09:00
items.rs fix: simplify boolean test to a single negation 2023-05-07 09:44:07 +02:00
params.rs Recover better for more delimited sequences 2023-02-14 13:52:15 +01:00
paths.rs Parse associated return type bounds 2023-05-06 20:31:11 +09:00
patterns.rs Recover from leading comma in tuple pat and expr 2023-06-01 08:40:50 +02:00
types.rs Use ConstArg instead of Expr for AstId of InTypeConstId 2023-06-11 00:39:28 +03:30