rust/crates/parser/src/grammar
bors[bot] 607b9ea160
Merge #7218
7218: Fix typos r=Veykril a=regexident

Apart from the very last commit on this PR (which fixes a public type's name) all changes are non-breaking.

Co-authored-by: Vincent Esche <regexident@gmail.com>
2021-01-10 18:16:29 +00:00
..
expressions Replace SyntaxKind usage with T! macro where applicable 2021-01-10 17:14:01 +01:00
items Merge #7218 2021-01-10 18:16:29 +00: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 Replace SyntaxKind usage with T! macro where applicable 2021-01-10 17:14:01 +01:00
params.rs Properly attach attributes to Param instead of parent ParamList 2020-12-20 20:30:18 +01:00
paths.rs CONST LOOPS ARE HERE 2020-08-27 18:12:01 +02: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