| Age | Commit message (Expand) | Author | Lines |
| 2025-05-01 | Rollup merge of #140034 - RalfJung:simd_select_bitmask-padding, r=workingjubilee | Guillaume Gomez | -30/+13 |
| 2025-05-01 | Merge pull request #4273 from yoctocell/new-cell-state | Ralf Jung | -23/+32 |
| 2025-05-01 | Add `Cell` state to Tree Borrows | Xinglu Chen | -23/+32 |
| 2025-05-01 | Merge from rustc | The Miri Cronjob Bot | -59/+60 |
| 2025-04-30 | interpret: better error message for out-of-bounds pointer arithmetic and acce... | Ralf Jung | -101/+101 |
| 2025-04-30 | Rollup merge of #140439 - RalfJung:miri-algebraic-float-nondet, r=oli-obk | Matthias Krüger | -59/+60 |
| 2025-04-29 | add -Zmiri-deterministic-concurrency flag and use it for concurrency tests | Ralf Jung | -137/+91 |
| 2025-04-29 | Merge pull request #4272 from geetanshjuneja/scheduling | Ralf Jung | -72/+72 |
| 2025-04-29 | Added random scheduling | geetanshjuneja | -72/+72 |
| 2025-04-29 | miri: algebraic intrinsics: bring back float non-determinism | Ralf Jung | -59/+60 |
| 2025-04-29 | suppress dangerous_implicit_autorefs in TB test | Ralf Jung | -0/+1 |
| 2025-04-29 | fmt | The Miri Cronjob Bot | -7/+3 |
| 2025-04-29 | Merge from rustc | The Miri Cronjob Bot | -87/+109 |
| 2025-04-28 | Rollup merge of #139656 - scottmcm:stabilize-slice-as-chunks, r=dtolnay | Chris Denton | -2/+1 |
| 2025-04-28 | Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obk | bors | -85/+104 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -85/+104 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -0/+4 |
| 2025-04-27 | `unsafe(no_mangle)` in `miri_start` examples | primoly | -1/+1 |
| 2025-04-25 | Merge from rustc | The Miri Cronjob Bot | -1/+8 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -1/+8 |
| 2025-04-23 | Merge from rustc | The Miri Cronjob Bot | -0/+21 |
| 2025-04-22 | Rollup merge of #140072 - folkertdev:miri-fn-align, r=RalfJung | Chris Denton | -0/+21 |
| 2025-04-22 | TB: add missing interior_mutability test file | Ralf Jung | -0/+177 |
| 2025-04-22 | Merge from rustc | The Miri Cronjob Bot | -2/+2 |
| 2025-04-21 | Rollup merge of #140009 - ShE3py:tls-abort, r=thomcc | Chris Denton | -2/+2 |
| 2025-04-20 | respect `repr(align(N))` on functions in miri | Folkert de Vries | -0/+21 |
| 2025-04-20 | Allow `dangerous_implicit_autorefs` lint in some tests | Urgau | -0/+4 |
| 2025-04-20 | Merge from rustc | The Miri Cronjob Bot | -0/+29 |
| 2025-04-19 | Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlin | Chris Denton | -0/+29 |
| 2025-04-19 | simd_select_bitmask: the 'padding' bits in the mask are just ignored | Ralf Jung | -30/+13 |
| 2025-04-19 | Merge from rustc | The Miri Cronjob Bot | -0/+45 |
| 2025-04-18 | rtprintpanic: clarify that the error is aborting the process | Lieselotte | -2/+2 |
| 2025-04-18 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-04-18 | Rollup merge of #139553 - petrosagg:channel-double-free, r=RalfJung,tgross35 | Matthias Krüger | -0/+45 |
| 2025-04-17 | Rollup merge of #139483 - RalfJung:nan, r=tgross35 | Matthias Krüger | -1/+1 |
| 2025-04-17 | Merge pull request #4263 from geetanshjuneja/check_shim_abi | Ralf Jung | -3/+3 |
| 2025-04-17 | replaced check_shim with check_shim_abi for env, file, sockets and time relat... | geetanshjuneja | -3/+3 |
| 2025-04-16 | use std-declared intrinsics rather than copying the declaration | Ralf Jung | -106/+50 |
| 2025-04-15 | Merge pull request #4260 from CraftSpider/windows-file-delete | Oli Scherer | -5/+22 |
| 2025-04-12 | fmt | The Miri Cronjob Bot | -1/+1 |
| 2025-04-12 | Merge from rustc | The Miri Cronjob Bot | -0/+30 |
| 2025-04-11 | Implement DeleteFileW | Rune Tynan | -5/+22 |
| 2025-04-11 | sync::mpsc: prevent double free on `Drop` | Petros Angelatos | -1/+1 |
| 2025-04-11 | sync::mpsc: add miri reproducer of double free | Petros Angelatos | -0/+45 |
| 2025-04-10 | Stabilize `slice_as_chunks` library feature | Scott McMurray | -2/+1 |
| 2025-04-10 | Auto merge of #137412 - scottmcm:redo-swap, r=cuviper | bors | -0/+30 |
| 2025-04-10 | Merge pull request #4261 from CraftSpider/windows-rtl-to-dos | Ralf Jung | -1/+10 |
| 2025-04-10 | Implement RtlNtStatusToDosError and shim test for it | Rune Tynan | -1/+10 |
| 2025-04-10 | Merge pull request #4262 from RalfJung/win-path | Ralf Jung | -2/+23 |
| 2025-04-10 | make GetFullPathNameW more correct on non-Windows hosts | Ralf Jung | -4/+20 |