aboutsummaryrefslogtreecommitdiff
path: root/crates/parser/src/grammar/items.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level.
* 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