about summary refs log tree commit diff
path: root/Cargo.toml
AgeCommit message (Expand)AuthorLines
2017-08-26use tempdir to create a dedicated directory for each testRalf Jung-0/+1
2017-08-09Make cargo_miri a featureOliver Schneider-1/+5
2017-08-03Add a build script to inform the binary about its profile, and use that in th...Ralf Jung-0/+1
2017-08-01Fix running the rustc test suiteOliver Schneider-1/+1
2017-08-01Remove redundant `members` fieldOliver Schneider-1/+0
2017-08-01Update Cargo.tomlOliver Schneider-1/+1
2017-08-01Update env_logger in order to share more dependenciesOliver Schneider-1/+1
2017-08-01Reduce the chance of accidentally calling functions in CTFEOliver Schneider-0/+1
2017-08-01Split up miri into the librustc_mir and bin partsOliver Schneider-0/+37
2017-07-21Prep miri repository for rustc mergerOliver Schneider-31/+0
2017-05-09Update dependenciesOliver Schneider-2/+2
2017-05-09Update Cargo.toml, fix for build error (see #164)Felix Schütt-1/+1
2017-01-28add cargo-miri subcommand to directly interpret the main binary of a crateOliver Schneider-0/+6
2017-01-12rustup (i128)Oliver Schneider-1/+2
2016-12-16Update compiletest_rs to 0.2.5.Scott Olson-1/+1
2016-10-01bump compiletestOliver Schneider-1/+1
2016-06-15create a miri-pass test that allows us to run miri for arbitrary targetsOliver Schneider-1/+1
2016-06-01add dependencies and run cargo updateOliver Schneider-0/+3
2016-06-01don't generate test suitesOliver Schneider-0/+4
2016-05-10Correct license in Cargo.toml.Scott Olson-1/+1
2016-05-09Update for my github username change.Scott Olson-1/+1
2016-04-22use compiletest_rsOliver Schneider-0/+3
2016-02-27WIP: Switching to a new byte-based value representation.Scott Olson-4/+7
2015-11-21Restructure into separate binary and library.Scott Olson-0/+4
2015-11-12Add the interpreter from my rustc branch and hook it up to CompileController.Scott Olson-0/+7