aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand/src/builtin_macro.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement format_args more properlyFlorian Diebold2019-12-061-4/+43
* Add stub implementation of format_args{_nl} macrosFlorian Diebold2019-12-061-1/+18
* Add expansion infrastructure for derive macrosFlorian Diebold2019-12-051-19/+18
* Merge #2362bors[bot]2019-11-251-0/+38
|\
| * Expand compile_error!Jeremy Kolb2019-11-251-0/+38
* | Fix panic during the expansion of `column!`Marco Groppo2019-11-241-5/+16
|/
* Use macro for all the thingsEdwin Cheng2019-11-231-48/+31
* Rename BuiltinExpander to BuiltinFnLikeExpanderEdwin Cheng2019-11-231-9/+9
* Refactor builtin macroEdwin Cheng2019-11-221-18/+124
* Expand column!()Jeremy Kolb2019-11-221-1/+43
* Expand file! to dummy ""kjeremy2019-11-221-1/+25
* Add support for Stringify builtin macroPiotr Szpetkowski2019-11-221-0/+27
* Add MacroDefKindEdwin Cheng2019-11-111-6/+2
* Add line macro and testsEdwin Cheng2019-11-111-6/+64
* Add basic bultin macro infrastructureEdwin Cheng2019-11-111-0/+26