aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/expressions/atom.rs
Commit message (Expand)AuthorAgeFilesLines
* fix parsing of for loops inside expressionsAleksey Kladov2019-10-281-1/+2
* Fix parsing of block expressions in "forbid_structs" contexts.Geoffry Song2019-10-031-5/+5
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* Support loop as argumentkjeremy2019-09-201-0/+1
* Replace usages of bump_any with bumpkjeremy2019-09-191-16/+16
* cleanup dollar handling in expressionsAleksey Kladov2019-09-101-0/+25
* rename bump -> bump_anyAleksey Kladov2019-09-091-18/+18
* always wrap block into an expressionAleksey Kladov2019-09-021-2/+2
* Centralize `box` pattern tests in `patterns.rs`Dylan MacKenzie2019-08-241-2/+0
* Add test for nested box patternDylan MacKenzie2019-08-221-0/+2
* Merge #1685bors[bot]2019-08-151-1/+13
|\
| * fix test positionbravomikekilo2019-08-141-10/+6
| * fix error of RangeFrom in for-loopbravomikekilo2019-08-141-1/+17
* | Fix is_path_start to accept T![<], fix is_path_start usagesEvgenii P2019-08-131-1/+1
|/
* fix: parse box syntax inside parenthesescsmoe2019-07-221-0/+3
* Remove parse error on array initializer attributesRyan Cumming2019-06-301-11/+0
* Support attributes on array membersRyan Cumming2019-06-301-0/+28
* fix: box_patterncsmoe2019-06-191-0/+15
* [#1083] Try block syntax: fix testsAndrey Tkachenko2019-06-061-7/+7
* [#1083] Try block syntaxAndrey Tkachenko2019-06-061-1/+17
* 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