aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand/src/builtin_macro.rs
Commit message (Expand)AuthorAgeFilesLines
* Resolve `macro-error` diagnostics on asm & llvm_asmlf-2020-12-151-0/+15
* Implement `module_path!()`Jonas Schievink2020-12-141-0/+10
* format_args: handle key-value argumentsJonas Schievink2020-12-101-0/+6
* Introduce anchored_pathAleksey Kladov2020-12-091-2/+3
* Fix `concat!` with integer literalsJonas Schievink2020-12-081-8/+34
* Make `compile_error!` message match upstream rustcJonas Schievink2020-12-031-4/+1
* Make `compile_error!` lazy and emit a diagnosticJonas Schievink2020-12-031-21/+27
* Give better diagnostic if `OUT_DIR` is unsetJonas Schievink2020-12-031-9/+17
* builtin_macro: move to `mbe::ExpandResult`Jonas Schievink2020-11-301-50/+79
* SimplifyAleksey Kladov2020-11-061-1/+1
* Rename ra_hir_expand -> hir_expandAleksey Kladov2020-08-131-0/+649