| Age | Commit message (Expand) | Author | Lines |
| 2025-08-26 | add a flag to codegen fn attrs for foreign items | Jana Dönszelmann | -3/+2 |
| 2025-08-23 | Rollup merge of #144531 - Urgau:int_to_ptr_transmutes, r=jackh726 | Jacob Pratt | -0/+12 |
| 2025-08-24 | Allow `integer_to_ptr_transmutes` in tests | Urgau | -0/+12 |
| 2025-08-23 | Rollup merge of #145744 - RalfJung:miri-inplace-aliasing, r=compiler-errors | Samuel Tardieu | -0/+95 |
| 2025-08-23 | Rollup merge of #145540 - nia-e:prov-map-range, r=RalfJung | Samuel Tardieu | -8/+3 |
| 2025-08-22 | Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwco | Jacob Pratt | -1/+2 |
| 2025-08-22 | interpret/allocation: get_range on ProvenanceMap | Nia Espera | -8/+3 |
| 2025-08-22 | miri: also detect aliasing of in-place argument and return place | Ralf Jung | -0/+95 |
| 2025-08-22 | Add an experimental unsafe(force_target_feature) attribute. | Luca Versari | -1/+2 |
| 2025-08-21 | Rollup merge of #145137 - Kmeakin:km/optimize-slice-index-panicking, r=jhpratt | Jacob Pratt | -1/+1 |
| 2025-08-21 | Auto merge of #145647 - RalfJung:miri, r=RalfJung | bors | -51/+214 |
| 2025-08-21 | Consolidate panicking functions in `slice/index.rs` | Karl Meakin | -1/+1 |
| 2025-08-20 | Merge pull request #4532 from rust-lang/rustup-2025-08-20 | Ralf Jung | -39/+136 |
| 2025-08-20 | allow cfg(bootstrap) | Ralf Jung | -0/+1 |
| 2025-08-20 | bless new tests | Ralf Jung | -0/+1 |
| 2025-08-20 | add back cfg(bootstrap), it is still needed | Ralf Jung | -0/+1 |
| 2025-08-20 | Merge ref 'f605b57042ff' from rust-lang/rust | The Miri Cronjob Bot | -38/+132 |
| 2025-08-20 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-08-20 | Rollup merge of #145626 - folkertdev:prefetch-fallback, r=Amanieu | Jacob Pratt | -0/+23 |
| 2025-08-20 | make `prefetch` intrinsics safe | Folkert de Vries | -14/+14 |
| 2025-08-19 | Enable triagebot `[review-changes-since]` feature | Urgau | -0/+3 |
| 2025-08-19 | Auto merge of #145600 - jieyouxu:rollup-jw0bpnt, r=jieyouxu | bors | -1/+1 |
| 2025-08-19 | add a fallback implementation for the `prefetch_*` intrinsics | Folkert de Vries | -0/+23 |
| 2025-08-19 | Support weak definitions | bjorn3 | -28/+114 |
| 2025-08-19 | God bless the tests | Johannes Hostert | -0/+53 |
| 2025-08-19 | link to TB doc in unsafe-code-guidelines | Johannes Hostert | -1/+2 |
| 2025-08-19 | Rollup merge of #145429 - bjorn3:codegen_fn_attrs_improvements, r=jdonszelmann | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-08-19 | Rollup merge of #145585 - RalfJung:miri-inplace-arg-checks, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -37/+129 |
| 2025-08-19 | Rollup merge of #145306 - Stypox:tracing-misc, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2025-08-19 | miri: detect passing the same local twice as an in-place argument | Ralf Jung | -0/+92 |
| 2025-08-18 | Add tracing to various miscellaneous functions | Stypox | -0/+2 |
| 2025-08-18 | interpret: fix in-place return place semantics when the return place expressi... | Ralf Jung | -37/+37 |
| 2025-08-18 | triagebot: Show range-diff links on force pushes | Ralf Jung | -2/+5 |
| 2025-08-18 | Merge pull request #4523 from Stypox/data-race-tracing | Ralf Jung | -0/+6 |
| 2025-08-18 | fmt | The Miri Cronjob Bot | -1/+2 |
| 2025-08-18 | Merge ref '425a9c0a0e36' from rust-lang/rust | The Miri Cronjob Bot | -69/+104 |
| 2025-08-18 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-08-17 | Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obk | bors | -69/+104 |
| 2025-08-15 | Merge link_name and export_name | bjorn3 | -1/+1 |
| 2025-08-15 | Merge ref '3507a749b365' from rust-lang/rust | The Miri Cronjob Bot | -2/+4 |
| 2025-08-15 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-08-14 | Rollup merge of #145179 - joshtriplett:number, r=RalfJung | Guillaume Gomez | -2/+2 |
| 2025-08-14 | Rollup merge of #144727 - Stypox:add-tracing-to-resolve, r=RalfJung | Guillaume Gomez | -0/+2 |
| 2025-08-13 | Merge ref '1553adfe6884' from rust-lang/rust | The Miri Cronjob Bot | -14/+14 |
| 2025-08-13 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-08-12 | Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3 | bors | -2/+2 |
| 2025-08-12 | make no_mangle explicit on foreign items | Jana Dönszelmann | -2/+2 |
| 2025-08-11 | Add tracing to data race functions | Stypox | -0/+6 |
| 2025-08-11 | Turn _span into _trace as trace span name | Stypox | -12/+12 |
| 2025-08-11 | Add tracing to resolve-related functions | Stypox | -0/+2 |