]> git.lizzy.rs Git - rust.git/history - miri
Introduce a proper error handling framework
[rust.git] / miri
2022-07-08 Oli SchererRevert testing ui_test before ui tests
2022-07-08 Oli SchererImplement strict comment parsing for ui tests
2022-07-07 borsAuto merge of #2343 - RalfJung:comment, r=RalfJung
2022-07-07 Ralf Jungfix comment in ./miri
2022-07-05 borsAuto merge of #2323 - RalfJung:box-is-special, r=RalfJung
2022-07-05 borsAuto merge of #2334 - RalfJung:range, r=RalfJung
2022-07-05 borsAuto merge of #2329 - RalfJung:benches, r=oli-obk
2022-07-04 Ralf Jungadd command to run our benchmarks
2022-07-03 borsAuto merge of #1935 - saethlin:optimize-sb, r=RalfJung
2022-07-03 borsAuto merge of #2316 - domenicquirl:readme-track-tag...
2022-07-03 borsAuto merge of #2317 - RalfJung:this-is-not-a-std-test...
2022-07-03 Ralf Jungfix ./miri run with MIRI_TEST_TARGET
2022-07-02 borsAuto merge of #2311 - RalfJung:many-seeds, r=RalfJung
2022-07-02 Ralf Jung./miri many-seeds: also print the seed before we try it
2022-07-02 borsAuto merge of #2304 - LegNeato:shim-fstat64-mac, r...
2022-07-01 borsAuto merge of #2298 - InfRandomness:shim-error, r=RalfJung
2022-07-01 borsAuto merge of #2297 - RalfJung:rustup, r=RalfJung
2022-07-01 borsAuto merge of #2296 - RalfJung:miri-script, r=RalfJung
2022-07-01 Ralf Jungmore tweaks
2022-07-01 Ralf Jungadd './miri many-seeds', and respect MIRIFLAGS in ...
2022-07-01 Ralf Jungmake miri script work from other working directories
2022-06-29 borsAuto merge of #2287 - RalfJung:field-retagging, r=RalfJung
2022-06-29 borsAuto merge of #2286 - LegNeato:patch-2, r=RalfJung
2022-06-29 borsAuto merge of #2288 - RalfJung:clippy, r=RalfJung
2022-06-29 Ralf Jungmake ui_test pass clippy
2022-06-29 Ralf Jungadd ./miri clippy
2022-06-23 borsAuto merge of #2257 - dtolnay-contrib:rustfmt9, r=RalfJung
2022-06-23 David TolnayAdd './miri fmt' and use it in CI
2022-05-31 borsAuto merge of #2166 - RalfJung:tests, r=oli-obk
2022-05-30 borsAuto merge of #2145 - saethlin:zero-size-creation,...
2022-05-30 borsAuto merge of #2165 - saethlin:more-clocks, r=RalfJung
2022-05-30 Ralf Jungalso 'check' the test suite
2022-05-30 borsAuto merge of #2158 - rust-lang:gesundheit, r=RalfJung
2022-05-30 Oli SchererForward CARGO_BUILD_FLAGS to ui_test test suite
2022-05-27 Oli SchererReintroduce path filters
2022-05-25 Oli SchererRun tests for ui_test together with miri test
2022-05-25 borsAuto merge of #2032 - rust-lang:gesundheit, r=oli-obk
2022-05-25 Oli SchererAdd a custom ui test runner and move all tests to it
2022-05-14 borsAuto merge of #2030 - saethlin:track-alloc-history...
2022-05-10 borsAuto merge of #2111 - RalfJung:python, r=RalfJung
2022-05-10 Ralf Jungstop relying on python being in the PATH
2021-12-20 borsAuto merge of #1947 - RalfJung:macos-is-from-the-stone...
2021-12-20 Ralf JungmacOS-compatible realpath
2021-11-25 borsAuto merge of #1924 - RalfJung:ra, r=oli-obk
2021-11-25 Ralf Junghack to work around RA quirk
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
next