rust-analyzer/crates/hir_expand/src
Aleksey Kladov 093f99b809 internal: start new macro test suite
I don't like our macro tests -- they are brittle and don't inspire
confidence. I think the reason for that is that we try to unit-test
them, but that is at odds with reality, where macro expansion
fundamentally depends on name resolution.
2021-10-09 13:42:32 +03:00
..
ast_id_map.rs add more counts 2021-01-27 12:16:24 +03:00
builtin_attr.rs Don't ask for the builtin attribute input twice 2021-08-21 12:55:05 +02:00
builtin_derive.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
builtin_macro.rs Expand asm! to format_args! 2021-10-01 12:33:18 +02:00
db.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
eager.rs Include macro path in eager macro resolve error 2021-09-24 15:34:57 +02:00
hygiene.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
lib.rs internal: start new macro test suite 2021-10-09 13:42:32 +03:00
name.rs Replace if let with match where appropriate 2021-10-05 09:00:21 +11:00
proc_macro.rs internal: reduce coupling 2021-08-31 19:14:33 +03:00
quote.rs Escape characters in builtin macros correctly 2021-05-09 19:57:29 +08:00
test_db.rs Introduce anchored_path 2020-12-09 19:07:05 +03:00