]> git.lizzy.rs Git - rust.git/history - test-cargo-miri
Add support for FUTEX_WAIT_BITSET(bitset=MAX).
[rust.git] / test-cargo-miri /
2021-12-15 borsAuto merge of #1938 - RalfJung:test, r=RalfJung
2021-12-15 Ralf Junglooks like the asm macro is stable :D
2021-11-17 borsAuto merge of #1911 - RalfJung:rename-track-tag, r...
2021-11-14 borsAuto merge of #1913 - RalfJung:rustdoc-miri, r=RalfJung
2021-11-14 Ralf Jungrun rustdoc with the miri cfg flag
2021-11-13 Ralf Jungrename track-raw-pointers flag to tag-raw-pointers
2021-09-30 borsAuto merge of #1885 - DrMeepster:global_allocator,...
2021-09-24 borsAuto merge of #1893 - RalfJung:arg-pass, r=RalfJung
2021-09-24 Ralf Jungsome more Windows argument passing tests
2021-09-14 borsAuto merge of #1890 - Smittyvb:cargo-miri-short-alias...
2021-09-13 SmittyDon't use seperate alias test
2021-09-11 SmittyOne character aliases for cargo-miri run/test
2021-08-16 borsAuto merge of #1872 - RalfJung:rustup, r=RalfJung
2021-08-16 Ralf Jungllvm_asm → asm
2021-08-15 borsAuto merge of #1871 - hyd-dev:no-mangle-method, r=RalfJung
2021-08-15 hyd-devUpdate tests for `#[no_mangle]` associated functions
2021-08-07 borsAuto merge of #1868 - hyd-dev:rustup, r=RalfJung
2021-08-07 borsAuto merge of #1865 - rust-lang:test-cargo-miri, r...
2021-08-04 Ralf Jungimprove test-cargo-miri output
2021-08-04 borsAuto merge of #1864 - hyd-dev:rustup, r=RalfJung
2021-08-04 hyd-devUpdate cargo-miri test
2021-07-03 borsAuto merge of #1842 - hyd-dev:target-dir, r=RalfJung
2021-06-26 hyd-devAdd some comments in `test-cargo-miri/run-tests.py`
2021-06-24 hyd-devUse `miri` inside the target directory used by rustc...
2021-06-15 borsAuto merge of #1833 - hyd-dev:82261, r=RalfJung
2021-06-14 hyd-devDon't report UB for `#[no_mangle]` on associated functions
2021-06-14 hyd-devDo not return `DefId` that doesn't have exported symbol...
2021-06-07 borsAuto merge of #1826 - hyd-dev:rustup, r=RalfJung
2021-06-07 hyd-devUpdate `cargo-miri` tests
2021-06-03 borsAuto merge of #1776 - hyd-dev:1170, r=RalfJung
2021-05-31 hyd-devMove the test to `src/main.rs`
2021-05-31 hyd-devImplement calls to exported symbols
2021-05-27 borsAuto merge of #1817 - hyd-dev:doctest, r=RalfJung
2021-05-27 hyd-devUse `compile_error!` instead of `use num_cpus`
2021-05-27 hyd-dev"doc-tests" -> "doctests"
2021-05-26 hyd-devSkip doctests of `proc-macro` crates
2021-04-30 borsAuto merge of #1783 - hyd-dev:rustup, r=RalfJung
2021-04-30 hyd-devRustup for rust-lang/rust#84401
2021-04-22 borsAuto merge of #1769 - RalfJung:remove-compat, r=oli-obk
2021-04-10 borsAuto merge of #1770 - RalfJung:no_run, r=RalfJung
2021-04-10 Ralf Jungmake sure that we truly do not run no_run doctests
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-06 borsAuto merge of #1757 - RalfJung:rustdoc, r=RalfJung
2021-04-05 Ralf Jungnits and fix non-deterministic test output
2021-04-05 Ralf Jungnits; test running no doctests
2021-04-05 Ralf Jungavoid some dead code and test no_run tests
2021-04-05 Ralf Jungadd test for compile_fail; de-duplicate sysroot forwarding
2021-04-05 Tristan Dannenbergmake cargo-miri run doc-tests
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 Jung'cargo update' all the things
2021-04-04 Ralf Jungalso test getrandom directly
2021-03-02 borsAuto merge of #1721 - henryboisdequin:add-atomic-min...
2021-02-28 borsAuto merge of #1726 - hyd-dev:stub-d, r=RalfJung
2021-02-28 hyd-devCleanup test-cargo-miri/run-test.py
2021-02-28 hyd-devDrop MIRIFLAGS from "no rebuild" test
2021-02-27 hyd-devCreate stub .d files
2021-02-27 borsAuto merge of #1723 - RalfJung:cargo-miri, r=RalfJung
2021-02-27 Ralf Jungcreate more fake files for cdylibs and staticlibs
2021-02-27 Ralf Jungtest for unnecessary rebuilds in 'cargo miri run'
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-devUse the `issue-1567` dependency in the 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-devRevert the lock file version change
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
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
next