| Age | Commit message (Expand) | Author | Lines |
| 2025-07-28 | lookup_link_section: support arrays of function pointers | Ralf Jung | -8/+7 |
| 2025-07-28 | revert accidental change | Ralf Jung | -0/+4 |
| 2025-07-28 | Merge commit 'abd9cba5acbcc35fb4cc59ce25580fa1624b5571' | Ralf Jung | -21/+17 |
| 2025-07-27 | miri: for ABI mismatch errors, say which argument is the problem | Ralf Jung | -21/+17 |
| 2025-07-27 | Merge pull request #4498 from RalfJung/genmc-build | Ralf Jung | -0/+27 |
| 2025-07-27 | various minor adjustments | Ralf Jung | -2/+1 |
| 2025-07-27 | Add support for building and linking against genmc | Patrick-6 | -0/+28 |
| 2025-07-27 | call_function helper: dont ICE on return type mismatches | Ralf Jung | -0/+51 |
| 2025-07-25 | fix target json | Ralf Jung | -1/+1 |
| 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 | -112/+273 |
| 2025-07-21 | Auto merge of #144238 - jhpratt:rollup-xb8aida, r=jhpratt | bors | -7/+679 |
| 2025-07-21 | Merge from rustc | The Miri Cronjob Bot | -4/+29 |
| 2025-07-20 | Rollup merge of #144229 - RalfJung:miri-sync, r=RalfJung | Jacob Pratt | -7/+679 |
| 2025-07-20 | Update Miri Tests | Scott McMurray | -8/+14 |
| 2025-07-20 | Rollup merge of #144190 - scottmcm:spanned-errors-in-mir-validation, r=RalfJung | Guillaume Gomez | -4/+10 |
| 2025-07-20 | Rollup merge of #144169 - RalfJung:type-id-fix, r=oli-obk | Matthias Krüger | -0/+19 |
| 2025-07-20 | Merge from rustc | The Miri Cronjob Bot | -34/+155 |
| 2025-07-19 | Give a message with a span on validation error | Scott McMurray | -4/+10 |
| 2025-07-19 | non-deterministically truncate reads/writes | Ralf Jung | -112/+269 |
| 2025-07-19 | don't halt execution when we write to a read-only file | Ralf Jung | -0/+4 |
| 2025-07-19 | move and update test dependencies | Ralf Jung | -1/+675 |
| 2025-07-19 | bump ui_test | Ralf Jung | -5/+3 |
| 2025-07-19 | Auto merge of #144166 - matthiaskrgr:rollup-wccepuo, r=matthiaskrgr | bors | -3/+3 |
| 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-18 | make native-lib support compile-time-optional, and centralize cfg usage | Ralf Jung | -1/+1 |
| 2025-07-18 | Show the memory of uninit reads | Oli Scherer | -77/+82 |
| 2025-07-17 | miri sleep tests: increase slack | Ralf Jung | -3/+3 |
| 2025-07-17 | Report the range of uninit bytes in CTFE errors | Oli Scherer | -29/+145 |
| 2025-07-16 | Auto merge of #144019 - RalfJung:miri-sync, r=RalfJung | bors | -17/+271 |
| 2025-07-16 | Rollup merge of #143692 - RalfJung:miri-oob, r=oli-obk | Samuel Tardieu | -0/+53 |
| 2025-07-16 | Merge pull request #4459 from ibraheemdev/ibraheem/global-ctor | Ralf Jung | -2/+48 |
| 2025-07-16 | minor tweaks and comments | Ralf Jung | -2/+5 |
| 2025-07-16 | Merge pull request #4456 from nia-e/trace-incorporate-events | Ralf Jung | -0/+192 |
| 2025-07-16 | hook up native-lib bits | Nia Espera | -0/+192 |
| 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-14 | Rollup merge of #143710 - joshtriplett:random-updates, r=joshtriplett | Samuel Tardieu | -1/+1 |
| 2025-07-12 | ./x test miri: fix cleaning the miri_ui directory | Ralf Jung | -0/+2 |
| 2025-07-11 | Update miri for change to random API | Josh Triplett | -1/+1 |
| 2025-07-09 | miri: fix out-of-bounds error for ptrs with negative offsets | Ralf Jung | -0/+53 |
| 2025-07-06 | Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJung | bors | -0/+124 |
| 2025-07-06 | sleep_until: add clock_nanosleep support to Miri | dvdsk | -0/+124 |
| 2025-07-05 | Merge from rustc | Ralf Jung | -2/+2 |