]> git.lizzy.rs Git - rust.git/history - Cargo.toml
Enable backtraces for tests
[rust.git] / Cargo.toml
2018-05-09 Oliver SchneiderMerge pull request #374 from solson/cleanups
2018-05-09 Oliver SchneiderMove back to a normal folder structure
2018-05-09 Oliver SchneiderMerge pull request #368 from solson/rustup
2018-04-13 bjorn3Update Cargo.lock and some improvements
2018-01-06 David Renshawupdate log deps
2017-12-31 David Renshawupdate compiletest dependency
2017-12-19 Oliver SchneiderMerge branch 'master' into def_ty
2017-12-16 Eduard-Mihai BurtescuMerge pull request #358 from kennytm/master
2017-12-15 kennytmRemove the [workspace] section.
2017-12-15 Oliver SchneiderMerge pull request #355 from solson/upstreamed
2017-12-14 Oliver SchneiderMove validation from rustc to miri
2017-12-05 Oliver SchneiderUpdate to latest rustc changes
2017-10-06 Oliver SchneiderUse rustc's logging libraries in order to be able to...
2017-10-06 Oliver SchneiderMiri core has moved to rustc::mir::interpret
2017-09-19 Oliver SchneiderMerge pull request #348 from RalfJung/tests
2017-09-19 Ralf Jungupdate compiletest
2017-09-04 Ralf JungMerge branch 'master' into align_offset
2017-09-04 Ralf JungMerge pull request #325 from RalfJung/test
2017-09-04 Ralf Jungupdate compiletest; we do not need tempdir any more
2017-09-04 Ralf Jungno reason not to run tests in miri (once someone writes...
2017-08-26 Ralf JungMerge branch 'master' into memory
2017-08-26 Ralf JungMerge pull request #312 from RalfJung/compiletest
2017-08-26 Ralf Junguse tempdir to create a dedicated directory for each...
2017-08-09 Oliver SchneiderMerge branch 'master' into oli-obk-patch-2
2017-08-09 Ralf JungMerge pull request #294 from oli-obk/cargo_miri
2017-08-09 Oliver SchneiderMake cargo_miri a feature
2017-08-03 Oliver SchneiderMerge pull request #280 from solson/archeology
2017-08-03 Ralf JungAdd a build script to inform the binary about its profi...
2017-08-02 Eduard-Mihai BurtescuMerge pull request #278 from solson/unions
2017-08-02 Oliver SchneiderMerge pull request #268 from oli-obk/upstream
2017-08-01 Oliver SchneiderFix running the rustc test suite
2017-08-01 Oliver SchneiderRemove redundant `members` field
2017-08-01 Oliver SchneiderUpdate Cargo.toml
2017-08-01 Oliver SchneiderUpdate env_logger in order to share more dependencies
2017-08-01 Oliver SchneiderReduce the chance of accidentally calling functions...
2017-08-01 Oliver SchneiderSplit up miri into the librustc_mir and bin parts
2017-07-21 Oliver SchneiderMerge pull request #258 from oli-obk/upstream
2017-07-21 Oliver SchneiderPrep miri repository for rustc merger
2017-05-09 Oliver SchneiderUpdate dependencies
2017-05-09 Oliver SchneiderMerge pull request #165 from sharazam/patch-1
2017-05-09 Felix SchüttUpdate Cargo.toml, fix for build error (see #164)
2017-01-29 Scott OlsonMerge pull request #103 from oli-obk/tuples
2017-01-28 Scott OlsonMerge pull request #104 from oli-obk/cargo
2017-01-28 Oliver Schneideradd cargo-miri subcommand to directly interpret the...
2017-01-12 Scott OlsonMerge pull request #98 from oli-obk/rustup
2017-01-12 Oliver Schneiderrustup (i128)
2016-12-17 Scott OlsonMerge pull request #97 from solson/revert-94-revert...
2016-12-17 Scott OlsonUpdate compiletest_rs to 0.2.5.
2016-10-03 Scott OlsonMerge pull request #67 from oli-obk/master
2016-10-01 Oliver Schneiderbump compiletest
2016-06-16 Scott OlsonMerge pull request #27 from oli-obk/travis
2016-06-15 Oliver Schneidercreate a miri-pass test that allows us to run miri...
2016-06-01 Scott OlsonMerge pull request #16 from oli-obk/logs
2016-06-01 Scott OlsonMerge pull request #15 from oli-obk/step_by_step
2016-06-01 Oliver Schneideradd dependencies and run cargo update
2016-06-01 Oliver Schneiderdon't generate test suites
2016-05-10 Scott OlsonCorrect license in Cargo.toml.
2016-05-10 Scott OlsonUpdate for my github username change.
2016-04-22 Scott OlsonMerge pull request #7 from oli-obk/compiletest
2016-04-22 Oliver Schneideruse compiletest_rs
2016-02-28 Scott OlsonWIP: Switching to a new byte-based value representation.
2015-11-22 Scott OlsonRestructure into separate binary and library.
2015-11-12 Scott OlsonAdd the interpreter from my rustc branch and hook it...