aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data
Commit message (Expand)AuthorAgeFilesLines
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-2924-28/+28
* 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-1746-242/+242
* ra_syntax: reshape SyntaxError for the sake of removing redundancyVeetaha2020-02-1746-243/+243
* 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-0612-200/+535
|/
* ra_syntax: added tests for tokenization errorsVeetaha2020-02-03148-27/+363
* Nest attrs into exprs in function argsAleksey Kladov2020-01-172-28/+22
* Extract expr_with_attrsAleksey Kladov2020-01-171-10/+14
* 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
* | Simplify array parsingAleksey Kladov2020-01-161-20/+13
* | Merge #2827bors[bot]2020-01-162-28/+28
|\ \
| * | Fix array element attribute positionEdwin Cheng2020-01-162-28/+28
| |/
* / Add a testAleksey Kladov2020-01-151-0/+3980
|/
* Parse trait aliasesEmil Lauridsen2020-01-092-0/+131
* Improve const generics parsingMichael Chesser2020-01-064-19/+73
* Merge #2642bors[bot]2019-12-223-5/+10
|\
| * Use name instead of ident for macro 2.0 sytnaxEdwin Cheng2019-12-223-5/+10
* | Merge #2641bors[bot]2019-12-222-0/+24
|\ \ | |/ |/|
| * Parse const genericsroblabla2019-12-222-0/+24
* | Add macro 2.0 support in parserEdwin Cheng2019-12-217-328/+240
* | Fix parser for macro call in pattern positionEdwin Cheng2019-12-201-5/+4
|/
* Improve recovery for incomplete lambdasAleksey Kladov2019-12-172-0/+88
* Introduce dedicated AST node for unionAleksey Kladov2019-11-252-3/+3
* Attempt to implement typed accessorsGeoffry Song2019-11-151-1/+1
* Move inclusive range check to validationGeoffry Song2019-11-152-8/+15
* Fix parsing of "postfix" range expressions.Geoffry Song2019-11-156-0/+118
* Forbid visibility qualifiers in traitsAleksey Kladov2019-11-112-0/+105
* fix parsing of for loops inside expressionsAleksey Kladov2019-10-283-48/+149
* Merge #1951bors[bot]2019-10-084-0/+150
|\
| * Move tests aroundGeoffry Song2019-10-068-141/+193
| * 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-3030-598/+779
* Support loop as argumentkjeremy2019-09-202-0/+64
* Merge #1884bors[bot]2019-09-202-0/+79
|\
| * Add indexing to record_field_patkjeremy2019-09-202-0/+79
* | fix infinite loop in the parserAleksey Kladov2019-09-202-0/+53
|/
* don't confuse macro with !=Aleksey Kladov2019-09-202-0/+69
* Merge #1848bors[bot]2019-09-157-5/+491
|\
| * Generate `dot_dot_test`Dylan MacKenzie2019-09-152-0/+481