aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/err
Commit message (Collapse)AuthorAgeFilesLines
* Rename ImplItem to ImplBlockFlorian Diebold2019-01-043-4/+4
| | | | | rustc uses the name ImplItem for items in impls, not the impl {} block itself, which could lead to confusion.
* fix suffix rangesAleksey Kladov2018-12-272-0/+79
|
* Improve parsing of incomplete field accesses in preparation for field completionFlorian Diebold2018-12-252-0/+38
| | | | | We need to be able to get the receiver even if there is no field name yet, and currently "a." wouldn't get parsed as a field name at all. This seems to help.
* Fix the tests and fix the precommit hookDJMcNab2018-12-202-0/+332
|
* rename ROOT -> SOURCE_FILEAleksey Kladov2018-11-0728-28/+28
|
* grammar: fix where clause parsingAleksey Kladov2018-11-062-0/+30
| | | | closes #205
* Attach comments smartlyAleksey Kladov2018-10-081-3/+3
|
* generate testsuite for impl_typecsmoe2018-09-262-8/+6
|
* parse impl typecsmoe2018-09-252-47/+28
|
* add test for impl recoverycsmoe2018-09-242-0/+70
|
* rename all thingsAleksey Kladov2018-09-1651-0/+2248