rust-analyzer/crates/parser/src/grammar
2024-01-27 11:02:34 +01:00
..
expressions Implement builtin#format_args, using rustc's format_args parser 2023-09-05 19:19:46 +02:00
items fix: add USE_TREE_LIST_FIRST_SET 2024-01-12 17:41:46 +08: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: Fix incorrect parsing error on method call on range 2024-01-08 15:09:26 +01: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 Re-order mod declarations 2024-01-27 11:02:34 +01:00
params.rs Recover better on missing parameter in param list 2023-09-29 12:50:16 +02: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