rust/crates/hir-expand/src
2023-11-02 10:14:54 +08:00
..
ast_id_map.rs Allocate ast ids for parameters 2023-09-28 13:16:11 +02:00
attrs.rs Derive block attributes from block item tree 2023-08-10 18:52:27 +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 Emit builtin#format_args in builtin format_args expander 2023-09-06 18:08:20 +02:00
db.rs fix: using name(include) instead of str 2023-11-02 10:14:54 +08: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 Run cargo fmt on 1.72 2023-08-25 22:24:41 +03:30
lib.rs internal: Add offset param to token descending API 2023-08-16 10:07:18 +02:00
mod_path.rs Use anonymous lifetime where possible 2023-06-29 23:27:28 +09:00
name.rs Desugar builtin#format_args 2023-09-06 15:21:41 +02:00
proc_macro.rs
quote.rs