rust/crates/hir-expand/src
2023-06-13 08:50:27 +03:00
..
ast_id_map.rs internal: Less file parsing for symbol index generation 2023-05-18 08:25: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 Remove unnecessary is_derive field from MacroCallKind::Attr 2023-04-22 14:29:28 +02:00
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 internal: Lazy eager macros 2023-06-09 13:02:13 +02:00
db.rs internal: Lazy eager macros 2023-06-09 13:02:13 +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 internal: Lazy eager macros 2023-06-09 13:02:13 +02:00
mod_path.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
name.rs Don't add --all-targets to runnables for no-std crates 2023-05-28 14:18:44 +02: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