about summary refs log tree commit diff
path: root/src/test/run-pass/big-literals.rs
AgeCommit message (Collapse)AuthorLines
2011-12-07Change literal representation to not truncateMarijn Haverbeke-0/+9
Also shuffles around the organization of numeric literals and types, separating by int/uint/float instead of machine-vs-non-machine types. This simplifies some code. Closes #974 Closes #1252