Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace SyntaxKind usage with T! macro where applicable | Lukas Wirth | 2021-01-10 | 1 | -2/+10 |
| | |||||
* | Parse const effect block | Lukas Wirth | 2020-12-23 | 1 | -0/+9 |
| | |||||
* | Parse attributes in tuple expressions | Lukas Wirth | 2020-12-20 | 1 | -3/+5 |
| | |||||
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 1 | -6/+10 |
| | |||||
* | Kill RAW_ literals | Aleksey Kladov | 2020-11-06 | 1 | -12/+2 |
| | | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level. | ||||
* | CONST LOOPS ARE HERE | Aleksey Kladov | 2020-08-27 | 1 | -6/+6 |
| | |||||
* | Align parser names with grammar | Aleksey Kladov | 2020-08-13 | 1 | -10/+10 |
| | |||||
* | Rename ra_parser -> parser | Aleksey Kladov | 2020-08-12 | 1 | -0/+611 |