aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data
Commit message (Collapse)AuthorAgeFilesLines
* Node-ify lifetimesLukas Wirth2020-12-1633-141/+269
|
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-155-45/+38
|
* Use items can also have doc commentsLukas Wirth2020-12-042-15/+15
|
* Parse unsafe extern blockDavid Tolnay2020-11-232-2/+16
|
* Fix attachment of inner doc commentsAleksey Kladov2020-11-121-3/+3
|
* Kill RAW_ literalsAleksey Kladov2020-11-0622-24/+24
| | | | | 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
|
* Add validation check for ambiguous trait objectsLukas Wirth2020-10-064-0/+404
|
* 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-12739-0/+30257