aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/err
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | We used name [: expr] grammar before, now it is [name :] expr which makes things simpler
* Rename some tokensAleksey Kladov2020-04-1010-19/+19
|
* Migrate tests .txt -> .rastveetaha2020-04-0613-0/+0
| | | | | | | | The sytax tree output files now use .rast extension (rust-analyzer syntax tree or rust abstract syntax tree (whatever)). This format has a editors/code/ra_syntax_tree.tmGrammar.json declaration that supplies nice syntax highlighting for .rast files.
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-292-7/+7
|
* ra_syntax: migrate test data to 0-length text-range of SyntaxError when ↵Veetaha2020-02-1712-34/+34
| | | | constructed from TextUnit
* 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
| | | | | | | | | | As of rust-lang/rust#61319 the correct order for functions that are both unsafe and async is: `async unsafe fn` and not `unsafe async fn`. This commit updates the parser tests to reflect this, and corrects parsing behavior to accept the correct ordering. Fixes #3025
* 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