aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/type_args.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace usages of bump_any with bumpkjeremy2019-09-191-1/+1
* WIP: switch to fully decomposed tokens internallyAleksey Kladov2019-09-101-14/+11
* rename bump -> bump_anyAleksey Kladov2019-09-091-5/+5
* Move numeric names inside of `NameRef`Aleksey Kladov2019-08-091-2/+2
* Make name_ref to accept numeric names optionallyEvgenii P2019-08-091-2/+2
* assoc types boundsAleksey Kladov2019-08-071-0/+7
* apply T! macro where it is possibleSergey Parilin2019-05-151-7/+7
* Fix parsing <= in type_argsVille Penttinen2019-03-301-0/+1
* move parser to a separate crateAleksey Kladov2019-02-211-0/+48