| Age | Commit message (Expand) | Author | Lines |
| 2025-05-05 | Merge pull request #4309 from RalfJung/both-borrows-tests | Ralf Jung | -532/+94 |
| 2025-05-05 | consistent folder naming: stacked-borrows -> stacked_borrows | Ralf Jung | -6/+6 |
| 2025-05-05 | Merge pull request #4306 from yoctocell/fix-unsafecell-inside-box | Ralf Jung | -0/+42 |
| 2025-05-05 | move tests that are identical between SB and TB to shared files | Ralf Jung | -764/+326 |
| 2025-05-05 | Merge pull request #4307 from JoJoDeveloping/remove-unique-is-unique | Ralf Jung | -198/+2 |
| 2025-05-04 | Remove -Zunique-is-unique | Johannes Hostert | -198/+2 |
| 2025-05-03 | Merge from rustc | The Miri Cronjob Bot | -0/+13 |
| 2025-05-02 | Construct test so that it would fail for old code | Xinglu Chen | -5/+22 |
| 2025-05-02 | Correctly handle interior mutable data in `Box` | Xinglu Chen | -0/+25 |
| 2025-05-01 | Rollup merge of #140034 - RalfJung:simd_select_bitmask-padding, r=workingjubilee | Guillaume Gomez | -0/+13 |
| 2025-05-01 | Merge pull request #4273 from yoctocell/new-cell-state | Ralf Jung | -17/+26 |
| 2025-05-01 | Add `Cell` state to Tree Borrows | Xinglu Chen | -17/+26 |
| 2025-05-01 | Merge from rustc | The Miri Cronjob Bot | -59/+60 |
| 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 | -9/+10 |
| 2025-04-29 | Merge pull request #4272 from geetanshjuneja/scheduling | Ralf Jung | -10/+10 |
| 2025-04-29 | Added random scheduling | geetanshjuneja | -10/+10 |
| 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-25 | Merge from rustc | The Miri Cronjob Bot | -1/+4 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -1/+4 |
| 2025-04-23 | Merge from rustc | The Miri Cronjob Bot | -0/+21 |
| 2025-04-22 | TB: add missing interior_mutability test file | Ralf Jung | -0/+177 |
| 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-19 | simd_select_bitmask: the 'padding' bits in the mask are just ignored | Ralf Jung | -0/+13 |
| 2025-04-19 | Merge from rustc | The Miri Cronjob Bot | -0/+45 |
| 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-15 | Merge pull request #4260 from CraftSpider/windows-file-delete | Oli Scherer | -1/+1 |
| 2025-04-12 | fmt | The Miri Cronjob Bot | -1/+1 |
| 2025-04-11 | Implement DeleteFileW | Rune Tynan | -1/+1 |
| 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 #4262 from RalfJung/win-path | Ralf Jung | -2/+23 |
| 2025-04-10 | make GetFullPathNameW more correct on non-Windows hosts | Ralf Jung | -4/+20 |
| 2025-04-10 | path: add more Windows tests | Ralf Jung | -1/+6 |
| 2025-04-09 | Add a Miri test for 134713 | Scott McMurray | -0/+30 |
| 2025-04-09 | Merge pull request #4067 from CraftSpider/windows-metadata | Ralf Jung | -17/+19 |
| 2025-04-08 | Implement trivial file operations - opening and closing handles. Just enough ... | Rune Tynan | -17/+19 |
| 2025-04-07 | targest → targets (spotted as I had the same typo) | Ralf Jung | -1/+1 |