rust-analyzer/crates/hir-expand/src
2023-07-03 15:05:25 +02:00
..
ast_id_map.rs internal: Add a CrateRootModuleId that encodes a module id that is always a crate root 2023-06-14 15:41:06 +02:00
attrs.rs Shrink hir_expand::attr::AttrInput by boxing a variant 2023-06-10 01:21:52 +02:00
builtin_attr_macro.rs Support #[derive_const(Trait)] 2023-06-29 20:58:35 +03:30
builtin_derive_macro.rs Use a more obscure hasher name in derive expansion 2023-06-13 08:50:27 +03:00
builtin_fn_macro.rs Use ArgumentV1 instead of Argument 2023-06-19 22:48:49 +03:30
db.rs Shuffle some proc_macro_expand query things around 2023-07-03 15:05:25 +02:00
eager.rs internal: Lazy eager macros 2023-06-09 13:02:13 +02:00
fixup.rs Option begone part 1 2023-04-16 19:20:42 +02:00
hygiene.rs Use triomphe Arc 2023-05-02 20:02:43 +03:00
lib.rs Don't diagnose builtin derives 2023-07-03 14:23:36 +02:00
mod_path.rs Use anonymous lifetime where possible 2023-06-29 23:27:28 +09:00
name.rs Auto merge of #15169 - lowr:patch/impl-header-anon-lifetime, r=HKalbasi 2023-06-30 16:57:20 +00:00
proc_macro.rs internal: Lazy eager macros 2023-06-09 13:02:13 +02:00
quote.rs Emit function bodies in expanding builtin derives 2023-05-03 14:14:47 +03:30