Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parse extended_key_value_attributes | Lukas Wirth | 2021-03-19 | 1 | -2/+2 |
* | Correctly parse attributes on fn parameters | Jonas Schievink | 2021-03-17 | 1 | -7/+22 |
* | Fix macro expansion for statements w/o semicolon | Edwin Cheng | 2021-03-16 | 2 | -6/+6 |
* | 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 |
* | Specialization for async traits | Arnaud | 2021-02-15 | 1 | -0/+28 |
* | Pin Rust to 1.49.0 on CI | Jonas Schievink | 2021-02-12 | 1 | -5/+6 |
* | Add validation for mutable const items | Lukas Wirth | 2021-01-24 | 1 | -1/+1 |
* | Merge #7341 | bors[bot] | 2021-01-18 | 1 | -1/+4 |
|\ | |||||
| * | Fix warnings when running `cargo doc --document-private-items` | Joshua Nelson | 2021-01-18 | 1 | -1/+4 |
* | | Parse `impl const Trait` | Lukas Wirth | 2021-01-18 | 1 | -0/+4 |
|/ | |||||
* | Add `MacroType` syntax | Jonas Schievink | 2021-01-18 | 1 | -0/+1 |
* | Merge #7291 | bors[bot] | 2021-01-18 | 3 | -15/+30 |
|\ | |||||
| * | Wrap remaining self/super/crate in Name{Ref} | Lukas Wirth | 2021-01-15 | 3 | -15/+30 |
* | | Add missing inlines | Aleksey Kladov | 2021-01-17 | 1 | -0/+3 |
|/ | |||||
* | Handle self/super/crate in PathSegment as NameRef | Lukas Wirth | 2021-01-15 | 1 | -1/+5 |
* | Add support for yiled keyword | Daiki Ihara | 2021-01-15 | 2 | -2/+22 |
* | Merge #7211 | bors[bot] | 2021-01-14 | 1 | -3/+13 |
|\ | |||||
| * | Fixed expr meta var after path colons in mbe | Edwin Cheng | 2021-01-10 | 1 | -3/+13 |
* | | Merge #7218 | bors[bot] | 2021-01-10 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 1 | -1/+1 |
| |/ | |||||
* | | Replace SyntaxKind usage with T! macro where applicable | Lukas Wirth | 2021-01-10 | 5 | -19/+27 |
* | | Use T! for bool keywords | Laurențiu Nicola | 2021-01-10 | 1 | -1/+1 |
* | | Allow `true` and `false` keywords in const generics | Callym | 2021-01-10 | 1 | -1/+5 |
|/ | |||||
* | parser,syntax: Add separate parser for stmt with optional semicolon | Marijn Suijten | 2021-01-03 | 2 | -0/+6 |
* | Fix mbe fail to pass expr with attr | Edwin Cheng | 2020-12-28 | 1 | -1/+1 |
* | Fix macro_rules not accepting brackets or parentheses | Lukas Wirth | 2020-12-24 | 1 | -2/+7 |
* | Remove local ungrammar dependency | Lukas Wirth | 2020-12-23 | 1 | -3/+1 |
* | Parse const effect block | Lukas Wirth | 2020-12-23 | 2 | -2/+14 |
* | Parse ConstBlockPat | Lukas Wirth | 2020-12-23 | 1 | -0/+16 |
* | Update ungrammar for const block patterns | Lukas Wirth | 2020-12-23 | 1 | -0/+1 |
* | Merge #6965 | bors[bot] | 2020-12-21 | 2 | -12/+13 |
|\ | |||||
| * | Parse attributes in tuple expressions | Lukas Wirth | 2020-12-20 | 1 | -3/+5 |
| * | Properly attach attributes to Param instead of parent ParamList | Lukas Wirth | 2020-12-20 | 1 | -9/+8 |
* | | Merge #6967 | bors[bot] | 2020-12-21 | 2 | -9/+19 |
|\ \ | |||||
| * | | Properly parse legacy trait objects with leading ForType | Lukas Wirth | 2020-12-20 | 2 | -9/+19 |
| |/ | |||||
* / | Use pattern_single instead of pattern in mbe pat | Edwin Cheng | 2020-12-20 | 2 | -2/+2 |
|/ | |||||
* | Implement `RawAttr::filter` | Jonas Schievink | 2020-12-18 | 2 | -0/+7 |
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 8 | -29/+48 |
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 2 | -15/+36 |
* | Parse unsafe extern block | David Tolnay | 2020-11-23 | 1 | -1/+9 |
* | Kill RAW_ literals | Aleksey Kladov | 2020-11-06 | 4 | -23/+5 |
* | Don't interpret type path as part of visibility. | Arif Roktim | 2020-10-24 | 1 | -1/+5 |
* | Rename record_field_pat to record_pat_field | Pavan Kumar Sunkara | 2020-09-10 | 1 | -2/+2 |
* | Up proc-macro2 to 1.20 | kjeremy | 2020-09-03 | 1 | -1/+1 |
* | CONST LOOPS ARE HERE | Aleksey Kladov | 2020-08-27 | 7 | -28/+37 |
* | Complete `pub` in fields | Aleksey Kladov | 2020-08-25 | 1 | -1/+8 |
* | Better recovery in `use foo::;` | Aleksey Kladov | 2020-08-13 | 1 | -2/+14 |
* | Align parser names with grammar | Aleksey Kladov | 2020-08-13 | 15 | -146/+124 |
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 2 | -2/+2 |