| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-07 | Check if tier 2 targets build in the nightly cron job | Ben Kimock | -145/+0 | |
| 2023-11-25 | Auto merge of #3189 - RalfJung:ci, r=RalfJung | bors | -7/+20 | |
| run the provenance-gc=1 test on all targets, but only for the host tests No need to slow down *all those tests* running on the Linux host... but lets cover each major OS at least once. We've had bugs that only some macOS-specific code in `getrandom` found, after all. Let's see how much this affects timing on the macOS / Windows runners. | ||||
| 2023-11-25 | tweak ci.sh | Ralf Jung | -2/+8 | |
| 2023-11-25 | run the provenance-gc=1 test on all targets, but only for some of the tests | Ralf Jung | -5/+12 | |
| before: only on Linux host, all tests after: only the test suite itself (not cargo-miri or the mir-opt-level=4 run), on all hosts for the host target and on Linux for all "full" targets. | ||||
| 2023-11-25 | run tests on 32bit freebsd | Ralf Jung | -0/+1 | |
| 2023-11-20 | libc-misc test freebsd fixes attempt | David Carlier | -1/+1 | |
| 2023-11-16 | actually all the 'env' tests work on FreeBSD, as well as posix_memalign | Ralf Jung | -1/+1 | |
| 2023-11-16 | move reallocarray test into libc-misc | Ralf Jung | -1/+1 | |
| 2023-11-16 | make libc-misc pass under FreeBSD | Ralf Jung | -1/+1 | |
| 2023-11-16 | split thread test into synchronization primitives and threadname | Ralf Jung | -1/+1 | |
| 2023-11-16 | reallocarray shim linux/freebsd support proposal. | David Carlier | -1/+1 | |
| 2023-11-15 | freebsd adding getrandom interception. | David Carlier | -1/+1 | |
| note that os support was added in same time as getentropy. | ||||
| 2023-11-13 | freebsd adding getentropy interception support | David Carlier | -1/+1 | |
| 2023-11-12 | freebsd interceptions update proposal | David Carlier | -1/+1 | |
| 2023-10-24 | we don't support thread::scope on freebsd | Ralf Jung | -1/+1 | |
| 2023-10-14 | const-eval: allow calling functions with targat features disabled at compile ↵ | Eduardo Sánchez Muñoz | -2/+2 | |
| time in WASM This is not unsafe on WASM, see https://github.com/rust-lang/rust/pull/84988 | ||||
| 2023-10-04 | auto-detect no_std where possible | Ralf Jung | -1/+1 | |
| 2023-08-31 | update target support section | Ralf Jung | -1/+1 | |
| 2023-08-31 | make sure we test all tier 1 targets: i686-pc-windows-gnu was missing | Ralf Jung | -1/+1 | |
| 2023-08-22 | respect CARGO_EXTRA_FLAGS in more places | Ralf Jung | -1/+1 | |
| 2023-05-31 | CI: test ./miri bench | Ralf Jung | -11/+10 | |
| 2023-05-12 | opt-level 4 should work again now | Ralf Jung | -2/+1 | |
| 2023-05-10 | disable opt-level 4 tests for now | Ralf Jung | -1/+2 | |
| 2023-03-17 | Emit a warning when Miri is used with optimizations | Ben Kimock | -1/+3 | |
| 2023-03-09 | Install binaries to the miri toolchain's sysroot | Ben Kimock | -2/+2 | |
| 2023-02-24 | CI: Move `arm-unknown-linux-gnueabi` tests to Windows host | LevitatingLion | -1/+1 | |
| 2023-02-24 | Add ARM targets to CI | LevitatingLion | -0/+2 | |
| Specifically `aarch64-unknown-linux-gnu` and `arm-unknown-linux-gnueabi` | ||||
| 2023-02-03 | re-enable mir-opt tests | Ralf Jung | -2/+1 | |
| 2023-01-31 | dont run optimized MIR for now, it is broken | Ralf Jung | -1/+2 | |
| 2023-01-05 | Test again wasm32-unknown-unknown | Aaron Hill | -1/+2 | |
| 2022-12-28 | no need to do a no_std build for wasi | Ralf Jung | -1/+1 | |
| 2022-12-28 | test using a JSON target file | Ralf Jung | -0/+1 | |
| 2022-11-28 | add many-seeds capabilities to CI | Ralf Jung | -3/+8 | |
| 2022-11-27 | Auto merge of #2685 - Nilstrieb:cargo-miri-wasm, r=RalfJung | bors | -0/+1 | |
| Use `.wasm` extension when building for wasm in cargo-miri WASM uses the `.wasm` file extension for its binaries (just like how windows uses `.exe`), so we need to set that as well. I'm not sure whether gating this behind the wasm target is a good idea, maybe it makes more sense to always do it just like on windows. | ||||
| 2022-11-27 | Auto merge of #2701 - RalfJung:smoke, r=RalfJung | bors | -1/+1 | |
| run_tests_minimal: actually run the smoke test on the desired target | ||||
| 2022-11-27 | run_tests_minimal: actually run the smoke test on the desired target | Ralf Jung | -1/+1 | |
| 2022-11-27 | CI: fix begingroup printing | Ralf Jung | -1/+1 | |
| 2022-11-27 | Use `.wasm` extension when building for wasm in cargo-miri | nils | -0/+1 | |
| WASM uses the `.wasm` file extension for its binaries (just like how windows uses `.exe`), so we need to set that as well. | ||||
| 2022-11-26 | Auto merge of #2696 - RalfJung:no-std-windows, r=RalfJung | bors | -1/+0 | |
| make no_std work on Windows Also fixes https://github.com/rust-lang/miri/issues/1123 by cherry-picking a patch by `@DrMeepster.` | ||||
| 2022-11-26 | support no_std on Windows | Ralf Jung | -1/+0 | |
| 2022-11-26 | prettify our CI logs | Ralf Jung | -7/+22 | |
| 2022-11-25 | Test a small cargo-miri smoke test even in `run_tests_minimal` | Nilstrieb | -0/+4 | |
| This makes sure that cargo-miri works on all targets. | ||||
| 2022-10-26 | test on windows-gnu target | Ralf Jung | -0/+1 | |
| 2022-09-21 | Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573' | Oli Scherer | -0/+101 | |
| git-subtree-dir: src/tools/miri git-subtree-mainline: 3f3167fb59341ac3240ca1774f48e8c053219131 git-subtree-split: 75dd959a3a40eb5b4574f8d2e23aa6efbeb33573 | ||||
