aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing of stement-ish binary expressionsAleksey Kladov2020-03-112-0/+41
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-2917-20/+20
* Parse attr in rhs of let stmtsEdwin Cheng2020-02-282-7/+35
* ra_syntax: migrate test data to 0-length text-range of SyntaxError when const...Veetaha2020-02-1712-34/+34
* ra_syntax: reshape SyntaxError for the sake of removing redundancyVeetaha2020-02-1711-32/+32
* Run cargo testHan Mertens2020-02-121-0/+26
* Run cargo xtask codegenHan Mertens2020-02-121-0/+1
* Address review commentsMatthew Jasper2020-02-102-7/+58
* Update tests for or-patternsMatthew Jasper2020-02-094-60/+184
* Merge #3047bors[bot]2020-02-074-11/+11
|\
| * Update async unsafe fn ordering.Emil Lauridsen2020-02-074-11/+11
* | Closure params testToby Dimmick2020-02-062-0/+73
* | Rework value parameter parsingToby Dimmick2020-02-0610-103/+474
|/
* Nest attrs into exprs in function argsAleksey Kladov2020-01-171-10/+10
* Merge pull request #2813 from jyn514/arg_attributesAleksey Kladov2020-01-172-0/+40
|\
| * move inline function closer to relevant codeJoshua Nelson2020-01-174-115/+40
| * Allow attributes before function argumentsJoshua Nelson2020-01-122-0/+115
* | Minimize testAleksey Kladov2020-01-166-116/+48
* | Fix array element attribute positionEdwin Cheng2020-01-162-28/+28
|/
* Parse trait aliasesEmil Lauridsen2020-01-092-0/+131
* Improve const generics parsingMichael Chesser2020-01-064-19/+73
* Merge #2642bors[bot]2019-12-222-3/+6
|\
| * Use name instead of ident for macro 2.0 sytnaxEdwin Cheng2019-12-222-3/+6
* | Merge #2641bors[bot]2019-12-222-0/+24
|\ \ | |/ |/|
| * Parse const genericsroblabla2019-12-222-0/+24
* | Add macro 2.0 support in parserEdwin Cheng2019-12-214-0/+66
* | Fix parser for macro call in pattern positionEdwin Cheng2019-12-201-5/+4
|/
* Introduce dedicated AST node for unionAleksey Kladov2019-11-251-2/+2
* Merge #1951bors[bot]2019-10-082-0/+46
|\
| * Move tests aroundGeoffry Song2019-10-066-141/+89
| * Lower the precedence of the `as` operator.Geoffry Song2019-10-034-43/+141
* | Fix parsing of block expressions in "forbid_structs" contexts.Geoffry Song2019-10-038-43/+216
|/
* Parse correct AttrInputuHOOCCOOHu2019-09-3014-200/+254
* Add indexing to record_field_patkjeremy2019-09-202-0/+79
* Merge #1848bors[bot]2019-09-156-4/+489
|\
| * Generate `dot_dot_test`Dylan MacKenzie2019-09-152-0/+481
| * Bless old tests containing a `..` patternDylan MacKenzie2019-09-154-4/+8
* | Add tests for underscores in `const` and `static` itemsDylan MacKenzie2019-09-151-0/+21
* | Allow an underscore as the identifier in `const` itemsDylan MacKenzie2019-09-151-0/+1
|/
* update test dataAleksey Kladov2019-09-0298-3944/+4095
* Generate and bless testsDylan MacKenzie2019-08-246-85/+132
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-2318-59/+59
* Add test for nested box patternDylan MacKenzie2019-08-222-12/+49
* Merge #1685bors[bot]2019-08-152-0/+45
|\
| * fix test positionbravomikekilo2019-08-144-113/+45
| * fix testbravomikekilo2019-08-141-2/+2
| * fix error of RangeFrom in for-loopbravomikekilo2019-08-142-0/+113
* | Merge #1676bors[bot]2019-08-142-1/+83
|\ \ | |/ |/|
| * Fix for<'lifetime> for types specified by pathEvgenii P2019-08-112-1/+83
* | Merge #1636bors[bot]2019-08-132-0/+69
|\ \ | |/ |/|