Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ImplItem to ImplBlock | Florian Diebold | 2019-01-04 | 3 | -4/+4 |
| | | | | | rustc uses the name ImplItem for items in impls, not the impl {} block itself, which could lead to confusion. | ||||
* | fix suffix ranges | Aleksey Kladov | 2018-12-27 | 2 | -0/+79 |
| | |||||
* | Improve parsing of incomplete field accesses in preparation for field completion | Florian Diebold | 2018-12-25 | 2 | -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 hook | DJMcNab | 2018-12-20 | 2 | -0/+332 |
| | |||||
* | rename ROOT -> SOURCE_FILE | Aleksey Kladov | 2018-11-07 | 28 | -28/+28 |
| | |||||
* | grammar: fix where clause parsing | Aleksey Kladov | 2018-11-06 | 2 | -0/+30 |
| | | | | closes #205 | ||||
* | Attach comments smartly | Aleksey Kladov | 2018-10-08 | 1 | -3/+3 |
| | |||||
* | generate testsuite for impl_type | csmoe | 2018-09-26 | 2 | -8/+6 |
| | |||||
* | parse impl type | csmoe | 2018-09-25 | 2 | -47/+28 |
| | |||||
* | add test for impl recovery | csmoe | 2018-09-24 | 2 | -0/+70 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 51 | -0/+2248 |