aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/ok
Commit message (Expand)AuthorAgeFilesLines
* Update ungrammarJonas Schievink2021-06-1112-343/+389
* Attach comments to ast::ImplLukas Wirth2021-05-151-3/+3
* fix: false positive about inner attrs in docsAleksey Kladov2021-04-193-179/+223
* Correctly parse attributes on fn parametersJonas Schievink2021-03-171-39/+39
* Add validation for mutable const itemsLukas Wirth2021-01-242-23/+1
* Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-154-12/+28
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-153-5/+10
* Properly attach attributes to Param instead of parent ParamListLukas Wirth2020-12-202-125/+125
* Node-ify lifetimesLukas Wirth2020-12-168-72/+139
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-151-5/+2
* Parse unsafe extern blockDavid Tolnay2020-11-232-2/+16
* Fix attachment of inner doc commentsAleksey Kladov2020-11-121-3/+3
* Add validation check for ambiguous trait objectsLukas Wirth2020-10-062-0/+206
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-12140-0/+10754