aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/type_args.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_parser -> parserAleksey Kladov2020-08-121-63/+0
* Fix const arguments grammarAleksey Kladov2020-07-311-1/+1
* Rename TypeArgList -> GenericArgListAleksey Kladov2020-07-311-1/+1
* Fix parsing of blocks without `{`Aleksey Kladov2020-05-021-1/+1
* Improve const generics parsingMichael Chesser2020-01-061-1/+9
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* 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