aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing of interpolated expressionsAleksey Kladov2019-12-191-0/+1
* Improve recovery for incomplete lambdasAleksey Kladov2019-12-171-1/+6
* Fix hir for ast::UnionDefAleksey Kladov2019-11-251-1/+1
* Introduce dedicated AST node for unionAleksey Kladov2019-11-252-12/+21
* Move inclusive range check to validationGeoffry Song2019-11-151-3/+0
* Fix parsing of "postfix" range expressions.Geoffry Song2019-11-151-30/+24
* Simplify parsingAleksey Kladov2019-11-141-17/+17
* cargo xtask format with 1.39kjeremy2019-11-071-3/+3
* fix parsing of for loops inside expressionsAleksey Kladov2019-10-281-1/+2
* Merge #1951bors[bot]2019-10-081-1/+10
|\
| * Move tests aroundGeoffry Song2019-10-061-6/+5
| * Lower the precedence of the `as` operator.Geoffry Song2019-10-031-2/+12
* | Fix parsing of block expressions in "forbid_structs" contexts.Geoffry Song2019-10-032-10/+25
|/
* Merge branch 'master' into feature/issue/1856Alexander Andreev2019-09-301-2/+17
|\
| * FixesuHOOCCOOHu2019-09-301-10/+8
| * Parse correct AttrInputuHOOCCOOHu2019-09-301-2/+19
* | Added test for check doc strings in crates.Alexander Andreev2019-09-3014-0/+28
|/
* Support loop as argumentkjeremy2019-09-201-0/+1
* Simplify match armkjeremy2019-09-201-2/+1
* Merge #1884bors[bot]2019-09-201-2/+12
|\
| * Apply suggestionkjeremy2019-09-201-3/+2
| * Add indexing to record_field_patkjeremy2019-09-201-2/+13
* | fix infinite loop in the parserAleksey Kladov2019-09-201-7/+11
|/
* Merge #1881bors[bot]2019-09-201-1/+1
|\
| * don't confuse macro with !=Aleksey Kladov2019-09-201-1/+1
* | Replace usages of bump_any with bumpkjeremy2019-09-1913-80/+80
|/
* Merge #1848bors[bot]2019-09-151-10/+42
|\
| * Parse `..` as a proper patternDylan MacKenzie2019-09-151-10/+42
* | Allow an underscore as the identifier in `const` itemsDylan MacKenzie2019-09-152-2/+11
|/
* cleanup dollar handling in expressionsAleksey Kladov2019-09-102-40/+34
* WIP: switch to fully decomposed tokens internallyAleksey Kladov2019-09-107-140/+160
* rename bump -> bump_anyAleksey Kladov2019-09-0914-109/+109
* tiny simplificationAleksey Kladov2019-09-093-4/+7
* better error recovery for use treesAleksey Kladov2019-09-052-2/+5
* always wrap block into an expressionAleksey Kladov2019-09-022-2/+7
* cleanupAleksey Kladov2019-09-023-3/+3
* Handle `Struct { box i }` syntaxDylan MacKenzie2019-08-241-0/+3
* Centralize `box` pattern tests in `patterns.rs`Dylan MacKenzie2019-08-242-7/+0
* Parse `BoxPat`Dylan MacKenzie2019-08-241-19/+32
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-234-32/+32
* Add test for nested box patternDylan MacKenzie2019-08-221-0/+2
* Add BOX_KW to PATTERN_FIRSTDylan MacKenzie2019-08-221-1/+1
* 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
* | Merge #1676bors[bot]2019-08-148-12/+17
|\ \ | |/ |/|
| * Fix is_path_start to accept T![<], fix is_path_start usagesEvgenii P2019-08-138-13/+17
| * Fix for<'lifetime> for types specified by pathEvgenii P2019-08-111-1/+2
* | Merge #1636bors[bot]2019-08-131-7/+12
|\ \ | |/ |/|
| * add inline testbravomikekilo2019-08-131-0/+6