rust/crates/hir_expand/src
2021-11-22 17:58:36 +01:00
..
ast_id_map.rs add more counts 2021-01-27 12:16:24 +03:00
builtin_attr_macro.rs Check for derive attributes by item path, not derive identifier 2021-11-17 20:46:57 +01:00
builtin_derive_macro.rs Rename intern_macro -> intern_macro_call 2021-11-14 16:25:47 +01:00
builtin_fn_macro.rs Rename intern_macro -> intern_macro_call 2021-11-14 16:25:47 +01:00
db.rs Rename intern_macro -> intern_macro_call 2021-11-14 16:25:47 +01:00
eager.rs Rename intern_macro -> intern_macro_call 2021-11-14 16:25:47 +01:00
hygiene.rs Rename intern_macro -> intern_macro_call 2021-11-14 16:25:47 +01:00
lib.rs Document token up/down mapping 2021-11-22 17:58:36 +01:00
name.rs Replace more Name::to_string usages with Name::to_smol_str 2021-11-04 18:12:05 +01:00
proc_macro.rs Don't discard attributed items when a proc-macro unexpectedly fails to expand 2021-10-29 15:10:44 +02:00
quote.rs Escape characters in builtin macros correctly 2021-05-09 19:57:29 +08:00