| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
A change in 54587bdccb7b6771cfc704a30fc0ef2c65824a15 (the vec
appending overhaul) had broken it. (Apparently modifying a vec while
iterating over it can corrupt memory.)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
XFAIL use-import-export.rs in rustc
|
| | |
|
| |
|
|
| |
tinderbox on Linux.
|
| | |
|
| | |
|
| |
|
|
| |
on Windows and Darwin.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
expected
|
| |
|
|
| |
rustllvm.dll. Should unburn the tree on Windows.
|
| |
|
|
| |
"Franken-LLVM" problem
|
| | |
|
| | |
|
| |
|
|
| |
this.
|
| |
|
|
|
|
| |
breaks win32 build.
This reverts commit dcf122ede03af71d8a1d892a077a9e2435b64ef3.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
in win32.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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).
|
| | |
|
| | |
|