rust/crates/hir_expand/src
2022-01-21 12:58:06 +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 add TopEntryPoint 2021-12-28 17:00:55 +03:00
builtin_fn_macro.rs Remove redundant Option from eager macro fns 2022-01-21 12:58:06 +01:00
db.rs fix: Fix attribute stripping ignoring doc comments 2022-01-07 18:51:10 +01:00
eager.rs Remove redundant Option from eager macro fns 2022-01-21 12:58:06 +01:00
hygiene.rs fix: Fix attribute stripping ignoring doc comments 2022-01-07 18:51:10 +01:00
lib.rs fix: Properly cache files in Semantics when ascending macros 2022-01-14 11:07:53 +01:00
name.rs feat: Deprioritize ops methods in completion 2022-01-11 09:26:53 +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