Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `ast_to_token_tree` infallible | Jonas Schievink | 2021-04-04 | 5 | -22/+19 |
* | Allow include! an empty content file | Edwin Cheng | 2021-04-03 | 1 | -3/+0 |
* | Allow `,` to delimit macro 2.0 rules | Jonas Schievink | 2021-04-03 | 3 | -2/+30 |
* | a lot of clippy::style fixes | Matthias Krüger | 2021-03-21 | 4 | -8/+7 |
* | clippy::complexity simplifications related to Iterators | Matthias Krüger | 2021-03-21 | 1 | -2/+1 |
* | Fix and test edge cases of `_` as ident | Kevin Mehall | 2021-03-20 | 3 | -3/+13 |
* | Make bare underscore token an Ident rather than Punct in proc-macro | Kevin Mehall | 2021-03-20 | 5 | -12/+15 |
* | Reorganize mbe tests | Edwin Cheng | 2021-03-18 | 3 | -1959/+1952 |
* | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | 2021-03-17 | 2 | -4/+3 |
* | 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 | 4 | -14/+12 |
* | Fix macro expansion for statements w/o semicolon | Edwin Cheng | 2021-03-16 | 1 | -6/+5 |
* | some clippy::performance fixes | Matthias Krüger | 2021-03-15 | 1 | -6/+2 |
* | 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 |
* | Merge #7994 | bors[bot] | 2021-03-13 | 3 | -67/+221 |
|\ | |||||
| * | Add bindings builder for speed up matching | Edwin Cheng | 2021-03-13 | 3 | -67/+221 |
* | | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 2 | -6/+5 |
|/ | |||||
* | Fix fail to parse :: for meta in mbe | Edwin Cheng | 2021-03-05 | 1 | -1/+2 |
* | Merge #7513 | bors[bot] | 2021-03-02 | 7 | -163/+578 |
|\ | |||||
| * | NFA parser for mbe matcher | Edwin Cheng | 2021-02-28 | 7 | -163/+578 |
* | | Remove redundant semicolon | Dániel Buga | 2021-03-01 | 1 | -1/+1 |
|/ | |||||
* | Fix non-latin characters doc comment for mbe | Edwin Cheng | 2021-02-28 | 2 | -1/+24 |
* | Fix builtin macros split exprs on comma | Edwin Cheng | 2021-02-28 | 4 | -69/+119 |
* | Add benchmark test for mbe | Edwin Cheng | 2021-02-24 | 2 | -0/+214 |
* | Simpilfy mbe parsing | Edwin Cheng | 2021-01-30 | 4 | -74/+71 |
* | Simplify mbe match error. | Edwin Cheng | 2021-01-29 | 6 | -210/+180 |
* | Rename mbe_expander for consistency | Edwin Cheng | 2021-01-29 | 4 | -5/+5 |
* | Support Macro v2 in mbe | Edwin Cheng | 2021-01-25 | 3 | -87/+227 |
* | :arrow_up: rowan | Aleksey Kladov | 2021-01-20 | 1 | -3/+1 |
* | . | Aleksey Kladov | 2021-01-19 | 1 | -1/+1 |
* | Reduce TokenMap size | Edwin Cheng | 2021-01-19 | 1 | -10/+16 |
* | shrink_to_fit `TokenMap`'s backing storage | Jonas Schievink | 2021-01-18 | 1 | -1/+3 |
* | Swap assert_eq_text\!(expected, actual) | yugo-horie | 2021-01-16 | 1 | -5/+5 |
* | Merge #7211 | bors[bot] | 2021-01-14 | 1 | -1/+22 |
|\ | |||||
| * | Fixed expr meta var after path colons in mbe | Edwin Cheng | 2021-01-10 | 1 | -1/+22 |
* | | Fixed typos in public type names | Vincent Esche | 2021-01-09 | 1 | -2/+2 |
* | | Fixed typos in private type names | Vincent Esche | 2021-01-09 | 1 | -5/+5 |
* | | Fixed typos in tests | Vincent Esche | 2021-01-09 | 1 | -1/+1 |
* | | Fixed typos in `log::warn!` message | Vincent Esche | 2021-01-09 | 1 | -5/+1 |
* | | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 3 | -3/+3 |
|/ | |||||
* | Add test | Edwin Cheng | 2021-01-08 | 1 | -0/+13 |
* | Fix bug when $crate in LHS in mbe | Edwin Cheng | 2021-01-08 | 2 | -5/+8 |
* | Merge #7145 | bors[bot] | 2021-01-08 | 3 | -19/+14 |
|\ | |||||
| * | Proper handling $crate Take 2 | Edwin Cheng | 2021-01-07 | 3 | -19/+14 |
* | | Simplify SubtreeTokenSource | Edwin Cheng | 2021-01-04 | 1 | -88/+60 |
* | | Refactor TokenBuffer for reduc cloning | Edwin Cheng | 2021-01-04 | 3 | -19/+18 |
* | | Reduce string copying | Edwin Cheng | 2021-01-04 | 1 | -14/+16 |
|/ | |||||
* | Revert "Proper handling $crate and local_inner_macros" | Jonas Schievink | 2021-01-03 | 3 | -14/+19 |
* | Introduce HygieneFrames for proper token hyginee | Edwin Cheng | 2021-01-02 | 3 | -19/+14 |