| Age | Commit message (Expand) | Author | Lines |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+62 |
| 2024-10-05 | Fix up tests | Michael Goulet | -2/+49 |
| 2024-10-04 | Implement LLVM x86 gfni intrinsics | Tobias Decking | -0/+518 |
| 2024-10-02 | bless miri tests | joboet | -4/+4 |
| 2024-09-30 | Auto merge of #131036 - RalfJung:miri-sync, r=RalfJung | bors | -62/+49 |
| 2024-09-29 | let rustfmt format imports | Ralf Jung | -59/+41 |
| 2024-09-28 | Further clarificarion for atomic and UnsafeCell docs: | Ralf Jung | -0/+17 |
| 2024-09-28 | allow mixed-size atomic reads | Ralf Jung | -0/+21 |
| 2024-09-28 | miri: no longer complain about read-read races | Ralf Jung | -1/+37 |
| 2024-09-25 | avoid using HashMap in fs test | Ralf Jung | -3/+3 |
| 2024-09-25 | add test for std::random | Ralf Jung | -0/+5 |
| 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 |