about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2025-08-23Rollup merge of #144531 - Urgau:int_to_ptr_transmutes, r=jackh726Jacob Pratt-0/+12
2025-08-24Allow `integer_to_ptr_transmutes` in testsUrgau-0/+12
2025-08-23Merge pull request #4540 from RalfJung/tb-refactorsRalf Jung-144/+116
2025-08-23refactor tb_rebor: reduce code duplicationRalf Jung-38/+22
2025-08-23tree borrows: refactor new-permission logicRalf Jung-110/+98
2025-08-23Rollup merge of #145744 - RalfJung:miri-inplace-aliasing, r=compiler-errorsSamuel Tardieu-0/+95
2025-08-23Rollup merge of #145540 - nia-e:prov-map-range, r=RalfJungSamuel Tardieu-8/+3
2025-08-23Merge pull request #4524 from Stypox/tracing-chrome-overhead-rdtscRalf Jung-78/+283
2025-08-23Account for time spent tracing, use RDTSC for faster timeStypox-78/+283
2025-08-22Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwcoJacob Pratt-1/+2
2025-08-22interpret/allocation: get_range on ProvenanceMapNia Espera-8/+3
2025-08-22Merge pull request #4538 from RalfJung/zst-reborRalf Jung-1/+21
2025-08-22miri: also detect aliasing of in-place argument and return placeRalf Jung-0/+95
2025-08-22add some ZST reborrow testsRalf Jung-1/+21
2025-08-22Merge ref '8e3710ef31a0' from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-08-22Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-08-22Add an experimental unsafe(force_target_feature) attribute.Luca Versari-1/+2
2025-08-21Rollup merge of #145137 - Kmeakin:km/optimize-slice-index-panicking, r=jhprattJacob Pratt-1/+1
2025-08-21CI: also test on powerpcRalf Jung-0/+5
2025-08-21update rustc-build-sysrootRalf Jung-3/+3
2025-08-21Auto merge of #145647 - RalfJung:miri, r=RalfJungbors-51/+214
2025-08-21Consolidate panicking functions in `slice/index.rs`Karl Meakin-1/+1
2025-08-21Merge ref '125ff8a788c5' from rust-lang/rustThe Miri Cronjob Bot-0/+23
2025-08-21Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-08-20Bump slab from 0.4.10 to 0.4.11 in /tests/depsdependabot[bot]-2/+2
2025-08-20Merge pull request #4532 from rust-lang/rustup-2025-08-20Ralf Jung-39/+136
2025-08-20allow cfg(bootstrap)Ralf Jung-0/+1
2025-08-20bless new testsRalf Jung-0/+1
2025-08-20add back cfg(bootstrap), it is still neededRalf Jung-0/+1
2025-08-20Merge ref 'f605b57042ff' from rust-lang/rustThe Miri Cronjob Bot-38/+132
2025-08-20Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-08-20Rollup merge of #145626 - folkertdev:prefetch-fallback, r=AmanieuJacob Pratt-0/+23
2025-08-20make `prefetch` intrinsics safeFolkert de Vries-14/+14
2025-08-19Enable triagebot `[review-changes-since]` featureUrgau-0/+3
2025-08-19Auto merge of #145600 - jieyouxu:rollup-jw0bpnt, r=jieyouxubors-1/+1
2025-08-19add a fallback implementation for the `prefetch_*` intrinsicsFolkert de Vries-0/+23
2025-08-19Support weak definitionsbjorn3-28/+114
2025-08-19God bless the testsJohannes Hostert-0/+53
2025-08-19link to TB doc in unsafe-code-guidelinesJohannes Hostert-1/+2
2025-08-19Rollup merge of #145429 - bjorn3:codegen_fn_attrs_improvements, r=jdonszelmann许杰友 Jieyou Xu (Joe)-1/+1
2025-08-19Rollup merge of #145585 - RalfJung:miri-inplace-arg-checks, r=compiler-errors许杰友 Jieyou Xu (Joe)-37/+129
2025-08-19Rollup merge of #145306 - Stypox:tracing-misc, r=RalfJung许杰友 Jieyou Xu (Joe)-0/+2
2025-08-19miri: detect passing the same local twice as an in-place argumentRalf Jung-0/+92
2025-08-18Add tracing to various miscellaneous functionsStypox-0/+2
2025-08-18interpret: fix in-place return place semantics when the return place expressi...Ralf Jung-37/+37
2025-08-18triagebot: Show range-diff links on force pushesRalf Jung-2/+5
2025-08-18Merge pull request #4523 from Stypox/data-race-tracingRalf Jung-0/+6
2025-08-18fmtThe Miri Cronjob Bot-1/+2
2025-08-18Merge ref '425a9c0a0e36' from rust-lang/rustThe Miri Cronjob Bot-69/+104
2025-08-18Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1