| Age | Commit message (Expand) | Author | Lines |
| 2025-07-28 | lookup_link_section: support arrays of function pointers | Ralf Jung | -8/+7 |
| 2025-07-25 | Merge ref 'b56aaec52bc0' from rust-lang/rust | The Miri Cronjob Bot | -13/+7 |
| 2025-07-23 | Remove const deduplication from the interpreter. | Camille GILLOT | -13/+7 |
| 2025-07-22 | Merge from rustc | The Miri Cronjob Bot | -11/+21 |
| 2025-07-22 | Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -3/+7 |
| 2025-07-21 | Merge pull request #4481 from RalfJung/read-write-truncate | Oli Scherer | -3/+33 |
| 2025-07-20 | Update Miri Tests | Scott McMurray | -8/+14 |
| 2025-07-19 | non-deterministically truncate reads/writes | Ralf Jung | -3/+29 |
| 2025-07-19 | don't halt execution when we write to a read-only file | Ralf Jung | -0/+4 |
| 2025-07-19 | interpret: fix TypeId pointers being considered data pointers | Ralf Jung | -0/+19 |
| 2025-07-19 | Mitigate `#[align]` name resolution ambiguity regression with a rename | Jieyou Xu | -3/+7 |
| 2025-07-16 | minor tweaks and comments | Ralf Jung | -2/+5 |
| 2025-07-15 | add test for global constructors | Ibraheem Ahmed | -0/+43 |
| 2025-07-15 | Merge pull request #4469 from Patrick-6/add-spinloop-hints | Ralf Jung | -15/+31 |
| 2025-07-15 | Make spin function naming more consistent | Patrick-6 | -17/+17 |
| 2025-07-15 | Add std::hint::spin_loop() | Patrick-6 | -6/+22 |
| 2025-07-11 | Update miri for change to random API | Josh Triplett | -1/+1 |
| 2025-07-06 | Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJung | bors | -0/+10 |
| 2025-07-06 | sleep_until: add clock_nanosleep support to Miri | dvdsk | -0/+10 |
| 2025-07-05 | Merge from rustc | Ralf Jung | -2/+2 |
| 2025-07-03 | Make __rust_alloc_error_handler_should_panic a function | Daniel Paoliello | -2/+2 |
| 2025-07-02 | Merge from rustc | The Miri Cronjob Bot | -103/+0 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -103/+0 |
| 2025-07-01 | fmt | The Miri Cronjob Bot | -2/+0 |
| 2025-07-01 | Merge from rustc | The Miri Cronjob Bot | -12/+41 |
| 2025-06-30 | Auto merge of #143233 - dianqk:rollup-lcx3278, r=dianqk | bors | -11/+40 |
| 2025-06-30 | Rollup merge of #142514 - LorrensP-2158466:miri-float-nondet-pow, r=RalfJung | dianqk | -11/+40 |
| 2025-06-30 | Try increasing the repetition limit | Oli Scherer | -1/+1 |
| 2025-06-29 | Merge pull request #4397 from tgross35/gettid-shims | Ralf Jung | -2/+2 |
| 2025-06-29 | Add shims for `gettid`-esque functions | Trevor Gross | -2/+2 |
| 2025-06-29 | add float_nan test for powf | Ralf Jung | -9/+35 |
| 2025-06-29 | make some powf and powi cases involving SNaN non-deterministic | LorrensP-2158466 | -11/+14 |
| 2025-06-29 | Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee | Guillaume Gomez | -0/+8 |
| 2025-06-18 | Rollup merge of #142507 - folkertdev:fn-align-align-attribute, r=jdonszelmann | Trevor Gross | -5/+5 |
| 2025-06-18 | add `#[align]` attribute | Folkert de Vries | -5/+5 |
| 2025-06-18 | Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3 | bors | -2/+2 |
| 2025-06-16 | Change __rust_no_alloc_shim_is_unstable to be a function | Daniel Paoliello | -2/+2 |
| 2025-06-16 | Auto merge of #142574 - Kobzol:rollup-ldj386u, r=Kobzol | bors | -1/+0 |
| 2025-06-15 | Stabilize "file_lock" feature | Christopher Berner | -1/+0 |
| 2025-06-15 | Implement `simd_round_ties_even` for miri, cg_clif and cg_gcc | sayantn | -0/+8 |
| 2025-06-11 | Merge pull request #4384 from RalfJung/diag-no-repeat | Oli Scherer | -10/+10 |
| 2025-06-10 | float tests: test non-determinism for more operations | Ralf Jung | -22/+25 |
| 2025-06-10 | Merge pull request #4394 from RalfJung/smallvec | Ralf Jung | -0/+99 |
| 2025-06-10 | add SmallVec test | Ralf Jung | -0/+99 |
| 2025-06-10 | fmt | The Miri Cronjob Bot | -1/+0 |
| 2025-06-10 | Merge from rustc | The Miri Cronjob Bot | -3/+112 |
| 2025-06-09 | Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJung | bors | -3/+112 |
| 2025-06-09 | Merge pull request #4376 from yoctocell/tb-interior-mut-flag | Ralf Jung | -0/+40 |
| 2025-06-09 | Add `-Zmiri-tree-borrows-no-precise-interior-mut` flag | Xinglu Chen | -0/+40 |
| 2025-06-08 | Merge from rustc | The Miri Cronjob Bot | -6/+0 |