aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err
Commit message (Expand)AuthorAgeFilesLines
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-294-5/+5
* ra_syntax: migrate test data to 0-length text-range of SyntaxError when const...Veetaha2020-02-1734-208/+208
* ra_syntax: reshape SyntaxError for the sake of removing redundancyVeetaha2020-02-1735-211/+211
* Nest attrs into exprs in function argsAleksey Kladov2020-01-171-18/+12
* Extract expr_with_attrsAleksey Kladov2020-01-171-10/+14
* Simplify array parsingAleksey Kladov2020-01-161-20/+13
* Add macro 2.0 support in parserEdwin Cheng2019-12-212-343/+0
* Improve recovery for incomplete lambdasAleksey Kladov2019-12-172-0/+88
* 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-152-0/+27
* Forbid visibility qualifiers in traitsAleksey Kladov2019-11-112-0/+105
* fix parsing of for loops inside expressionsAleksey Kladov2019-10-281-48/+43
* Parse correct AttrInputuHOOCCOOHu2019-09-305-84/+102
* fix infinite loop in the parserAleksey Kladov2019-09-202-0/+53
* better error recovery for use treesAleksey Kladov2019-09-053-1/+60
* update test dataAleksey Kladov2019-09-0222-1441/+1474
* Generate and bless testsDylan MacKenzie2019-08-241-0/+95
* Centralize `box` pattern tests in `patterns.rs`Dylan MacKenzie2019-08-241-0/+6
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-237-26/+26
* move syntax tests to unit testsAleksey Kladov2019-07-2465-0/+3196