| Age | Commit message (Collapse) | Author | Lines |
|
|
|
translation phases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
run a simple 'use std;' example now.
|
|
|
|
|
|
crates; remove the redundant typeck.ty_and_params type on the way
|
|
|
|
|
|
Testing proper cleanup is hampered by
https://github.com/graydon/rust/issues/293
|
|
|
|
|
|
|
|
ints to the standard library
|
|
|
|
|
|
|
|
build/ dir off src root."
This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
|
|
off src root.
|
|
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.
|
|
|
|
XFAIL use-import-export.rs in rustc
|
|
|
|
|
|
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).
|
|
logging of floats. Other operations on float probably don't work yet.
|
|
operations
|
|
|
|
Signed-off-by: Patrick Walton <pcwalton@mimiga.net>
|
|
item name (used in win32 build of std.dll)
|
|
floor, and emit a warning
|
|
|
|
|
|
|
|
Tweak std lib vec fns in process.
|
|
the bots.
|
|
them around transfers ownership
|
|
|
|
|