Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make macro def krate mandatory | Jonas Schievink | 2020-12-15 | 1 | -4/+4 |
* | Basic support for decl macros 2.0 | Jonas Schievink | 2020-12-15 | 1 | -8/+11 |
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 1 | -6/+10 |
* | Resolve `macro-error` diagnostics on asm & llvm_asm | lf- | 2020-12-15 | 1 | -0/+15 |
* | Implement `module_path!()` | Jonas Schievink | 2020-12-14 | 1 | -0/+10 |
* | format_args: handle key-value arguments | Jonas Schievink | 2020-12-10 | 1 | -0/+6 |
* | Introduce anchored_path | Aleksey Kladov | 2020-12-09 | 1 | -2/+3 |
* | Fix `concat!` with integer literals | Jonas Schievink | 2020-12-08 | 1 | -8/+34 |
* | Make `compile_error!` message match upstream rustc | Jonas Schievink | 2020-12-03 | 1 | -4/+1 |
* | Make `compile_error!` lazy and emit a diagnostic | Jonas Schievink | 2020-12-03 | 1 | -21/+27 |
* | Give better diagnostic if `OUT_DIR` is unset | Jonas Schievink | 2020-12-03 | 1 | -9/+17 |
* | builtin_macro: move to `mbe::ExpandResult` | Jonas Schievink | 2020-11-30 | 1 | -50/+79 |
* | Simplify | Aleksey Kladov | 2020-11-06 | 1 | -1/+1 |
* | Rename ra_hir_expand -> hir_expand | Aleksey Kladov | 2020-08-13 | 1 | -0/+649 |