rust-analyzer/crates/parser/src/grammar
2021-01-24 02:17:41 +01:00
..
expressions Add support for yiled keyword 2021-01-15 23:35:17 +09:00
items Add validation for mutable const items 2021-01-24 02:17:41 +01:00
attributes.rs Align parser names with grammar 2020-08-13 17:59:27 +02:00
expressions.rs CONST LOOPS ARE HERE 2020-08-27 18:12:01 +02:00
items.rs Wrap remaining self/super/crate in Name{Ref} 2021-01-15 22:18:43 +01:00
params.rs Wrap remaining self/super/crate in Name{Ref} 2021-01-15 22:18:43 +01:00
paths.rs Handle self/super/crate in PathSegment as NameRef 2021-01-15 19:21:23 +01:00
patterns.rs Replace SyntaxKind usage with T! macro where applicable 2021-01-10 17:14:01 +01:00
type_args.rs Use T! for bool keywords 2021-01-10 17:47:12 +02:00
type_params.rs Replace SyntaxKind usage with T! macro where applicable 2021-01-10 17:14:01 +01:00
types.rs Properly parse legacy trait objects with leading ForType 2020-12-20 21:53:55 +01:00