rust-analyzer/crates/hir-expand/src
2023-05-12 12:36:57 +03:30
..
ast_id_map.rs Increase LRU cache size for parse_expansion and macro_expand queries 2023-04-22 11:28:56 +02:00
attrs.rs Use triomphe Arc 2023-05-02 20:02:43 +03: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 double reference in debug derive 2023-05-12 12:36:57 +03:30
builtin_fn_macro.rs fix: column!() and line!() built-in macros return u32 2023-05-11 21:13:05 +09:00
db.rs Use triomphe Arc 2023-05-02 20:02:43 +03:00
eager.rs Use triomphe Arc 2023-05-02 20:02:43 +03: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 Use triomphe Arc 2023-05-02 20:02:43 +03:00
mod_path.rs internal: Rename AstDatabase to ExpandDatabase 2023-03-13 16:35:41 +01:00
name.rs internal: Resolve labels in body lowering 2023-04-06 14:21:20 +02:00
proc_macro.rs Option begone part 2 2023-04-16 19:20:48 +02:00
quote.rs Emit function bodies in expanding builtin derives 2023-05-03 14:14:47 +03:30