Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow `,` to delimit macro 2.0 rules | Jonas Schievink | 2021-04-03 | 1 | -2/+4 |
* | a lot of clippy::style fixes | Matthias Krüger | 2021-03-21 | 1 | -1/+1 |
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 1 | -3/+2 |
* | NFA parser for mbe matcher | Edwin Cheng | 2021-02-28 | 1 | -10/+1 |
* | Fix builtin macros split exprs on comma | Edwin Cheng | 2021-02-28 | 1 | -2/+2 |
* | Add benchmark test for mbe | Edwin Cheng | 2021-02-24 | 1 | -0/+3 |
* | Simpilfy mbe parsing | Edwin Cheng | 2021-01-30 | 1 | -14/+7 |
* | Simplify mbe match error. | Edwin Cheng | 2021-01-29 | 1 | -20/+11 |
* | Rename mbe_expander for consistency | Edwin Cheng | 2021-01-29 | 1 | -3/+3 |
* | Support Macro v2 in mbe | Edwin Cheng | 2021-01-25 | 1 | -5/+67 |
* | Fixed typos in public type names | Vincent Esche | 2021-01-09 | 1 | -2/+2 |
* | Remove unused clones in mbe | Edwin Cheng | 2020-12-30 | 1 | -8/+4 |
* | Refactor mbe parsing code | Edwin Cheng | 2020-12-29 | 1 | -13/+33 |
* | 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 | 1 | -11/+13 |
* | Rename ra_mbe -> mbe | Aleksey Kladov | 2020-08-13 | 1 | -0/+278 |