rust/crates/hir-expand/src
2022-07-08 15:44:49 +02:00
..
ast_id_map.rs
builtin_attr_macro.rs
builtin_derive_macro.rs minor: Simplify 2022-05-20 16:52:10 +02:00
builtin_fn_macro.rs Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00
db.rs
eager.rs
fixup.rs
hygiene.rs
lib.rs fix: Report proc macro errors in expressions correctly as well 2022-06-28 10:43:22 +02:00
mod_path.rs Use SmallVec to slightly shrink ModPath size 2022-07-06 19:49:05 +02:00
name.rs complete raw identifier with "r#" prefix 2022-06-26 14:45:30 +08:00
proc_macro.rs fix: Report proc macro errors in expressions correctly as well 2022-06-28 10:43:22 +02:00
quote.rs