| Age | Commit message (Expand) | Author | Lines |
| 2024-09-21 | fmt (with a huge diff for some reason) | Ralf Jung | -15/+18 |
| 2024-09-21 | Merge from rustc | Ralf Jung | -0/+20 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+20 |
| 2024-09-17 | Use `@only-target` in SSE and SSE2 tests too | Eduardo Sánchez Muñoz | -1784/+1760 |
| 2024-09-16 | Bump ui test | Oli Scherer | -197/+113 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+20 |
| 2024-09-16 | Merge from rustc | The Miri Cronjob Bot | -6/+33 |
| 2024-09-15 | Rollup merge of #129828 - RalfJung:miri-data-race, r=saethlin | Matthias Krüger | -1/+33 |
| 2024-09-15 | test std::time APIs on FreeBSD and Solarish | Ralf Jung | -3/+3 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -5/+0 |
| 2024-09-12 | Merge from rustc | The Miri Cronjob Bot | -0/+8 |
| 2024-09-11 | miri: support vector index arguments in simd_shuffle | Ralf Jung | -0/+8 |
| 2024-09-11 | Merge from rustc | The Miri Cronjob Bot | -9/+9 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -9/+9 |
| 2024-09-10 | miri: treat non-memory local variables properly for data race detection | Ralf Jung | -1/+33 |
| 2024-09-10 | fmt | Ralf Jung | -2/+4 |
| 2024-09-09 | Update the MIRI tests | Scott McMurray | -9/+9 |
| 2024-09-09 | union padding computation: add fast-path for ZST | Ralf Jung | -0/+15 |
| 2024-09-08 | interpret: reset padding during validation | Ralf Jung | -0/+38 |
| 2024-09-08 | interpret: reset provenance on typed copies | Ralf Jung | -0/+22 |
| 2024-09-08 | Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errors | bors | -0/+66 |
| 2024-09-05 | Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat... | Matthias Krüger | -1/+1 |
| 2024-08-30 | Merge from rustc | The Miri Cronjob Bot | -2/+0 |
| 2024-08-29 | fix wasm test | Ralf Jung | -12/+12 |
| 2024-08-29 | Merge from rustc | The Miri Cronjob Bot | -11/+0 |
| 2024-08-28 | Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat... | Jubilee | -2/+0 |
| 2024-08-28 | Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin | Matthias Krüger | -11/+0 |
| 2024-08-28 | Merge from rustc | The Miri Cronjob Bot | -11/+8 |
| 2024-08-27 | Arbitrary self types v2: pointers feature gate. | Adrian Taylor | -1/+1 |
| 2024-08-27 | miri: Remove feature(new_uninit) | Jubilee Young | -2/+0 |
| 2024-08-27 | tree_borrows test: ensure we can actually read the variable | Ralf Jung | -1/+2 |
| 2024-08-27 | Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlin | Trevor Gross | -11/+8 |
| 2024-08-26 | interpret: do not make const-eval query result depend on tcx.sess | Ralf Jung | -11/+0 |
| 2024-08-26 | Merge from rustc | The Miri Cronjob Bot | -4/+4 |
| 2024-08-24 | Rollup merge of #129501 - RalfJung:miri-rust-backtrace, r=Noratrieb | Matthias Krüger | -4/+4 |
| 2024-08-24 | panicking: improve hint for Miri's RUST_BACKTRACE behavior | Ralf Jung | -4/+4 |
| 2024-08-22 | fix a misleading comment in TB tests | sun-jacobi | -1/+1 |
| 2024-08-20 | supress niches in coroutines | Ralf Jung | -0/+66 |
| 2024-08-20 | Auto merge of #3752 - Kixunil:simd-sha256, r=RalfJung | bors | -0/+270 |
| 2024-08-20 | Implement SHA256 SIMD intrinsics on x86 | Martin Habovstiak | -0/+270 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -1/+0 |
| 2024-08-17 | tls_leak_main_thread_allowed: make test check target_thread_local | Ralf Jung | -10/+13 |
| 2024-08-16 | Auto merge of #3754 - Vanille-N:master, r=RalfJung | bors | -36/+36 |
| 2024-08-14 | Merge from rustc | Ralf Jung | -2/+14 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -2/+14 |
| 2024-08-12 | miri weak memory emulation: initialize store buffer only on atomic writes; pr... | Ralf Jung | -11/+8 |
| 2024-08-12 | fix tree borrows Unique test | Ralf Jung | -11/+7 |
| 2024-08-12 | Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcm | bors | -3/+7 |
| 2024-08-10 | Fixes in various places | Nadrieril | -0/+2 |
| 2024-08-09 | Add a FIXME to the changed Miri test | Ben Kimock | -0/+2 |