| Age | Commit message (Expand) | Author | Lines |
| 2025-09-13 | Rollup merge of #145471 - rs-sac:extr, r=the8472 | Jacob Pratt | -1/+0 |
| 2025-09-10 | Rollup merge of #146178 - folkertdev:static-align, r=jdonszelmann,ralfjung,tr... | Matthias Krüger | -0/+14 |
| 2025-09-09 | allow `#[rustc_align_static(N)]` on `static`s | Folkert de Vries | -0/+14 |
| 2025-09-06 | Change stdlib float tests to account for miri nondet floats. | LorrensP-2158466 | -4/+3 |
| 2025-09-06 | Implement nondet behaviour and change/add tests. | LorrensP-2158466 | -44/+110 |
| 2025-09-04 | Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35 | Jacob Pratt | -1/+7 |
| 2025-09-03 | fix applying an error to infinities | Ralf Jung | -0/+4 |
| 2025-09-03 | Add `funnel_sh{l,r}` functions and intrinsics | sayantn | -1/+7 |
| 2025-09-03 | fix mangitude of applied float error | Ralf Jung | -4/+50 |
| 2025-09-02 | account for aarch64 windows oversleeping | Ralf Jung | -1/+2 |
| 2025-09-02 | add a flag to always apply the maximum float error | Ralf Jung | -0/+23 |
| 2025-08-30 | Merge ref 'e004014d1bf4' from rust-lang/rust | The Miri Cronjob Bot | -1/+0 |
| 2025-08-29 | Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=s... | Trevor Gross | -1/+0 |
| 2025-08-29 | unix read/write: fix zero-size handling | Ralf Jung | -1/+3 |
| 2025-08-27 | Stabilize BTree{Map,Set}::extract_if | Sidney Cammeresi | -1/+0 |
| 2025-08-25 | Merge ref 'a1dbb443527b' from rust-lang/rust | The Miri Cronjob Bot | -0/+3 |
| 2025-08-24 | Allow `integer_to_ptr_transmutes` in tests | Urgau | -0/+3 |
| 2025-08-23 | Merge pull request #4540 from RalfJung/tb-refactors | Ralf Jung | -4/+6 |
| 2025-08-23 | tree borrows: refactor new-permission logic | Ralf Jung | -4/+6 |
| 2025-08-22 | add some ZST reborrow tests | Ralf Jung | -1/+21 |
| 2025-08-21 | Auto merge of #145647 - RalfJung:miri, r=RalfJung | bors | -0/+39 |
| 2025-08-21 | Merge ref '125ff8a788c5' from rust-lang/rust | The Miri Cronjob Bot | -0/+23 |
| 2025-08-20 | make `prefetch` intrinsics safe | Folkert de Vries | -14/+14 |
| 2025-08-19 | add a fallback implementation for the `prefetch_*` intrinsics | Folkert de Vries | -0/+23 |
| 2025-08-19 | Support weak definitions | bjorn3 | -0/+39 |
| 2025-08-17 | Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obk | bors | -55/+1 |
| 2025-08-15 | stabilize strict provenance atomic ptr | Kivooeo | -1/+0 |
| 2025-08-08 | Revert "Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-... | Jakub Beránek | -110/+44 |
| 2025-08-07 | Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-items, r... | Stuart Cook | -44/+110 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -17/+17 |
| 2025-07-31 | Do not give function allocations alignment in consteval or miri. | Zachary S | -25/+0 |
| 2025-07-30 | const-eval: full support for pointer fragments | Ralf Jung | -55/+1 |
| 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-21 | Implement nondet behaviour and change/add tests. | LorrensP-2158466 | -44/+110 |
| 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 |