Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #2362 | bors[bot] | 2019-11-25 | 1 | -0/+38 |
|\ | |||||
| * | Expand compile_error! | Jeremy Kolb | 2019-11-25 | 1 | -0/+38 |
* | | Fix panic during the expansion of `column!` | Marco Groppo | 2019-11-24 | 1 | -5/+16 |
|/ | |||||
* | Use macro for all the things | Edwin Cheng | 2019-11-23 | 1 | -48/+31 |
* | Rename BuiltinExpander to BuiltinFnLikeExpander | Edwin Cheng | 2019-11-23 | 1 | -9/+9 |
* | Refactor builtin macro | Edwin Cheng | 2019-11-22 | 1 | -18/+124 |
* | Expand column!() | Jeremy Kolb | 2019-11-22 | 1 | -1/+43 |
* | Expand file! to dummy "" | kjeremy | 2019-11-22 | 1 | -1/+25 |
* | Add support for Stringify builtin macro | Piotr Szpetkowski | 2019-11-22 | 1 | -0/+27 |
* | Add MacroDefKind | Edwin Cheng | 2019-11-11 | 1 | -6/+2 |
* | Add line macro and tests | Edwin Cheng | 2019-11-11 | 1 | -6/+64 |
* | Add basic bultin macro infrastructure | Edwin Cheng | 2019-11-11 | 1 | -0/+26 |