| Age | Commit message (Expand) | Author | Lines |
| 2025-07-20 | fix handling of base address for TypeId allocations | Ralf Jung | -27/+37 |
| 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 | -4/+23 |
| 2025-07-20 | Merge from rustc | The Miri Cronjob Bot | -34/+155 |
| 2025-07-20 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 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 | -122/+312 |
| 2025-07-19 | Merge pull request #4482 from RalfJung/deps | Ralf Jung | -538/+1160 |
| 2025-07-19 | don't halt execution when we write to a read-only file | Ralf Jung | -1/+14 |
| 2025-07-19 | move and update test dependencies | Ralf Jung | -76/+169 |
| 2025-07-19 | Move float non determinism helpers to math.rs | LorrensP-2158466 | -164/+145 |
| 2025-07-19 | ditch which dependency | Ralf Jung | -30/+3 |
| 2025-07-19 | bump cargo-metadata | Ralf Jung | -5/+371 |
| 2025-07-19 | bump ui_test | Ralf Jung | -10/+9 |
| 2025-07-19 | bump ipc-channel | Ralf Jung | -40/+8 |
| 2025-07-19 | bump colored dep | Ralf Jung | -3/+12 |
| 2025-07-19 | cargo update | Ralf Jung | -384/+598 |
| 2025-07-19 | Auto merge of #144166 - matthiaskrgr:rollup-wccepuo, r=matthiaskrgr | bors | -3/+3 |
| 2025-07-19 | add -Zmiri-no-extra-rounding-error to specifically disable just that part of ... | Ralf Jung | -6/+18 |
| 2025-07-19 | interpret: fix TypeId pointers being considered data pointers | Ralf Jung | -4/+23 |
| 2025-07-19 | Rollup merge of #144083 - RalfJung:miri-sleep, r=oli-obk | Matthias Krüger | -3/+3 |
| 2025-07-19 | Merge from rustc | The Miri Cronjob Bot | -2/+2 |
| 2025-07-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-19 | Mitigate `#[align]` name resolution ambiguity regression with a rename | Jieyou Xu | -3/+7 |
| 2025-07-18 | Rollup merge of #142673 - oli-obk:uninit-read-mem, r=RalfJung | Matthias Krüger | -31/+152 |
| 2025-07-18 | move page protection logic inside native_lib | Ralf Jung | -93/+84 |
| 2025-07-18 | RA config: disable default features for faster build script build | Ralf Jung | -0/+2 |
| 2025-07-18 | make native-lib support compile-time-optional, and centralize cfg usage | Ralf Jung | -37/+52 |
| 2025-07-18 | Show the memory of uninit reads | Oli Scherer | -77/+82 |
| 2025-07-18 | Merge from rustc | The Miri Cronjob Bot | -21/+51 |
| 2025-07-18 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-18 | Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errors | Matthias Krüger | -2/+2 |
| 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-17 | Merge pull request #4472 from RalfJung/triagebot | Oli Scherer | -13/+18 |
| 2025-07-17 | tweak PR process description | Ralf Jung | -4/+8 |
| 2025-07-17 | allow using different cargo binary | Nia Espera | -6/+13 |
| 2025-07-17 | Rollup merge of #143955 - Stypox:tracing-frame-filter, r=RalfJung | Matthias Krüger | -21/+51 |
| 2025-07-17 | Merge from rustc | The Miri Cronjob Bot | -1/+54 |
| 2025-07-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-16 | Auto merge of #144019 - RalfJung:miri-sync, r=RalfJung | bors | -590/+1149 |
| 2025-07-16 | use `codegen_instance_attrs` where an instance is (easily) available | Folkert de Vries | -2/+2 |
| 2025-07-16 | set S-waiting-on labels on new PRs | Ralf Jung | -0/+6 |
| 2025-07-16 | triagebot: tweak welcome message | Ralf Jung | -9/+4 |
| 2025-07-16 | Rollup merge of #143968 - Stypox:tracing-FnAbiOf, r=RalfJung | Samuel Tardieu | -1/+1 |
| 2025-07-16 | Rollup merge of #143692 - RalfJung:miri-oob, r=oli-obk | Samuel Tardieu | -0/+53 |
| 2025-07-16 | triagebot welcome message for new users | Ralf Jung | -1/+12 |
| 2025-07-16 | Merge pull request #4459 from ibraheemdev/ibraheem/global-ctor | Ralf Jung | -30/+216 |
| 2025-07-16 | minor tweaks and comments | Ralf Jung | -25/+35 |