Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix fail to parse :: for meta in mbe | Edwin Cheng | 2021-03-05 | 1 | -1/+2 |
* | Merge #7513 | bors[bot] | 2021-03-02 | 8 | -163/+579 |
|\ | |||||
| * | NFA parser for mbe matcher | Edwin Cheng | 2021-02-28 | 8 | -163/+579 |
* | | Use an unversioned profile dependency in mbe | Laurențiu Nicola | 2021-03-01 | 1 | -5/+2 |
* | | Merge #7822 | bors[bot] | 2021-03-01 | 1 | -1/+3 |
|\ \ | |||||
| * | | Paperover a bug in cargo-workspace for publish RA | Edwin Cheng | 2021-03-01 | 1 | -1/+3 |
| |/ | |||||
* / | 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 | 3 | -0/+217 |
* | Make sure normal dependencies always have version | Pavan Kumar Sunkara | 2021-02-03 | 1 | -1/+1 |
* | 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 | 4 | -89/+228 |
* | :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 |
* | Remove unused clones in mbe | Edwin Cheng | 2020-12-30 | 1 | -8/+4 |
* | Refactor mbe parsing code | Edwin Cheng | 2020-12-29 | 4 | -76/+99 |
* | Merge #7060 | bors[bot] | 2020-12-28 | 1 | -0/+12 |
|\ | |||||
| * | Fix mbe fail to pass expr with attr | Edwin Cheng | 2020-12-28 | 1 | -0/+12 |
* | | Special case underscore in mbe meta op | Edwin Cheng | 2020-12-28 | 2 | -2/+45 |
* | | Rollback 6929 | Edwin Cheng | 2020-12-28 | 1 | -2/+1 |
|/ | |||||
* | Ignore third punct in 2-composite punct | Edwin Cheng | 2020-12-27 | 2 | -20/+36 |
* | Use pattern_single instead of pattern in mbe pat | Edwin Cheng | 2020-12-20 | 1 | -0/+12 |
* | mbe: treat _ as ident | Laurențiu Nicola | 2020-12-20 | 4 | -3/+18 |
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 3 | -5/+9 |
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 2 | -3/+3 |
* | Add missing arg for eat_char | Edwin Cheng | 2020-12-11 | 1 | -3/+3 |
* | negative sign matching in mbe matching for literal | Edwin Cheng | 2020-12-11 | 2 | -6/+39 |
* | Add dedicated error for "proc macro not found" | Jonas Schievink | 2020-11-27 | 1 | -0/+2 |