]> git.lizzy.rs Git - rust.git/history - Cargo.lock
Fix prctl SET_NAME and GET_NAME behaviour.
[rust.git] / Cargo.lock
2020-04-10 borsAuto merge of #1308 - RalfJung:miri, r=RalfJung
2020-04-10 borsAuto merge of #1316 - RalfJung:compiletest, r=RalfJung
2020-04-10 Ralf Jungbump compiletest
2020-04-10 borsAuto merge of #1304 - RalfJung:backtrace-sep, r=RalfJung
2020-04-10 borsAuto merge of #1315 - RalfJung:housekeeping, r=RalfJung
2020-04-10 Ralf Jungcargo update
2020-03-12 borsAuto merge of #1213 - lcnr:master, r=RalfJung
2020-03-08 borsAuto merge of #1215 - RalfJung:readme, r=RalfJung
2020-03-08 borsAuto merge of #1214 - RalfJung:depup, r=RalfJung
2020-03-08 Ralf Jungbump dependencies
2020-02-26 borsAuto merge of #1152 - divergentdave:shim-directory...
2020-02-24 borsAuto merge of #1136 - Aaron1011:feature/check-libstd...
2020-02-24 Ralf Jungupdate lockfile
2020-02-23 borsAuto merge of #1191 - RalfJung:cargup, r=RalfJung
2020-02-23 Ralf Jungcargo update
2019-12-22 borsAuto merge of #1101 - christianpoveda:stat-shim, r...
2019-12-06 borsAuto merge of #1104 - RalfJung:readme, r=oli-obk
2019-12-06 borsAuto merge of #1103 - RalfJung:no-recompile, r=RalfJung
2019-12-06 Ralf Jungavoid recompiling Miri on install
2019-11-26 borsAuto merge of #1078 - RalfJung:uprust, r=RalfJung
2019-11-26 Ralf Jungcargo update
2019-11-19 borsAuto merge of #693 - Aaron1011:feature/panic_unwind_fin...
2019-11-18 borsAuto merge of #1060 - RalfJung:compiletest, r=RalfJung
2019-11-18 Ralf Jungbump compiletest; remove unused feature
2019-11-17 borsAuto merge of #1055 - RalfJung:panic-stub, r=RalfJung
2019-11-16 Ralf Jungtry the stable feature of compiletest
2019-11-09 Christian PovedaFix merge conflicts
2019-10-28 borsAuto merge of #1025 - mati865:deps, r=RalfJung
2019-10-27 Mateusz MikułaBump dependencies
2019-10-24 borsAuto merge of #1020 - RalfJung:compiletest, r=RalfJung
2019-10-24 Ralf Jungcompiletest-nightly should work again
2019-10-24 borsAuto merge of #1019 - RalfJung:rustup, r=RalfJung
2019-10-24 Ralf Jungrustup: more flexible write_bytes avoids allocations...
2019-10-23 borsAuto merge of #993 - christianpoveda:os_string_helper...
2019-10-23 borsAuto merge of #1017 - RalfJung:test, r=RalfJung
2019-10-23 borsAuto merge of #1016 - RalfJung:rustup, r=RalfJung
2019-10-23 Ralf Junguse compiletest_rs for stable compiler as nightly is...
2019-10-23 Ralf Jungrustup + cargo update
2019-10-22 Christian PovedaUse new write_bytes method
2019-10-22 borsAuto merge of #1015 - RalfJung:appv, r=RalfJung
2019-10-22 borsAuto merge of #1014 - RalfJung:rustup, r=RalfJung
2019-10-22 Ralf Jungrustup: fix for write_bytes and new union rules
2019-10-16 borsAuto merge of #987 - christianpoveda:check-unsupported...
2019-10-15 borsAuto merge of #980 - JOE1994:master, r=RalfJung
2019-10-15 borsAuto merge of #975 - christianpoveda:clock-shim, r...
2019-10-14 borsAuto merge of #992 - christianpoveda:check-errno-value...
2019-10-14 borsAuto merge of #994 - RalfJung:rustup, r=RalfJung
2019-10-14 Ralf Jungbump compiletest
2019-10-14 borsAuto merge of #995 - RalfJung:lock, r=RalfJung
2019-10-14 Ralf Jungadd lockfile
2017-12-15 Oliver SchneiderMerge pull request #355 from solson/upstreamed
2017-11-02 Oliver SchneiderRustup
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 JungMerge pull request #327 from RalfJung/backtrace
2017-09-04 Ralf Jungupdate backtrace to newly released version
2017-08-29 Oliver SchneiderMerge pull request #311 from RalfJung/memory
2017-08-28 Oliver SchneiderGet rid of env var race condition once and for all
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-26 Ralf Jungupdate compiletest. maybe that helps with the spurious...
2017-08-05 Oliver SchneiderMerge pull request #283 from RalfJung/backtrace
2017-08-04 Ralf Jungonly collect backtrace when RUST_BACKTRACE is set;...
2017-08-03 Oliver SchneiderMerge pull request #280 from solson/archeology
2017-08-02 Oliver SchneiderProduce backtraces for miri internals
2017-08-02 Oliver SchneiderMerge pull request #268 from oli-obk/upstream
2017-08-01 Oliver SchneiderUpdate env_logger in order to share more dependencies
2017-08-01 Oliver SchneiderSplit up miri into the librustc_mir and bin parts
2017-07-26 Oliver SchneiderMerge pull request #272 from oli-obk/mir-validate
2017-07-25 Ralf Jungwhitelist things so that more tests pass
2017-07-01 Oliver SchneiderMerge pull request #231 from dwrensha/update-compiletest
2017-06-30 David Renshawupdate compiletest dependency
2017-06-20 Oliver SchneiderMerge pull request #198 from dwrensha/update-compiletest
2017-06-19 David Renshawupdate compiletest and remove obsolete comment
2017-05-09 Oliver SchneiderUpdate dependencies
2017-04-21 Eduard-Mihai BurtescuMerge pull request #156 from oli-obk/master
2017-04-20 Eduard-Mihai BurtescuUpdate byteorder commit hash in Cargo.lock.
2017-02-03 Scott OlsonMerge pull request #108 from oli-obk/packd
2017-01-30 Oliver Schneiderget rid of serde rc3 dependencies through `cargo update`
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-09 Scott Olson`cargo update` to fix compiletest build.
2016-10-03 Scott OlsonMerge pull request #67 from oli-obk/master
2016-10-01 Oliver Schneiderbump compiletest
2016-09-07 Scott OlsonMerge pull request #46 from oli-obk/rustup
2016-09-06 Oliver Schneiderrustup to rustc 1.13.0-nightly (91f057de3 2016-09-04)
2016-08-27 Scott OlsonUpdate for changes in rustc.
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...
next