aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/type_args.rs
Commit message (Collapse)AuthorAgeFilesLines
* Improve const generics parsingMichael Chesser2020-01-061-1/+9
| | | | | - Handle const generics type args - Fix issue with const generic as first parameter in trait impl
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* 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