| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
Un-XFAIL expr-alt.rs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
that code path.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
finite. Un-comment next size in nbody.rs.
|
|
|
|
Testing proper cleanup is hampered by
https://github.com/graydon/rust/issues/293
|
|
isn't working for some reason (insufficient alias info?) Speeds up nbody a bit.
|
|
|
|
|
|
|
|
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.
|
|
|
|
Finally implements _str.is_utf8, adds from_chars, from_char, to_chars,
char_at, char_len, (push|pop|shift|unshift)_char. Also, proper
character I/O for streams.
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
but not in rustboot
|
|
|
|
|
|
|
|
library, as well as a test case
|
|
Tweak std lib vec fns in process.
|
|
|
|
|