| Commit message (Expand) | Author | Age | Files | Lines |
* | Nest all the or-patterns! | Lukas Wirth | 2021-06-17 | 1 | -19/+3 |
* | Merge #9260 | bors[bot] | 2021-06-14 | 1 | -1/+1 |
|\ |
|
| * | tree-wide: make rustdoc links spiky so they are clickable | Jade | 2021-06-14 | 1 | -1/+1 |
* | | clippy::redundant_field_names | Maan2003 | 2021-06-13 | 1 | -1/+1 |
* | | clippy::redudant_borrow | Maan2003 | 2021-06-13 | 2 | -14/+14 |
|/ |
|
* | Apply more clippy suggestions and update generated | Clemens Wasser | 2021-06-03 | 1 | -14/+7 |
* | Treat `pat_param` like `pat` fragments | Jonas Schievink | 2021-05-29 | 1 | -1/+1 |
* | a lot of clippy::style fixes | Matthias Krüger | 2021-03-21 | 1 | -5/+4 |
* | Fix and test edge cases of `_` as ident | Kevin Mehall | 2021-03-20 | 1 | -3/+2 |
* | Make bare underscore token an Ident rather than Punct in proc-macro | Kevin Mehall | 2021-03-20 | 1 | -0/+1 |
* | use if let Some(x) instead of if x.is_some() and x.unwrap() (clippy::unneces... | Matthias Krüger | 2021-03-17 | 1 | -6/+6 |
* | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 1 | -1/+1 |
* | Simpify mbe bindings builder | Edwin Cheng | 2021-03-14 | 1 | -63/+57 |
* | Make sure ill-form macro handle propely | Edwin Cheng | 2021-03-14 | 1 | -2/+5 |
* | Add bindings builder for speed up matching | Edwin Cheng | 2021-03-13 | 2 | -65/+219 |
* | NFA parser for mbe matcher | Edwin Cheng | 2021-02-28 | 2 | -131/+440 |
* | Fix builtin macros split exprs on comma | Edwin Cheng | 2021-02-28 | 1 | -66/+2 |
* | Simpilfy mbe parsing | Edwin Cheng | 2021-01-30 | 2 | -51/+59 |
* | Simplify mbe match error. | Edwin Cheng | 2021-01-29 | 2 | -156/+137 |
* | Rename mbe_expander for consistency | Edwin Cheng | 2021-01-29 | 2 | -0/+750 |