about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2025-03-12intrinsics: remove unnecessary leading underscore from argument namesRalf Jung-28/+28
2025-03-11miri native_calls: ensure we actually expose *mutable* provenance to the memo...Ralf Jung-3/+3
2025-03-11Merge from rustcThe Miri Cronjob Bot-11/+11
2025-03-11Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-03-08Move fs into sysThalia Archibald-9/+9
2025-03-08Erase non-pal sys platform pathsThalia Archibald-2/+2
2025-03-07Merge pull request #4223 from Stypox/ctrl-c-backtraceRalf Jung-1/+5
2025-03-07Show interpreter backtrace error on Ctrl+CStypox-1/+5
2025-03-07Merge pull request #4222 from rust-lang/rustup-2025-03-07Ben Kimock-55/+121
2025-03-07Merge from rustcThe Miri Cronjob Bot-54/+120
2025-03-07Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-03-07Merge pull request #4221 from saethlin/nextest-parallelismBen Kimock-2/+1
2025-03-07Merge pull request #4218 from saethlin/tier-2-sysrootsBen Kimock-0/+1
2025-03-06Update documentation about nextestBen Kimock-2/+1
2025-03-06Fix tier 2 sysroots jobBen Kimock-0/+1
2025-03-06Rollup merge of #137802 - RalfJung:miri-native-call-exposed, r=oli-obkMichael Goulet-54/+120
2025-03-06Merge from rustcThe Miri Cronjob Bot-15/+0
2025-03-06Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-03-05Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk许杰友 Jieyou Xu (Joe)-15/+0
2025-03-04Use size_of from the prelude instead of importedThalia Archibald-1/+1
2025-03-03Add an anchor to directly link to the -Zmiri-tree-borrows docsJake Goulding-1/+2
2025-03-02clippyRalf Jung-2/+1
2025-03-02Merge from rustcThe Miri Cronjob Bot-1/+1
2025-03-02Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-02-28Shorten span of panic failures in const contextEsteban Küber-1/+1
2025-02-28use fixed-width integer types in C codeRalf Jung-36/+38
2025-02-28miri native-call support: all previously exposed provenance is accessible to ...Ralf Jung-23/+87
2025-02-27Remove unneeded importAlice Ryhl-2/+0
2025-02-27Merge pull request #4215 from RalfJung/before_terminatorRalf Jung-1/+2
2025-02-27before_terminator: add some minor clarifying commentsRalf Jung-1/+2
2025-02-27Delete tuple unsizingAlice Ryhl-13/+0
2025-02-26Update ui testOli Scherer-3/+3
2025-02-26Merge pull request #4210 from tiif/small-fix-2Oli Scherer-6/+2
2025-02-26fmtThe Miri Cronjob Bot-1/+0
2025-02-26Merge from rustcThe Miri Cronjob Bot-36/+47
2025-02-26Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-02-26Resolve more FIXMEstiif-6/+2
2025-02-25Auto merge of #137594 - RalfJung:miri-sync, r=RalfJungbors-297/+714
2025-02-25disable float non-determinism for now to be able to complete the syncRalf Jung-35/+47
2025-02-25Merge from rustcRalf Jung-5/+5
2025-02-25Preparing for merge from rustcRalf Jung-1/+1
2025-02-25Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35bors-1/+0
2025-02-24Rollup merge of #137109 - bend-n:knife, r=oli-obkTrevor Gross-1/+0
2025-02-24rename simd_shuffle_generic → simd_shuffle_const_genericRalf Jung-5/+5
2025-02-24Merge pull request #4193 from bjorn3/arm64_vpmaxq_u8Ralf Jung-13/+124
2025-02-24slightly extend commentRalf Jung-1/+2
2025-02-24add missing float non-determinism tests and skip some on i686-pc-windows-msvc...Ralf Jung-10/+24
2025-02-24make sure we install the toolchain for the intended host targetRalf Jung-1/+7
2025-02-24sanity-check for HOST_TARGETRalf Jung-1/+12
2025-02-24Merge from rustcRalf Jung-19/+89