rust/crates/parser/src/grammar
2023-09-05 19:19:46 +02:00
..
expressions Implement builtin#format_args, using rustc's format_args parser 2023-09-05 19:19:46 +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 syntax update: the default value of ConstParam turned from Expr into ConstArg 2023-08-08 21:57:54 +04:00
items.rs Turn unresolved proc macro expansions into missing expressions 2023-08-05 20:00:37 +02:00
params.rs
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