about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/auxiliary/api
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-100/+0
2022-03-26Use str and char's Debug impl to format literalsDavid Tolnay-6/+6
2022-03-26Add test for proc_macro Literal string and character constructorsDavid Tolnay-0/+11
2021-11-05Add test to confirm fnn_unsuffixed does not emit exponent notationDavid Tolnay-0/+6
2021-10-25Append .0 to unsuffixed float if it would otherwise become int tokenDavid Tolnay-0/+4
2021-08-03Remove space after negative sign in Literal to_stringDavid Tolnay-3/+3
2021-07-18Support negative numbers in Literal::from_strDavid Tolnay-0/+11
2021-05-19Add proc macro Literal parse testDavid Tolnay-0/+27
2021-05-19Make a more meaningful test for Punct eqDavid Tolnay-5/+5
2021-05-19Move proc_macro tests to ui testDavid Tolnay-0/+25
2021-05-19Make a ui test to take the role of libproc_macro #[test] testsDavid Tolnay-0/+16