aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/items.rs
Commit message (Expand)AuthorAgeFilesLines
* Move numeric names inside of `NameRef`Aleksey Kladov2019-08-091-1/+1
* Make name_ref to accept numeric names optionallyEvgenii P2019-08-091-1/+1
* fixed #1384zjy2019-06-281-7/+9
* fix: specialization(with blindly parsing)csmoe2019-06-191-1/+28
* fix: support existential typecsmoe2019-06-121-3/+13
* reformatAleksey Kladov2019-05-231-2/+2
* apply T! macro where it is possibleSergey Parilin2019-05-151-57/+57
* Refactor parser handle mult-char punct internallyEdwin Cheng2019-04-281-1/+1
* Parse unsafe async / const unsafe fns properlyrobojumper2019-04-031-6/+17
* Async closure syntaxrobojumper2019-03-311-1/+1
* recognize async movememoryruins2019-03-281-1/+1
* Use Marker argument for item parserspcpthm2019-03-181-53/+40
* Apply stylistic changes suggestedpcpthm2019-03-181-13/+10
* Refactor maybe_item to use Marker argumentpcpthm2019-03-171-47/+42
* Add test for async blockCaio2019-03-101-1/+2
* Add async keywordCaio2019-03-091-1/+9
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-251-1/+1
* move parser to a separate crateAleksey Kladov2019-02-211-0/+392