Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Add bindings builder for speed up matching | Edwin Cheng | 2021-03-13 | 1 | -57/+215 |
* | NFA parser for mbe matcher | Edwin Cheng | 2021-02-28 | 1 | -127/+432 |
* | Fix builtin macros split exprs on comma | Edwin Cheng | 2021-02-28 | 1 | -66/+2 |
* | Simpilfy mbe parsing | Edwin Cheng | 2021-01-30 | 1 | -44/+50 |
* | Simplify mbe match error. | Edwin Cheng | 2021-01-29 | 1 | -149/+137 |
* | Rename mbe_expander for consistency | Edwin Cheng | 2021-01-29 | 1 | -0/+502 |