]> git.lizzy.rs Git - rust.git/history - test-cargo-miri
Auto merge of #1699 - m-ou-se:panic-format, r=RalfJung
[rust.git] / test-cargo-miri /
2021-01-24 borsAuto merge of #1675 - hyd-dev:proc-macro-unit-test...
2021-01-24 hyd-devAdd a test for unit test of `proc-macro` crate
2020-12-30 borsAuto merge of #1662 - RalfJung:rustup, r=RalfJung
2020-12-30 Ralf Jungpanicing now works with -Zmiri-track-raw-pointers
2020-12-21 borsAuto merge of #1656 - RalfJung:tests, r=RalfJung
2020-12-21 Ralf Jungtest test suite harness with raw-ptr tracking
2020-12-21 Ralf Jungrename test ref files for proper names
2020-12-21 borsAuto merge of #1655 - RalfJung:rustup, r=RalfJung
2020-12-21 Ralf Jungrustup + cargo-miri 'cargo update'
2020-09-21 borsAuto merge of #1558 - RalfJung:serde_derive, r=RalfJung
2020-09-21 Ralf Jungtest formerly broken serde_derive dependency
2020-09-18 borsAuto merge of #1549 - RalfJung:panic-abort, r=oli-obk
2020-09-18 borsAuto merge of #1548 - RalfJung:update, r=RalfJung
2020-09-18 Ralf Jung'cargo update' test-cargo-miri
2020-09-17 borsAuto merge of #1540 - RalfJung:cargo-miri-redone, r...
2020-09-17 Ralf Jungtest-cargo-miri: normalize slashes before comparing...
2020-09-17 Ralf Jungmake sure tests pass even with RUST_TEST_NOCAPTURE set
2020-09-17 Ralf Jungmake (not yet actually used) doctest actually use the...
2020-09-17 Ralf Jungcleaner output for cargo-miri-test harness
2020-09-17 Ralf Jungmake sure subcrate tests have the right cwd
2020-09-17 Ralf Jungtest 'cargo miri run' CWD, also for subcrate in a workspace
2020-09-17 Ralf Jungtest propagating env vars from build.rs to binary
2020-09-17 Ralf Jungtest 'harness=false' tests
2020-09-17 Ralf Jungfix cargo-miri-test for cross-runs
2020-09-17 Ralf Jungshow proper warning about not running doctests
2020-09-17 Ralf Jungtest reading from stdin
2020-09-17 Ralf Jungforward build-time env vars to binary, and test that...
2020-09-17 Ralf Jungtest respecting 'test=false', and what happens with...
2020-09-17 Ralf Jungpatch --extern and --emit; test suite passes now!
2020-09-17 borsAuto merge of #1546 - Aaron1011:fix/windows-panic,...
2020-09-17 Aaron HillEnable some panic tests on Windows
2020-08-29 borsAuto merge of #1531 - divergentdave:cargo-miri-targets...
2020-08-29 David CookTest cargo miri target selection
2020-04-20 borsAuto merge of #1335 - vakaras:add-threads-noop, r=RalfJung
2020-04-20 Ralf Jungadjust for asm -> llvm_asm rename
2020-04-10 borsAuto merge of #1308 - RalfJung:miri, r=RalfJung
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-22 borsAuto merge of #1249 - RalfJung:rustup, r=RalfJung
2020-03-22 Ralf Jungrun-test.py: also print what we are testing for
2020-03-22 Ralf Jungplatform -> target
2020-02-26 borsAuto merge of #1152 - divergentdave:shim-directory...
2020-02-23 borsAuto merge of #1191 - RalfJung:cargup, r=RalfJung
2020-02-23 Ralf Jungcargo update
2020-02-23 borsAuto merge of #1167 - christianpoveda:shims-refactor...
2020-02-22 borsAuto merge of #1185 - RalfJung:readme, r=RalfJung
2020-02-21 borsAuto merge of #1187 - RalfJung:rustup, r=RalfJung
2020-02-21 Ralf Jungfix test-cargo-miri
2019-12-22 borsAuto merge of #1101 - christianpoveda:stat-shim, r...
2019-12-07 borsAuto merge of #1106 - RalfJung:memleak-ignore, r=RalfJung
2019-12-07 borsAuto merge of #1105 - RalfJung:readme, r=oli-obk
2019-12-07 Ralf Junguse recommended test exclusion technique in test
2019-12-02 borsAuto merge of #1084 - RalfJung:assert-panic, r=RalfJung
2019-12-02 Ralf Jungalso test built-in panics via should_panic
2019-12-01 borsAuto merge of #1087 - RalfJung:toolchain, r=oli-obk
2019-12-01 borsAuto merge of #1091 - RalfJung:run-test, r=RalfJung
2019-12-01 Ralf Jungrun-test: make sure the sysroot building output does...
2019-11-30 borsAuto merge of #1089 - RalfJung:should-panic, r=RalfJung
2019-11-30 Ralf Jungtest should_panic checking the panic string
2019-11-19 borsAuto merge of #693 - Aaron1011:feature/panic_unwind_fin...
2019-11-19 Aaron HillDisable #[should_panic] test on Windows
2019-11-17 Aaron HillUpdate captured test output
2019-11-17 Aaron HillAdd #[should_panic] test
2019-11-17 borsAuto merge of #1055 - RalfJung:panic-stub, r=RalfJung
2019-11-15 borsAuto merge of #1054 - RalfJung:win-num-cpus, r=RalfJung
2019-11-15 Ralf Jungtest-cargo-miri: cargo update, re-enable windows num_cp...
2019-11-09 Christian PovedaFix merge conflicts
2019-11-08 borsAuto merge of #1040 - RalfJung:rustup, r=RalfJung
2019-11-08 Ralf Jungdisable num_cpus on Windows for now
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 Ralf Jungcargo update cargo-miri-test
2019-09-30 Christian PovedaReserve fides for stdio and fix merge issues
2019-09-28 borsAuto merge of #957 - christianpoveda:ptr-align-offset...
2019-09-28 borsAuto merge of #967 - RalfJung:rustup, r=RalfJung
2019-09-28 Ralf Jungcargo update for test-cargo-miri
2019-08-29 borsAuto merge of #937 - christianpoveda:fix-isolation...
2019-08-29 Christian PovedaAdd cargo-miri test for no isolation
2019-08-29 borsAuto merge of #931 - RalfJung:retag-makes-my-head-hurt...
2019-08-28 borsAuto merge of #930 - RalfJung:build, r=RalfJung
2019-08-28 Ralf Jungmore implicit
2019-08-28 Ralf Jungtest that build scripts do not run in Miri
2019-08-27 borsAuto merge of #925 - christianpoveda:environ-shim,...
2019-08-27 borsAuto merge of #917 - RalfJung:isolation, r=oli-obk
2019-08-26 borsAuto merge of #924 - RalfJung:getrandom, r=RalfJung
2019-08-26 borsAuto merge of #922 - RalfJung:rustup, r=RalfJung
2019-08-26 borsAuto merge of #921 - RalfJung:cargo-update, r=RalfJung
2019-08-26 Ralf Jungcargo update
2019-08-09 borsAuto merge of #896 - tmandry:add-generator-uninhabited...
2019-08-08 borsAuto merge of #871 - RalfJung:miri-rustc-cleanup, r...
2019-08-07 borsAuto merge of #895 - RalfJung:uninit, r=oli-obk
2019-08-06 borsAuto merge of #893 - RalfJung:rustup, r=RalfJung
2019-08-06 borsAuto merge of #891 - RalfJung:rustup, r=RalfJung
2019-08-06 Ralf Jungtest-cargo-miri: cargo update
2019-07-11 borsAuto merge of #830 - RalfJung:check-place, r=RalfJung
2019-07-10 Ralf Jungforce pointers before reborrowing; fixes cargo miri...
2019-07-06 borsAuto merge of #826 - RalfJung:uninit, r=RalfJung
2019-07-06 borsAuto merge of #808 - RalfJung:extra-fn, r=RalfJung
2019-07-06 Ralf Jungbump the version of getrandom that we test
next