]> git.lizzy.rs Git - rust.git/history - miri
Auto merge of #1820 - Aaron1011:rustup-const-err, r=RalfJung
[rust.git] / miri
2020-10-27 borsAuto merge of #1601 - RalfJung:misc, r=RalfJung
2020-10-27 Ralf JungUse bash to make sure &> works
2020-10-24 borsAuto merge of #1598 - camelid:hide-readlink-error,...
2020-10-23 CamelidHide readlink error in `./miri`
2020-09-17 borsAuto merge of #1540 - RalfJung:cargo-miri-redone, r...
2020-09-17 Ralf Jungfix Miri script on macOS
2020-09-17 Ralf Jungcanonicalize miri's directory
2020-07-03 borsAuto merge of #1466 - RalfJung:target, r=RalfJung
2020-07-03 Ralf Jungset --target when building miri
2020-06-09 borsAuto merge of #1418 - divergentdave:file-sync, r=RalfJung
2020-05-28 borsAuto merge of #1422 - RalfJung:cargo-miri-workspace...
2020-05-28 Ralf Jungno workspace as that is incompatible with the rustc...
2020-05-28 Ralf Jungjust respect existing RUSTFLAGS instead of providing...
2020-05-28 Ralf Jungmake cargo-miri a separate crate in a workspace
2020-04-10 borsAuto merge of #1308 - RalfJung:miri, r=RalfJung
2020-04-06 Ralf Jungmake just ./miri print help text without 'unknown command'
2020-04-04 borsAuto merge of #1293 - Firstyear:1289-miri-readme, r...
2020-04-03 borsAuto merge of #1294 - JOE1994:windows_instant, r=RalfJung
2020-04-02 borsAuto merge of #1295 - RalfJung:ci-no-incremental, r...
2020-04-02 Ralf Jungset CARGO_INCREMENTAL=0 on CI, it's just a waste of...
2020-03-30 borsAuto merge of #1270 - RalfJung:incremental, r=RalfJung
2020-03-28 Ralf Jungmiri build script: use incremental builds
2020-03-21 borsAuto merge of #1248 - RalfJung:overflow, r=RalfJung
2020-03-21 Ralf Jung./miri check
2019-11-25 borsAuto merge of #1076 - RalfJung:coercion-test, r=RalfJung
2019-11-24 borsAuto merge of #1072 - RalfJung:locally-built-rustc...
2019-11-23 Ralf Jungmiri script does not need to handle locally built rustc...
2019-10-21 Christian PovedaFix merge conflicts
2019-10-19 borsAuto merge of #1008 - RalfJung:sysroot, r=RalfJung
2019-10-19 Ralf Jungprint sysroot without any escaping
2019-08-15 borsAuto merge of #859 - RalfJung:cargo, r=RalfJung
2019-08-15 borsAuto merge of #909 - RalfJung:deny-warn, r=oli-obk
2019-08-15 Ralf Jungdeny warnings on CI
2019-08-14 borsAuto merge of #894 - christianpoveda:env-vars-communica...
2019-08-09 borsAuto merge of #899 - RalfJung:generators, r=RalfJung
2019-08-09 borsAuto merge of #900 - RalfJung:miri, r=RalfJung
2019-08-09 Ralf Junglocal rustc builds now also need a sysroot built
2019-06-29 Ralf JungMerge remote-tracking branch 'ralf/machine' into rustup
2019-06-28 borsAuto merge of #793 - jyn514:master, r=RalfJung
2019-06-28 Joshua NelsonShow usage if run without arguments
2019-06-11 Ralf JungMerge pull request #766 from RalfJung/sysroot
2019-06-11 Ralf JungMerge branch 'master' into sysroot
2019-06-09 Ralf Jungmake sure that find_sysroot always sets MIRI_SYSROOT
2019-06-09 Ralf Jungdo not handle MIRI_SYSROOT in the driver at all, rely...
2019-05-29 Ralf Jungmiri build script: support building miri in debug mode...
2019-05-29 Ralf JungMerge branch 'master' into miri-build
2019-05-29 Ralf Jungtweak logic for determining rustc default target
2019-05-29 Ralf Jungprint usage information on invalid command
2019-05-28 Ralf Jungalso pass flags to install
2019-05-28 Ralf Jungreference cargo issue
2019-05-28 Ralf Jungmiri build script: support building miri in debug mode
2019-05-28 Ralf Jungadd Miri build script (#745)
2019-05-27 Ralf JungMerge branch 'master' into miri-build
2019-05-27 Ralf Jungfix more indentation
2019-05-27 Ralf Jungfix indentation
2019-05-27 Ralf Jungimprove macOS-compatibility by being more awful
2019-05-27 Ralf Jungmake miri script smarter: auto-determine MIRI_SYSROOT...
2019-05-27 Ralf Jungimprove backtraces
2019-05-27 Ralf Jungcomments
2019-05-27 Ralf Jungadd 'miri' script to help build, test and run miri
2018-07-16 Oliver SchneiderMerge branch 'master' into hack_branch_for_miri_do_not_...
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-05-09 Oliver SchneiderFix some bad conversions on 32 bit emulation
2018-05-07 Oliver SchneiderPointers must be valid, even pointers to zsts
2018-05-07 Oliver SchneiderImplement missing intrinsic
2018-05-07 Oliver SchneiderHide some warnings/Fix build
2018-05-07 Oliver SchneiderMerge pull request #373 from bjorn3/alloc_fix
2018-05-07 Oliver SchneiderMerge pull request #372 from alexreg/nightly-fix
2018-05-07 Oliver SchneiderMerge branch 'rustup' into nightly-fix
2018-05-07 Oliver SchneiderUse a deterministic method for executing the start...
2018-05-07 Oliver SchneiderDedup tag reading
2018-05-07 Oliver SchneiderMerge branch 'rustup' into alloc_fix
2018-05-07 bjorn3Fix allocator api and temporarily disable validation_op
2018-05-07 Oliver SchneiderRustup
2018-05-03 Alexander RegueiroFixed build for latest nightly
2018-05-03 Alexander RegueiroMinor fix to get build working
2018-05-01 Oliver SchneiderMerge pull request #370 from alexreg/nightly-fix
2018-05-01 Alexander RegueiroFixed build for latest nightly
2018-05-01 Oliver SchneiderMerge pull request #367 from bjorn3/rustup2
2018-05-01 bjorn3Rustup to rustc 1.27.0-nightly (79252ff4e 2018-04-29)
2018-04-17 Oliver SchneiderRustup
2018-04-13 Oliver SchneiderMirror function rename in rustc
2018-04-13 Oliver SchneiderFixup various things needed to get miri working on...
2018-04-13 bjorn3Update Cargo.lock and some improvements
2018-04-13 bjorn3Some cleanups
2018-04-13 bjorn3Remove unsafe code
2018-04-13 bjorn3Fix some more tests with some unsafe code
2018-04-13 bjorn3Fix it
2018-04-13 bjorn3Fix init_static
2018-04-13 bjorn3Maybe prevent marking statics as immutable
2018-04-13 bjorn3Hack: copy init_static from rustc CompileTimeEvaluator...
2018-04-13 bjorn3Use elem align as src align in copy intrinsic
2018-04-13 bjorn3Dont claim to have marked static initialized
2018-04-13 bjorn3Fix alignment issue
2018-04-13 Oliver SchneiderGet the tests one step further
2018-04-13 bjorn3Add stack guard shim
2018-04-13 bjorn3Rustup
2018-01-15 David Renshawpartially deal with rust/46479
next