aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-1287-3862/+0
* Cleanup parser modifiers testsAleksey Kladov2020-08-124-0/+47
* Allow default everywhereAleksey Kladov2020-08-122-43/+0
* Update grammarAleksey Kladov2020-08-012-12/+12
* Rename BindPat -> IdentPatAleksey Kladov2020-07-3110-34/+34
* Rename PalceholderPat -> WildcardPatAleksey Kladov2020-07-313-11/+11
* Rename TypeArgList -> GenericArgListAleksey Kladov2020-07-315-13/+13
* Rename LambdaExpr -> ClosureExprAleksey Kladov2020-07-313-3/+3
* Finalize impl GrammarAleksey Kladov2020-07-304-5/+5
* Finalize Trait grammarAleksey Kladov2020-07-302-2/+2
* Finalize const&static grammarAleksey Kladov2020-07-302-2/+2
* Rename EnumVariant -> VariantAleksey Kladov2020-07-301-10/+10
* Rename EnumDef -> EnumAleksey Kladov2020-07-301-4/+4
* Rename StructDef -> StructAleksey Kladov2020-07-309-10/+10
* Rename FieldDef -> FieldAleksey Kladov2020-07-306-22/+22
* Rename RecordLit -> RecordExprAleksey Kladov2020-07-301-4/+4
* Rename TypeParamList -> GenericParamListAleksey Kladov2020-07-307-19/+19
* Rename TypeAliasDef -> TypeAliasAleksey Kladov2020-07-302-5/+5
* Rename FnDef -> FnAleksey Kladov2020-07-3029-36/+36
* Update testsAleksey Kladov2020-07-307-17/+17
* Update testsAleksey Kladov2020-07-304-4/+4
* Fix panic in split and merge import assistsLaurențiu Nicola2020-06-231-3/+2
* Move complex inline test to own fileMatthew Jasper2020-06-112-89/+247
* Separating parsing of `for` in predicates and typesMatthew Jasper2020-06-103-8/+98
* Correctly parse <_> paths in patternsAleksey Kladov2020-06-091-37/+37
* Move default const test out of lineAvi Dessauer2020-06-042-0/+43
* Fix parsing of blocks without `{`Aleksey Kladov2020-05-023-1/+78
* Update test dataAleksey Kladov2020-05-0225-1357/+1318
* Validate uses of self and superJohn Renner2020-05-014-0/+103
* Report invalid, nested, multi-segment crate-pathsJohn Renner2020-04-302-50/+65
* Validate the location of `crate` in pathsJohn Renner2020-04-292-0/+80
* Convert tests to text-sizeAleksey Kladov2020-04-2538-3033/+3033
* Rename some tokensAleksey Kladov2020-04-1026-96/+96
* Migrate tests .txt -> .rastveetaha2020-04-0638-0/+0
* Fix parsing lambdas with return typeAleksey Kladov2020-03-251-14/+16
* 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