rust/crates/hir_expand/src
2022-02-09 11:58:52 +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 Shrink mbe::ExpandError and mbe::ParseError 2022-02-03 17:25:24 +01:00
db.rs Replace expressions with errors in them 2022-02-09 11:58:52 +01:00
eager.rs More correct $crate handling in eager macros 2022-01-27 16:57:53 +01:00
fixup.rs Replace expressions with errors in them 2022-02-09 11:58:52 +01:00
hygiene.rs Replace expressions with errors in them 2022-02-09 11:58:52 +01:00
lib.rs Replace expressions with errors in them 2022-02-09 11:58:52 +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 Shrink mbe::ExpandError and mbe::ParseError 2022-02-03 17:25:24 +01:00
quote.rs Escape characters in builtin macros correctly 2021-05-09 19:57:29 +08:00