aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/expressions
Commit message (Expand)AuthorAgeFilesLines
* apply T! macro where it is possibleSergey Parilin2019-05-151-72/+72
* Merge #1082bors[bot]2019-04-011-0/+1
|\
| * Async block in argument positionAndrey Tkachenko2019-04-011-0/+1
* | Async closure syntaxrobojumper2019-03-311-2/+12
|/
* recognize async movememoryruins2019-03-281-2/+2
* Allow attributes on top level expressionpcpthm2019-03-191-2/+2
* Fix parse tree of attribute on match armpcpthm2019-03-171-15/+15
* Add async keywordCaio2019-03-091-0/+5
* Introduce pattern_list to parse pipe separated patternsVille Penttinen2019-03-051-10/+2
* Add support for parsing multiple if and while-let patternsVille Penttinen2019-03-041-0/+10
* move parser to a separate crateAleksey Kladov2019-02-211-0/+475