rust-analyzer/crates/parser/src/grammar
2024-07-23 22:36:46 +01:00
..
expressions Parse try as a keyword only in edition 2018 and up 2024-07-19 15:43:20 +02:00
items Improve readability of the parser code 2024-03-08 12:00:24 +00:00
attributes.rs Implement unsafe attribute parsing 2024-05-06 12:11:29 +02:00
expressions.rs Improve readability of the parser code 2024-03-08 12:00:24 +00:00
generic_args.rs Recover from missing slots in delimited parsing 2024-02-08 11:14:37 +01:00
generic_params.rs fix: move use parsing to outer match arm 2024-07-23 22:36:46 +01:00
items.rs Parse try as a keyword only in edition 2018 and up 2024-07-19 15:43:20 +02:00
params.rs Improve readability of the parser code 2024-03-08 12:00:24 +00:00
paths.rs Add missing dyn parse special cases in 2015 edition 2024-07-20 09:18:40 +02:00
patterns.rs fix: Fix pat fragment parsers choking on <eoi> 2024-06-17 19:42:56 +02:00
types.rs Add missing dyn parse special cases in 2015 edition 2024-07-20 09:18:40 +02:00