aboutsummaryrefslogtreecommitdiff
path: root/crates/parser/src/grammar/items
Commit message (Collapse)AuthorAgeFilesLines
* Add validation for mutable const itemsLukas Wirth2021-01-241-1/+1
|
* Parse `impl const Trait`Lukas Wirth2021-01-181-0/+4
|
* Merge #7218bors[bot]2021-01-101-1/+1
|\ | | | | | | | | | | | | | | 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 <[email protected]>
| * Fixed typos in code commentsVincent Esche2021-01-091-1/+1
| |
* | Replace SyntaxKind usage with T! macro where applicableLukas Wirth2021-01-101-1/+1
|/
* Node-ify lifetimesLukas Wirth2020-12-161-5/+5
|
* Align parser names with grammarAleksey Kladov2020-08-134-51/+29
|
* Rename ra_parser -> parserAleksey Kladov2020-08-124-0/+496