aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/floatlits.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Parse FP literals without coercing to int. This allows parsing 64-bitTim Chevalier2011-03-251-0/+8
floats. However, if someone writes a literal that can't be represented precisely in 64 bits, the front-end will accept it while the back-end will (presumably) complain.