about summary refs log tree commit diff
path: root/Cargo.lock
AgeCommit message (Expand)AuthorLines
2017-08-28Get rid of env var race condition once and for allOliver Schneider-20/+20
2017-08-26use tempdir to create a dedicated directory for each testRalf Jung-0/+60
2017-08-26update compiletest. maybe that helps with the spurious failures.Ralf Jung-3/+3
2017-08-04only collect backtrace when RUST_BACKTRACE is set; resolve symbols lazily whe...Ralf Jung-6/+6
2017-08-02Produce backtraces for miri internalsOliver Schneider-0/+76
2017-08-01Update env_logger in order to share more dependenciesOliver Schneider-98/+14
2017-08-01Split up miri into the librustc_mir and bin partsOliver Schneider-33/+43
2017-07-25whitelist things so that more tests passRalf Jung-0/+70
2017-06-30update compiletest dependencyDavid Renshaw-3/+3
2017-06-20update compiletest and remove obsolete commentDavid Renshaw-3/+3
2017-05-09Update dependenciesOliver Schneider-56/+67
2017-04-20Update byteorder commit hash in Cargo.lock.Eduard-Mihai Burtescu-1/+1
2017-01-30get rid of serde rc3 dependencies through `cargo update`Oliver Schneider-55/+46
2017-01-28add cargo-miri subcommand to directly interpret the main binary of a crateOliver Schneider-0/+99
2017-01-12rustup (i128)Oliver Schneider-4/+4
2016-12-16Update compiletest_rs to 0.2.5.Scott Olson-3/+3
2016-10-09`cargo update` to fix compiletest build.Scott Olson-19/+19
2016-10-01bump compiletestOliver Schneider-3/+3
2016-09-06rustup to rustc 1.13.0-nightly (91f057de3 2016-09-04)Oliver Schneider-6/+6
2016-08-27Update for changes in rustc.Scott Olson-13/+32
2016-06-15create a miri-pass test that allows us to run miri for arbitrary targetsOliver Schneider-2/+8
2016-06-11Update for changes in rustc nightly.Scott Olson-5/+5
2016-06-01add dependencies and run cargo updateOliver Schneider-2/+106
2016-04-22use compiletest_rsOliver Schneider-0/+14
2016-02-27WIP: Switching to a new byte-based value representation.Scott Olson-0/+8
2015-11-12Add the interpreter from my rustc branch and hook it up to CompileController.Scott Olson-0/+4