| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-07-16 | Merge pull request #4456 from nia-e/trace-incorporate-events | Ralf Jung | -25/+314 |
| 2025-07-16 | update comment to reference legacy `.ctors` section | Ibraheem Ahmed | -1/+1 |
| 2025-07-16 | hook up native-lib bits | Nia Espera | -25/+314 |
| 2025-07-16 | Make frame spans appear on a separate trace line | Stypox | -21/+51 |
| 2025-07-15 | add test for global constructors | Ibraheem Ahmed | -0/+43 |
| 2025-07-15 | add support for global constructors (i.e. life before main) | Ibraheem Ahmed | -32/+165 |
| 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 | Merge pull request #4452 from Stypox/trace-borrow-tracker | Ralf Jung | -1/+62 |
| 2025-07-15 | Add InterpCx::fn_abi_of_instance/_fn_ptr with tracing, shadowing FnAbiOf | Stypox | -1/+1 |
| 2025-07-15 | Add tracing calls to borrow tracker under the same name | Stypox | -0/+18 |
| 2025-07-15 | Add enter_trace_span! that checks #[cfg("tracing")] | Stypox | -1/+44 |
| 2025-07-15 | Add std::hint::spin_loop() | Patrick-6 | -6/+22 |
| 2025-07-15 | Merge from rustc | The Miri Cronjob Bot | -1/+2 |