]> git.lizzy.rs Git - rust.git/history - test-cargo-miri/Cargo.toml
Don't `unwrap()` in `in_std()`
[rust.git] / test-cargo-miri / Cargo.toml
2021-06-03 borsAuto merge of #1776 - hyd-dev:1170, r=RalfJung
2021-05-31 hyd-devImplement calls to exported symbols
2021-04-30 borsAuto merge of #1783 - hyd-dev:rustup, r=RalfJung
2021-04-30 hyd-devRustup for rust-lang/rust#84401
2021-04-09 borsAuto merge of #1764 - RalfJung:readme, r=RalfJung
2021-04-08 borsAuto merge of #1761 - hyd-dev:build-rs-proc-macro-no...
2021-04-08 hyd-devDon't use `MIRI_DEFAULT_ARGS` to compile host crates
2021-04-04 borsAuto merge of #1756 - RalfJung:getrandom, r=RalfJung
2021-04-04 Ralf Jungalso test old getrandom
2021-04-04 borsAuto merge of #1755 - RalfJung:cargo-update, r=RalfJung
2021-04-04 Ralf Jungbump test-cargo-miri dependencies
2021-04-04 Ralf Jungalso test getrandom directly
2021-02-15 borsAuto merge of #1710 - hyd-dev:crate-types, r=RalfJung
2021-02-15 hyd-devAdd a `cdylib`-only crate test
2021-02-15 hyd-devPatch `--extern` arguments in `phase_cargo_rustc` as...
2021-02-14 borsAuto merge of #1709 - hyd-dev:rlib, r=RalfJung
2021-02-14 hyd-devMake the test more consistent with other tests
2021-02-14 hyd-dev[cargo-miri] Don't skip `rlib` crates
2021-02-13 borsAuto merge of #1708 - RalfJung:issue-1567-test, r=RalfJung
2021-02-13 Ralf Jungadd regression test for #1567
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 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 'harness=false' tests
2020-09-17 Ralf Jungshow proper warning about not running doctests
2020-09-17 Ralf Jungtest respecting 'test=false', and what happens with...
2019-08-28 Ralf Jungmore implicit
2019-08-28 Ralf Jungtest that build scripts do not run in Miri
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-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-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-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...