Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
* | Simplify error formatting | Laurențiu Nicola | 2020-11-26 | 1 | -1/+1 | |
* | Implement `Display` for macro expansion errors | Jonas Schievink | 2020-11-26 | 1 | -0/+16 | |
* | Use `ExpandResult` instead of `MacroResult` | Jonas Schievink | 2020-11-26 | 1 | -0/+8 | |
* | Use named fields in `ExpandResult` | Jonas Schievink | 2020-11-26 | 4 | -28/+38 | |
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -1/+1 | |
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 2 | -9/+9 | |
* | Cleanup | Aleksey Kladov | 2020-10-07 | 1 | -12/+10 | |
* | Added unit test for negative number literals in macros. | Tim | 2020-10-06 | 1 | -0/+21 | |
* | Fixed parsing of negative number literals in macros. | Tim | 2020-10-06 | 1 | -5/+12 | |
* | Bump smol_str from 0.1.16 to 0.1.17 | Jean SIMARD | 2020-09-24 | 1 | -1/+4 | |
* | Add description for crates that will be published | Pavan Kumar Sunkara | 2020-08-24 | 1 | -0/+1 | |
* | Add version to deps in cargo.toml | Pavan Kumar Sunkara | 2020-08-24 | 1 | -3/+3 | |
* | Rename ra_mbe -> mbe | Aleksey Kladov | 2020-08-13 | 10 | -0/+4396 |