rust-analyzer/crates/hir-expand/src
bors 21319d135f Auto merge of #13329 - Veykril:rustc-proc-macro, r=Veykril
Use $crate instead of std for panic builtin_fn_macro

This should be closer to the expected output and gets rid of a few type mismatches in rustc/library
2022-10-10 21:35:07 +00:00
..
ast_id_map.rs Emit unconfigured code diagnostics for fields 2022-09-26 19:04:57 +01:00
builtin_attr_macro.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
builtin_derive_macro.rs minor: Simplify 2022-05-20 16:52:10 +02:00
builtin_fn_macro.rs Use $crate instead of std for panic builtin_fn_macro 2022-10-10 10:33:49 +02:00
db.rs Prefer similar tokens when expanding macros speculatively 2022-10-10 22:47:52 +02:00
eager.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
fixup.rs Fixes tests 2022-08-10 16:29:23 +08:00
hygiene.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
lib.rs Fix trait impl item completions using macro file text ranges 2022-10-01 15:34:45 +02:00
mod_path.rs Auto merge of #12982 - jridgewell:into_future, r=Veykril 2022-08-18 07:37:47 +00:00
name.rs fix: infer for-loop item type with IntoIterator and Iterator 2022-09-29 19:48:08 +09:00
proc_macro.rs fix: Report proc macro errors in expressions correctly as well 2022-06-28 10:43:22 +02:00
quote.rs minor: align with rustc on escaping characters in macro expansion 2022-08-05 22:01:09 +09:00