| Age | Commit message (Expand) | Author | Lines |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -1/+1 |
| 2024-11-09 | Merge from rustc | The Miri Cronjob Bot | -0/+24 |
| 2024-11-04 | miri: update ABI compat checks to accept Option-like types | Ralf Jung | -0/+24 |
| 2024-11-02 | teach clippy about IeeeFloat, and make all 'allow' into 'expect' | Ralf Jung | -1/+1 |
| 2024-10-26 | Adjust the vpclmulqdq test case | Tobias Decking | -3/+7 |
| 2024-10-26 | Implement LLVM x86 vpclmulqdq intrinsics | Tobias Decking | -0/+189 |
| 2024-10-22 | Merge from rustc | The Miri Cronjob Bot | -18/+3 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -18/+3 |
| 2024-10-20 | fmt | The Miri Cronjob Bot | -1/+2 |
| 2024-10-20 | Merge from rustc | The Miri Cronjob Bot | -0/+55 |
| 2024-10-18 | Add more tests | Jules Bertholet | -0/+55 |
| 2024-10-17 | miri: improve support for `f16` and `f128` | Eduardo Sánchez Muñoz | -9/+151 |
| 2024-10-14 | Merge from rustc | Ralf Jung | -2/+111 |
| 2024-10-13 | rework threadname test for more consistency | Ralf Jung | -0/+13 |
| 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 |