aboutsummaryrefslogtreecommitdiff
path: root/crates/parser
Commit message (Expand)AuthorAgeFilesLines
...
* Implement `RawAttr::filter`Jonas Schievink2020-12-182-0/+7
* Node-ify lifetimesLukas Wirth2020-12-168-29/+48
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-152-15/+36
* Parse unsafe extern blockDavid Tolnay2020-11-231-1/+9
* Kill RAW_ literalsAleksey Kladov2020-11-064-23/+5
* Don't interpret type path as part of visibility.Arif Roktim2020-10-241-1/+5
* Rename record_field_pat to record_pat_fieldPavan Kumar Sunkara2020-09-101-2/+2
* Up proc-macro2 to 1.20kjeremy2020-09-031-1/+1
* CONST LOOPS ARE HEREAleksey Kladov2020-08-277-28/+37
* Complete `pub` in fieldsAleksey Kladov2020-08-251-1/+8
* Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1
* Better recovery in `use foo::;`Aleksey Kladov2020-08-131-2/+14
* Align parser names with grammarAleksey Kladov2020-08-1315-146/+124
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-122-2/+2
* Rename ra_parser -> parserAleksey Kladov2020-08-1222-0/+4884