aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/inline
Commit message (Collapse)AuthorAgeFilesLines
* Properly attach attributes to Param instead of parent ParamListLukas Wirth2020-12-201-10/+10
|
* Node-ify lifetimesLukas Wirth2020-12-1617-35/+70
|
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-153-36/+26
|
* Use items can also have doc commentsLukas Wirth2020-12-042-15/+15
|
* Kill RAW_ literalsAleksey Kladov2020-11-061-2/+2
| | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level.
* Don't interpret type path as part of visibility.Arif Roktim2020-10-242-0/+56
|
* Rename record_field_pat to record_pat_fieldPavan Kumar Sunkara2020-09-104-0/+0
|
* Complete `pub` in fieldsAleksey Kladov2020-08-252-0/+32
|
* Better recovery in `use foo::;`Aleksey Kladov2020-08-131-5/+3
|
* Align parser names with grammarAleksey Kladov2020-08-132-77/+0
|
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-12332-0/+10551