rust/crates/hir-expand/src
2023-08-01 17:47:52 +02:00
..
ast_id_map.rs Stronger typing for AstId and AstIdMap 2023-07-04 09:16:15 +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 Give real discriminant_type to chalk 2023-07-14 20:15:18 +03:30
builtin_fn_macro.rs Fix the eager token maps by re-mapping the textranges between the input and input expansion 2023-07-13 09:22:38 +02:00
db.rs fix: Expand eager macros to delimited comma separated expression list 2023-07-30 17:31:26 +02:00
eager.rs Don't bail eager expansion when inner macros fail to resolve 2023-08-01 11:26:30 +02:00
fixup.rs Fix the eager token maps by re-mapping the textranges between the input and input expansion 2023-07-13 09:22:38 +02:00
hygiene.rs Simplify 2023-08-01 17:47:52 +02:00
lib.rs fix: Do not create fn macro calls with non-fn expanders 2023-07-30 12:18:19 +02:00
mod_path.rs Use anonymous lifetime where possible 2023-06-29 23:27:28 +09:00
name.rs Auto merge of #15222 - HKalbasi:mir, r=HKalbasi 2023-07-06 12:40:21 +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