Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move traits to the new loc | Aleksey Kladov | 2019-12-12 | 1 | -1/+4 |
| | |||||
* | Fix expansion of format_args | Florian Diebold | 2019-12-08 | 1 | -6/+13 |
| | |||||
* | Remove MacroFileKind | Edwin Cheng | 2019-12-08 | 1 | -5/+4 |
| | |||||
* | Implement format_args more properly | Florian Diebold | 2019-12-06 | 1 | -4/+43 |
| | |||||
* | Add stub implementation of format_args{_nl} macros | Florian Diebold | 2019-12-06 | 1 | -1/+18 |
| | | | | Just enough to fix the huge amount of type mismatches they cause. | ||||
* | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 1 | -19/+18 |
| | |||||
* | Merge #2362 | bors[bot] | 2019-11-25 | 1 | -0/+38 |
|\ | | | | | | | | | | | | | | | 2362: Expand compile_error! r=edwin0cheng a=kjeremy Does not validate that the input is a string literal. I thought that I could `match_ast!` against the `macro_args` but that did not work. Even if it had I am not sure which error would be appropriate. Co-authored-by: Jeremy Kolb <[email protected]> | ||||
| * | 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 |