aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data
Commit message (Expand)AuthorAgeFilesLines
* Merge #4227bors[bot]2020-04-304-75/+91
|\
| * Report invalid, nested, multi-segment crate-pathsJohn Renner2020-04-304-75/+91
* | Special-case try macro_rulesEdwin Cheng2020-04-302-0/+28
|/
* Special-case try macro to better support 2015 editionAleksey Kladov2020-04-302-0/+36
* Validate the location of `crate` in pathsJohn Renner2020-04-292-0/+80
* Convert tests to text-sizeAleksey Kladov2020-04-25335-22878/+22878
* Align grammar for record patterns and literalsAleksey Kladov2020-04-115-33/+41
* Make records grammar more orthogonalAleksey Kladov2020-04-113-4/+62
* Rename some tokensAleksey Kladov2020-04-10197-1003/+1003
* Parse correctly fn f<T>() where T: Fn() -> u8 + Send {}Luca Barbieri2020-04-092-0/+62
* Migrate tests .txt -> .rastveetaha2020-04-06276-0/+0
* Macro patterns are not confused with expressions.Aleksey Kladov2020-04-031-10/+11
* Attach doc-comment to declaration if there are newlines in betweenLeander Tentrup2020-03-312-0/+20
* Fix parsing lambdas with return typeAleksey Kladov2020-03-253-14/+62
* Support arbitrary discriminantsAleksey Kladov2020-03-202-0/+31
* Parse variadics correctlyAleksey Kladov2020-03-135-3/+144
* Move verbose tests out of lineAleksey Kladov2020-03-138-56/+87
* Fix parsing of stement-ish binary expressionsAleksey Kladov2020-03-112-0/+41
* 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