rust-analyzer/crates/hir_expand/src
2022-01-31 15:53:44 +01:00
..
ast_id_map.rs Migrate to SyntaxNodePtr in new rowan 2021-12-29 23:48:53 -08: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 Make syntax bridge fully infallible 2022-01-24 17:27:39 +01:00
builtin_fn_macro.rs Remove redundant Option from eager macro fns 2022-01-21 12:58:06 +01:00
db.rs Reduce allocations in attribute collection 2022-01-30 22:18:32 +01:00
eager.rs More correct $crate handling in eager macros 2022-01-27 16:57:53 +01:00
hygiene.rs Reduce allocations in attribute collection 2022-01-30 22:18:32 +01:00
lib.rs Make more precise range macro upmapping 2022-01-31 15:53:44 +01:00
mod_path.rs Fix resolution of eager macro contents 2022-01-26 18:31:07 +01:00
name.rs feat: Honor recursion limit configuration 2022-01-28 11:31:59 +03: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