rust/crates/hir_expand/src
2021-05-29 20:32:57 +02:00
..
ast_id_map.rs
builtin_derive.rs Simplify eager macro representation 2021-05-19 20:19:08 +02:00
builtin_macro.rs Remove fragment kind knowledge from builtin macros 2021-05-29 17:17:08 +02:00
db.rs internal: move diagnostics to hir 2021-05-25 17:49:59 +03:00
eager.rs Remove fragment kind knowledge from builtin macros 2021-05-29 17:17:08 +02:00
hygiene.rs Make TokenTextRange private 2021-05-24 20:29:48 +02:00
input.rs Simplify eager macro representation 2021-05-19 20:19:08 +02:00
lib.rs Thread proc-macro types through the HIR 2021-05-29 20:32:57 +02:00
name.rs Add even more docs 2021-05-22 17:20:22 +03:00
proc_macro.rs Rewrite #[derive] removal to be based on AST 2021-05-10 22:54:17 +02:00
quote.rs Escape characters in builtin macros correctly 2021-05-09 19:57:29 +08:00
test_db.rs