about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/inner-attrs.stdout
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-956/+0
2022-10-04Improve spans when splitting multi-char operator tokens for proc macros.Nicholas Nethercote-2/+2
2022-08-28Remove `register_attr`-related testsYuki Okushi-178/+178
2021-12-01Pretty print empty blocks as {}David Tolnay-3/+3
2021-05-15Remove some unncessary spaces from pretty-printed tokenstream outputAaron Hill-9/+9
2021-05-03parser: Remove support for inner attributes on non-block expressionsVadim Petrochenkov-378/+179
2021-04-11Implement token-based handling of attributes during expansionAaron Hill-253/+200
2021-04-10Add some proc-macro attribute token handling testsAaron Hill-46/+714
2021-03-25Ban custom inner attributes in expressions and statementsAaron Hill-141/+161
2021-02-28Add more proc-macro attribute testsAaron Hill-0/+520