aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/float2.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Further support for floating-point. Literals with exponents workTim Chevalier2011-03-221-0/+23
and literals with the 'f32' or 'f64' suffixes work as well. In addition, logging things with the f32 or f64 type works. (float is still assumed to be a synonym for f64).