Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add even more docs | Aleksey Kladov | 2021-05-22 | 1 | -0/+1 |
| | |||||
* | Handle extended key value attr in mbe | Edwin Cheng | 2021-04-17 | 1 | -36/+1 |
| | |||||
* | Fix macro expansion for statements w/o semicolon | Edwin Cheng | 2021-03-16 | 1 | -3/+3 |
| | |||||
* | Fix remaining references to `cargo xtask codegen` | Lukas Wirth | 2021-03-12 | 1 | -1/+1 |
| | |||||
* | Fix fail to parse :: for meta in mbe | Edwin Cheng | 2021-03-05 | 1 | -1/+2 |
| | |||||
* | Wrap remaining self/super/crate in Name{Ref} | Lukas Wirth | 2021-01-15 | 1 | -2/+10 |
| | |||||
* | parser,syntax: Add separate parser for stmt with optional semicolon | Marijn Suijten | 2021-01-03 | 1 | -0/+4 |
| | | | | | Adjusting `grammar::fragments::stmt` to Optional or Yes will break original functionality and tests. | ||||
* | Fix mbe fail to pass expr with attr | Edwin Cheng | 2020-12-28 | 1 | -1/+1 |
| | |||||
* | Use pattern_single instead of pattern in mbe pat | Edwin Cheng | 2020-12-20 | 1 | -1/+1 |
| | |||||
* | Implement `RawAttr::filter` | Jonas Schievink | 2020-12-18 | 1 | -0/+4 |
| | |||||
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 1 | -0/+7 |
| | |||||
* | Kill RAW_ literals | Aleksey Kladov | 2020-11-06 | 1 | -4/+1 |
| | | | | | 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 | 1 | -1/+5 |
| | |||||
* | Align parser names with grammar | Aleksey Kladov | 2020-08-13 | 1 | -8/+8 |
| | |||||
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 1 | -1/+1 |
| | |||||
* | Rename ra_parser -> parser | Aleksey Kladov | 2020-08-12 | 1 | -0/+293 |