aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/err
Commit message (Expand)AuthorAgeFilesLines
* Rename RecordLit -> RecordExprAleksey Kladov2020-07-301-3/+3
* Rename TypeAliasDef -> TypeAliasAleksey Kladov2020-07-304-4/+4
* Rename FnDef -> FnAleksey Kladov2020-07-309-10/+10
* Update testsAleksey Kladov2020-07-301-1/+1
* Update testsAleksey Kladov2020-07-302-5/+5
* Fix panic in split and merge import assistsLaurențiu Nicola2020-06-232-0/+16
* Update parser tests with env varAleksey Kladov2020-06-151-1/+0
* Move default const test out of lineAvi Dessauer2020-06-042-43/+0
* Update testsAvi Dessauer2020-06-042-0/+43
* Parse default unsafe & default constAvi Dessauer2020-06-041-14/+20
* Update test dataAleksey Kladov2020-05-029-182/+170
* Convert tests to text-sizeAleksey Kladov2020-04-2514-554/+554
* Make records grammar more orthogonalAleksey Kladov2020-04-112-0/+52
* Rename some tokensAleksey Kladov2020-04-1010-19/+19
* Migrate tests .txt -> .rastveetaha2020-04-0613-0/+0
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-292-7/+7
* 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
* Update async unsafe fn ordering.Emil Lauridsen2020-02-072-7/+7
* Parse correct AttrInputuHOOCCOOHu2019-09-301-8/+12
* 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-028-141/+152
* Move numeric names inside of `NameRef`Aleksey Kladov2019-08-091-3/+4
* move syntax tests to unit testsAleksey Kladov2019-07-2424-0/+496