]> git.lizzy.rs Git - rust.git/history - test-cargo-miri
Merge branch 'master' into rustup
[rust.git] / test-cargo-miri /
2019-06-29 Ralf JungMerge remote-tracking branch 'ralf/machine' into rustup
2019-06-28 borsAuto merge of #796 - RalfJung:rand, r=RalfJung
2019-06-28 Ralf Jungbump rand to released 0.7
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 Jungmake run-test runnable from other directories
2019-04-22 Ralf Jungno need to allow any more
2019-04-22 Ralf Jungimplement SecRandomCopyBytes for macOS RNG
2019-04-21 Ralf JungMerge pull request #710 from RalfJung/travis
2019-04-21 Ralf JungTravis: test cargo miri on foreign arch
2019-04-18 Ralf JungMerge pull request #698 from RalfJung/stacked-borrows-2
2019-04-18 Ralf JungMerge branch 'master' into stacked-borrows-2
2019-04-18 Ralf Jungremove some unneeded 'extern crate'
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 Jungfix ref file
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-13 Ralf JungMerge branch 'master' into format-padding
2019-02-11 Ralf JungMerge branch 'master' into appveyor
2019-02-10 Oliver SchererMerge pull request #624 from RalfJung/args
2019-02-09 Ralf Jungalso enable passing arguments through from cargo-miri
2019-02-09 Ralf Jungimplement passing arguments to the interpreted program
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-19 Ralf Jungtest-cargo-miri: be more clear that and why the test...
2018-12-18 Ralf JungMerge pull request #550 from RalfJung/cargo-miri-test
2018-12-18 Ralf Jungbump Rust version, fix test-cargo-miri and it no longer...
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...