about summary refs log tree commit diff
path: root/tests/ui/proc-macro/quote
AgeCommit message (Expand)AuthorLines
2025-08-10Account for macros when trying to point at inference causeEsteban Küber-10/+2
2025-07-28expand: Micro-optimize prelude injectionVadim Petrochenkov-2/+2
2025-06-17Add support for repetition to `proc_macro::quote`Tomoaki Kobayashi-59/+192
2025-04-25Improve pretty printing of if/else.Nicholas Nethercote-12/+12
2025-04-25Fix some pretty printing indents.Nicholas Nethercote-4/+4
2025-04-16Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` testsLukas Wirth-0/+2
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-1/+0
2025-01-09Fix `proc_macro::quote!` for raw identAsuna-1/+21
2025-01-09Migrate check-fail tests for `proc_macro::quote!` from `quote` crateAsuna-0/+163
2025-01-09Migrate basic tests for `proc_macro::quote!` from `quote` crateAsuna-0/+440