]> git.lizzy.rs Git - rust.git/commit
auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brson
authorbors <bors@rust-lang.org>
Sat, 15 Jun 2013 08:04:05 +0000 (01:04 -0700)
committerbors <bors@rust-lang.org>
Sat, 15 Jun 2013 08:04:05 +0000 (01:04 -0700)
commit83d44f87e5fe8935c1f8a5f26409a99286675650
tree39c02f29ab7f9a40bd2ed2015279a806d5956657
parent7d1065e913e6d50ddb1a157f81bb7752caeca329
parent9c3b1cbc19b31537ef1a0a904806ad46c9923f75
auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brson

This un-reverts the reverts of the rusti commits made awhile back. These were reverted for an LLVM failure in rustpkg. I believe that this is not a problem with these commits, but rather that rustc is being used in parallel for rustpkg tests (in-process). This is not working yet (almost! see #7011), so I serialized all the tests to run one after another.

@brson, I'm mainly just guessing as to the cause of the LLVM failures in rustpkg tests. I'm confident that running tests in parallel is more likely to be the problem than those commits I made.

Additionally, this fixes two recently reported issues with rusti.
src/librustc/back/link.rs
src/librustc/driver/driver.rs
src/librustc/middle/trans/base.rs
src/librustc/middle/trans/cabi_mips.rs
src/librustc/middle/trans/closure.rs
src/librustc/middle/trans/common.rs
src/librusti/rusti.rc
src/rustllvm/rustllvm.h