| Age | Commit message (Expand) | Author | Lines |
| 2024-03-23 | disable RUST_BACKTRACE in CI, set it inside the test harness instead | Ralf Jung | -4/+9 |
| 2024-03-23 | when a test fails, repeat the target after the failure report | Ralf Jung | -0/+2 |
| 2024-03-23 | Auto merge of #3385 - Zoxc:read-types, r=RalfJung | bors | -11/+23 |
| 2024-03-23 | Report retags as distinct from real memory accesses for data races | John Kåre Alsaker | -11/+23 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -0/+78 |
| 2024-03-23 | rename ptr::from_exposed_addr -> ptr::with_exposed_provenance | Ralf Jung | -22/+22 |
| 2024-03-23 | add support for missing SIMD float intrinsics | Ralf Jung | -0/+18 |
| 2024-03-21 | Allow `llvm.x86.sse2.pause` instrinsic to be called without SSE2 | Eduardo Sánchez Muñoz | -0/+30 |
| 2024-03-19 | remove duplicate test | Ralf Jung | -5/+0 |
| 2024-03-19 | Merge from rustc | The Miri Cronjob Bot | -6/+2 |
| 2024-03-18 | Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnr | Matthias Krüger | -4/+0 |
| 2024-03-18 | add_retag: ensure box-to-raw-ptr casts are preserved for Miri | Ralf Jung | -2/+2 |
| 2024-03-18 | add exposed-provenance example where we miss UB | Ralf Jung | -0/+26 |
| 2024-03-17 | MIRI tests to confirm it's typed | Scott McMurray | -0/+78 |
| 2024-03-17 | Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw... | bors | -4/+4 |
| 2024-03-15 | Merge from rustc | Ralf Jung | -1/+1 |
| 2024-03-14 | Remove `feature(unchecked_math)` from miri | Scott McMurray | -8/+0 |
| 2024-03-14 | Auto merge of #3379 - RalfJung:time-with-isolation, r=saethlin | bors | -10/+14 |
| 2024-03-14 | explain time-with-isolation test better | Ralf Jung | -10/+14 |
| 2024-03-14 | Merge from rustc | The Miri Cronjob Bot | -2/+18 |
| 2024-03-14 | update virtual clock in miri test since signed loops now execute more methods | The 8472 | -1/+1 |
| 2024-03-13 | Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obk | bors | -2/+18 |
| 2024-03-12 | Auto merge of #3370 - RalfJung:windows-sync, r=RalfJung | bors | -286/+0 |
| 2024-03-12 | Merge from rustc | The Miri Cronjob Bot | -4/+76 |
| 2024-03-11 | Rollup merge of #122249 - RalfJung:machine-read-hook, r=oli-obk | Jubilee | -0/+62 |
| 2024-03-10 | test into_boxed_slice with custom allocator in Miri | Ralf Jung | -4/+14 |
| 2024-03-10 | Fix `miri` tests. | Markus Reiter | -4/+4 |
| 2024-03-10 | Auto merge of #122246 - RalfJung:miri, r=RalfJung | bors | -136/+69 |
| 2024-03-10 | fmt | The Miri Cronjob Bot | -12/+4 |
| 2024-03-10 | Merge from rustc | The Miri Cronjob Bot | -0/+123 |
| 2024-03-09 | windows: remove support for slim rwlock | Ralf Jung | -286/+0 |
| 2024-03-09 | interpret: do not call machine read hooks during validation | Ralf Jung | -0/+62 |
| 2024-03-09 | miri: add some chance to reuse addresses of previously freed allocations | Ralf Jung | -2/+18 |
| 2024-03-09 | simplify no-std tests | Ralf Jung | -17/+9 |
| 2024-03-09 | miri: do not apply aliasing restrictions to Box with custom allocator | Ralf Jung | -0/+123 |
| 2024-03-09 | rename tests/compiletest → tests/ui | Ralf Jung | -1/+1 |
| 2024-03-09 | compiletest: create fresh tempdir for tests to use | Ralf Jung | -15/+30 |
| 2024-03-08 | Merge from rustc | The Miri Cronjob Bot | -1/+7 |
| 2024-03-06 | Add advice for failing `shims/fs.rs` miri test | Maybe Waffle | -0/+4 |
| 2024-03-06 | Make `x t miri` respect `MIRI_TEMP` | Maybe Waffle | -1/+3 |
| 2024-03-06 | Stabilize `imported_main` | clubby789 | -4/+0 |
| 2024-03-06 | Auto merge of #3340 - RalfJung:no-disable-abi-check, r=oli-obk | bors | -111/+5 |
| 2024-03-04 | give macOS even more time to sleep | Ralf Jung | -10/+17 |
| 2024-03-04 | linux-futex test: add comment | Ralf Jung | -0/+1 |
| 2024-03-04 | disable diagnostic deduplication | Ralf Jung | -0/+16 |
| 2024-03-03 | Auto merge of #3345 - RalfJung:win-get-thread-name, r=RalfJung | bors | -27/+100 |
| 2024-03-03 | Windows: support getting the thread name | Ralf Jung | -3/+49 |
| 2024-03-03 | move thread-panic tests to their own file; test getting the thread name | Ralf Jung | -24/+51 |
| 2024-03-02 | Tree Borrows: print where the forbidden access happens; make tag tracking les... | Ralf Jung | -94/+94 |
| 2024-03-02 | remove the ability to disable ABI checking | Ralf Jung | -111/+5 |