| Age | Commit message (Expand) | Author | Lines |
| 2025-06-29 | Merge from rustc | Ralf Jung | -59/+40 |
| 2025-06-29 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-06-29 | Auto merge of #143137 - RalfJung:miri-sync, r=RalfJung | bors | -317/+1781 |
| 2025-06-29 | Merge pull request #4424 from RalfJung/aarch64-linux-ci | Ralf Jung | -21/+45 |
| 2025-06-29 | also test on arm-64 linux hosts | Ralf Jung | -21/+45 |
| 2025-06-29 | Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee | Guillaume Gomez | -0/+10 |
| 2025-06-29 | make ./miri work on stable again | Ralf Jung | -23/+29 |
| 2025-06-29 | disable ptrace codepath since it doesn't build on many targets | Ralf Jung | -59/+29 |
| 2025-06-29 | Merge from rustc | The Miri Cronjob Bot | -3/+3 |
| 2025-06-29 | fix miri build in bootstrap | Ralf Jung | -0/+1 |
| 2025-06-29 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-29 | rename Pointer::from_addr_invalid to match strict provenance API | Ralf Jung | -1/+1 |
| 2025-06-29 | give Pointer::into_parts a more scary name and offer a safer alternative | Ralf Jung | -8/+6 |
| 2025-06-28 | Merge pull request #4415 from YohDeadfall/sync-ra-configs | Ralf Jung | -7/+5 |
| 2025-06-28 | Synced rust-analyzer configs | Yoh Deadfall | -7/+5 |
| 2025-06-28 | Rollup merge of #143114 - leopardracer:master, r=RalfJung | Matthias Krüger | -2/+2 |
| 2025-06-28 | Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin | bors | -1/+1 |
| 2025-06-28 | move all the message types into one place | Ralf Jung | -31/+31 |
| 2025-06-28 | de-intend some code, and extend comments | Ralf Jung | -111/+112 |
| 2025-06-28 | various minor native-lib-tracing tweaks, and disable naive-lib-tracing mode b... | Ralf Jung | -206/+165 |
| 2025-06-28 | clippy | Ralf Jung | -10/+8 |
| 2025-06-28 | fmt | The Miri Cronjob Bot | -4/+2 |
| 2025-06-28 | Merge from rustc | The Miri Cronjob Bot | -17/+7 |
| 2025-06-28 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-27 | Rollup merge of #143046 - RalfJung:zst-unsafe-cell, r=lcnr,oli-obk | Matthias Krüger | -4/+4 |
| 2025-06-27 | Rollup merge of #140809 - bjorn3:panic_runtime_cleanup, r=petrochenkov | Matthias Krüger | -1/+2 |
| 2025-06-27 | Update dangling_pointer_to_raw_pointer.rs | leopardracer | -1/+1 |
| 2025-06-27 | Update README.md | leopardracer | -1/+1 |
| 2025-06-27 | Add InterpCx::layout_of with tracing, shadowing LayoutOf | Stypox | -12/+1 |
| 2025-06-27 | Insert checks for enum discriminants when debug assertions are enabled | Bastian Kersting | -1/+1 |
| 2025-06-27 | Split exported_symbols for generic and non-generic symbols | bjorn3 | -4/+4 |
| 2025-06-26 | Merge pull request #4408 from Patrick-6/rework-thread-join | Ralf Jung | -104/+111 |
| 2025-06-26 | Delay writing of return value of a join until after the join is successful. | Patrick-6 | -104/+111 |
| 2025-06-26 | make size_and_align_of_mplace work on all projectable | Ralf Jung | -4/+4 |
| 2025-06-24 | Avoid exporting panic_unwind as stdlib cargo feature | bjorn3 | -1/+1 |
| 2025-06-24 | Add all rustc_std_internal_symbol to symbols.o | bjorn3 | -0/+1 |
| 2025-06-20 | fmt | Nia Espera | -7/+6 |
| 2025-06-20 | Update src/shims/trace/parent.rs | Nia | -4/+5 |
| 2025-06-20 | error rework | Nia Espera | -33/+17 |
| 2025-06-20 | nonnulls | Nia Espera | -22/+18 |
| 2025-06-20 | cfg if | Nia Espera | -4/+1 |
| 2025-06-20 | fix dumb mistake | Nia Espera | -1/+6 |
| 2025-06-20 | supervisor bits of ffi ptracing | Nia Espera | -81/+606 |
| 2025-06-20 | Merge from rustc | The Miri Cronjob Bot | -5/+5 |
| 2025-06-20 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-20 | Merge pull request #4362 from nia-e/fix-alloc-perf | Ralf Jung | -36/+72 |
| 2025-06-19 | isolated_alloc: directly use mmap for allocations | Nia Espera | -36/+72 |
| 2025-06-19 | Merge pull request #4396 from Stypox/build-with-features | Ralf Jung | -65/+153 |
| 2025-06-19 | Allow building Miri with --features from miri-script | Stypox | -65/+153 |
| 2025-06-19 | Merge from rustc | The Miri Cronjob Bot | -6/+6 |