aboutsummaryrefslogtreecommitdiff
path: root/crates/parser/src/grammar/items.rs
Commit message (Expand)AuthorAgeFilesLines
* Add even more docsAleksey Kladov2021-05-221-2/+0
* Specialization for async traitsArnaud2021-02-151-0/+28
* Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-151-0/+2
* Replace SyntaxKind usage with T! macro where applicableLukas Wirth2021-01-101-13/+13
* Fix macro_rules not accepting brackets or parenthesesLukas Wirth2020-12-241-2/+7
* Parse const effect blockLukas Wirth2020-12-231-2/+5
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-151-13/+31
* Parse unsafe extern blockDavid Tolnay2020-11-231-1/+9
* Kill RAW_ literalsAleksey Kladov2020-11-061-3/+1
* CONST LOOPS ARE HEREAleksey Kladov2020-08-271-2/+2
* Better recovery in `use foo::;`Aleksey Kladov2020-08-131-2/+14
* Align parser names with grammarAleksey Kladov2020-08-131-27/+27
* Rename ra_parser -> parserAleksey Kladov2020-08-121-0/+432