rust-analyzer/crates/parser/src/grammar
Lukas Wirth cddaf7485f
Merge pull request #18625 from Veykril/push-npnxwpxuzlqz
fix: Fix parser getting stuck for bad asm expressions
2024-12-06 05:11:08 +00:00
..
expressions fix: Fix parser getting stuck for bad asm expressions 2024-12-06 05:57:00 +01:00
items Only parse safe as contextual kw in extern blocks 2024-10-30 19:28:33 +02:00
attributes.rs Better parser recovery for incomplete attributes 2024-12-04 06:45:59 +01:00
expressions.rs fix: Fix parsing of integer/keyword name refs in various places 2024-12-05 15:27:50 +01:00
generic_args.rs fix: Fix parsing of dyn T in generic arg on 2015 edition 2024-12-05 20:26:49 +01:00
generic_params.rs Parse lifetime bounds in lifetime param into TypeBoundList 2024-12-05 17:52:02 +01:00
items.rs fix: Fix parsing of integer/keyword name refs in various places 2024-12-05 15:27:50 +01:00
params.rs Fix parsing of parenthesized type args and RTN 2024-12-04 11:48:47 +01:00
paths.rs fix: Fix parsing of integer/keyword name refs in various places 2024-12-05 15:27:50 +01:00
patterns.rs Parse patterns with leading pipe properly in all places 2024-10-31 15:32:37 +02:00
types.rs fix: Fix parsing of dyn T in generic arg on 2015 edition 2024-12-05 20:26:49 +01:00