]> git.lizzy.rs Git - rust.git/history - test-cargo-miri/tests
Update src/data_race.rs
[rust.git] / test-cargo-miri / tests /
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 Jungmake sure subcrate tests have the right cwd
2020-09-17 Ralf Jungtest 'harness=false' tests
2020-09-17 Ralf Jungforward build-time env vars to binary, and test that...
2020-09-17 borsAuto merge of #1546 - Aaron1011:fix/windows-panic,...
2020-09-17 Aaron HillEnable some panic tests on Windows
2020-03-22 borsAuto merge of #1249 - RalfJung:rustup, r=RalfJung
2020-03-22 Ralf Jungplatform -> target
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-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 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-07-01 Ralf JungMerge branch 'master' into rustup
2019-06-30 borsAuto merge of #801 - RalfJung:num_cpus, r=RalfJung
2019-06-29 Ralf Jungsupport num_cpus and test that
2019-06-12 Ralf JungMerge pull request #701 from RalfJung/rand
2019-06-12 Ralf Jungbump rand so that the test passes
2019-06-12 Ralf Jungtest rand a bit more
2019-05-17 Ralf Jungtest and support two-phase reborrows of raw pointers...
2019-05-17 Ralf Jungfix tests
2019-05-15 Ralf Jungdeduplicate tests
2019-04-22 Ralf JungMerge branch 'master' into exit
2019-04-22 Ralf JungMerge pull request #709 from RalfJung/macos-rand
2019-04-22 Ralf Jungno need to allow any more
2019-04-22 Ralf Jungimplement SecRandomCopyBytes for macOS RNG
2019-04-17 Ralf JungMerge pull request #692 from RalfJung/rand
2019-04-16 Ralf JungMerge branch 'master' into rand
2019-04-16 Ralf Jungtry to really fix tests on macOS
2019-04-16 Ralf Jungfix tests on macOS
2019-04-16 Ralf Jungpick better test names
2019-04-16 Ralf Jungstub out pthread_atfork to that we support thread_rng()
2019-04-16 Ralf Jungupdate cargo miri test to test rng crate a bit; this...
2019-02-14 Ralf JungMerge remote-tracking branch 'origin/master' into str...
2019-02-07 Oliver SchererMerge pull request #616 from RalfJung/cargo-miri
2019-02-07 Ralf Jungupdate test for cargo-miri
2018-12-20 Ralf JungMerge branch 'master' into rustup
2018-12-19 Ralf JungMerge pull request #580 from RalfJung/cargo-miri
2018-12-19 Ralf Jungadd a test for excluding tests on miri
2018-12-18 Ralf JungMerge pull request #550 from RalfJung/cargo-miri-test
2018-12-18 Ralf JungMerge remote-tracking branch 'origin/master' into cargo...
2018-12-11 Ralf Jungtest cargo miri test output when testing cargo miri
2018-12-10 Oliver S̶c̶h̶n̶e̶i... Merge pull request #566 from RalfJung/foreign-full-mir
2018-12-10 Ralf Jungthe test suite assumes a libstd with full MIR; run...