summary refs log tree commit diff
path: root/src/test/ui/proc-macro/auxiliary/api/parse.rs
AgeCommit message (Expand)AuthorLines
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/+23