Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Specialization for async traits | Arnaud | 2021-02-15 | 1 | -0/+28 |
| | |||||
* | Wrap remaining self/super/crate in Name{Ref} | Lukas Wirth | 2021-01-15 | 1 | -0/+2 |
| | |||||
* | Replace SyntaxKind usage with T! macro where applicable | Lukas Wirth | 2021-01-10 | 1 | -13/+13 |
| | |||||
* | Fix macro_rules not accepting brackets or parentheses | Lukas Wirth | 2020-12-24 | 1 | -2/+7 |
| | |||||
* | Parse const effect block | Lukas Wirth | 2020-12-23 | 1 | -2/+5 |
| | |||||
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 1 | -13/+31 |
| | |||||
* | Parse unsafe extern block | David Tolnay | 2020-11-23 | 1 | -1/+9 |
| | |||||
* | Kill RAW_ literals | Aleksey Kladov | 2020-11-06 | 1 | -3/+1 |
| | | | | | 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 | -2/+2 |
| | |||||
* | Better recovery in `use foo::;` | Aleksey Kladov | 2020-08-13 | 1 | -2/+14 |
| | |||||
* | Align parser names with grammar | Aleksey Kladov | 2020-08-13 | 1 | -27/+27 |
| | |||||
* | Rename ra_parser -> parser | Aleksey Kladov | 2020-08-12 | 1 | -0/+432 |