Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use dummy value for line! and column! macro | Edwin Cheng | 2020-01-14 | 1 | -83/+13 |
* | Use dummy value for macro file in bulitin macros | Edwin Cheng | 2020-01-11 | 1 | -2/+10 |
* | Add dummy implementations of env! and option_env! builtins | Florian Diebold | 2019-12-21 | 1 | -43/+95 |
* | Clippy lints | kjeremy | 2019-12-20 | 1 | -1/+1 |
* | Remove useless clone | kjeremy | 2019-12-20 | 1 | -1/+1 |
* | Rename N! to name! | Florian Diebold | 2019-12-13 | 1 | -1/+1 |
* | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 1 | -8/+8 |
* | 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 |
* | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 1 | -19/+18 |
* | 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 |