about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/debug
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-498/+0
2022-10-04Improve spans when splitting multi-char operator tokens for proc macros.Nicholas Nethercote-18/+18
2022-10-03Add some more operator cases to `dump-debug-span-debug.rs`.Nicholas Nethercote-32/+102
2020-06-08Show `SyntaxContext` in formatted `Span` debug outputAaron Hill-30/+30
2020-06-04Add `-Z span-debug` to allow for easier debugging of proc macrosAaron Hill-0/+207
2020-05-15Add test of proc_macro::TokenStream's DebugDavid Tolnay-0/+221