| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
XFAIL use-import-export.rs in rustc
|
| | |
|
| | |
|
| |
|
|
| |
on Windows and Darwin.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
expected
|
| |
|
|
| |
rustllvm.dll. Should unburn the tree on Windows.
|
| |
|
|
| |
"Franken-LLVM" problem
|
| | |
|
| |
|
|
|
|
| |
breaks win32 build.
This reverts commit dcf122ede03af71d8a1d892a077a9e2435b64ef3.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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).
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
to make this work
|
| | |
|
| | |
|
| |
|
|
|
|
| |
automatically". When we have exhaustiveness checking, "case(_) { fail; }" will be useful to silence warnings.
This reverts commit 92a716d862d92d3cc52a400457d2c3900d0c57a2.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
trans_recv
|
| | |
|
| | |
|
| |
|
|
| |
but not in rustboot
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
and comparison ops.)
|
| |
|
|
| |
logging of floats. Other operations on float probably don't work yet.
|
| | |
|
| |
|
|
| |
library
|
| | |
|
| |
|
|
|
|
|
| |
handling cdecl call they should skip it when calling the final function.
There is some cleanup to be done on the generated IL, but this gets us
running Hello World for real.
|