Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 33 | -141/+269 |
| | |||||
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 5 | -45/+38 |
| | |||||
* | Use items can also have doc comments | Lukas Wirth | 2020-12-04 | 2 | -15/+15 |
| | |||||
* | Parse unsafe extern block | David Tolnay | 2020-11-23 | 2 | -2/+16 |
| | |||||
* | Fix attachment of inner doc comments | Aleksey Kladov | 2020-11-12 | 1 | -3/+3 |
| | |||||
* | Kill RAW_ literals | Aleksey Kladov | 2020-11-06 | 22 | -24/+24 |
| | | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level. | ||||
* | Don't interpret type path as part of visibility. | Arif Roktim | 2020-10-24 | 2 | -0/+56 |
| | |||||
* | Add validation check for ambiguous trait objects | Lukas Wirth | 2020-10-06 | 4 | -0/+404 |
| | |||||
* | Rename record_field_pat to record_pat_field | Pavan Kumar Sunkara | 2020-09-10 | 4 | -0/+0 |
| | |||||
* | Complete `pub` in fields | Aleksey Kladov | 2020-08-25 | 2 | -0/+32 |
| | |||||
* | Better recovery in `use foo::;` | Aleksey Kladov | 2020-08-13 | 1 | -5/+3 |
| | |||||
* | Align parser names with grammar | Aleksey Kladov | 2020-08-13 | 2 | -77/+0 |
| | |||||
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 739 | -0/+30257 |