about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2024-03-24desperate hack: hard-code bash path on WindowsRalf Jung-1/+10
2024-03-24try to fix many-seeds tests on WindowsRalf Jung-1/+2
2024-03-24Auto merge of #3398 - tiif:add_libc_fs_test, r=RalfJungbors-5/+71
2024-03-24Add libc test for rename and ftruncatetiif-5/+71
2024-03-24miri-script/toolchain: make new_commit logic easier to followRalf Jung-3/+3
2024-03-24many-seeds: propagate failure properlyRalf Jung-2/+2
2024-03-24CI tweaks and show which stable Rust we are usingRalf Jung-3/+9
2024-03-24miri script: build with stable toolchainRalf Jung-2/+2
2024-03-24Merge from rustcRalf Jung-0/+78
2024-03-24Preparing for merge from rustcRalf Jung-1/+1
2024-03-23Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubileeJubilee-4/+4
2024-03-23also rename the SIMD intrinsicRalf Jung-3/+3
2024-03-23Auto merge of #122952 - RalfJung:miri, r=RalfJungbors-120/+376
2024-03-23disable RUST_BACKTRACE in CI, set it inside the test harness insteadRalf Jung-5/+9
2024-03-23when a test fails, repeat the target after the failure reportRalf Jung-0/+2
2024-03-23Auto merge of #3385 - Zoxc:read-types, r=RalfJungbors-89/+202
2024-03-23Report retags as distinct from real memory accesses for data racesJohn Kåre Alsaker-89/+202
2024-03-23Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obkbors-0/+78
2024-03-23rename ptr::from_exposed_addr -> ptr::with_exposed_provenanceRalf Jung-30/+30
2024-03-23add support for missing SIMD float intrinsicsRalf Jung-7/+55
2024-03-23fmtThe Miri Cronjob Bot-4/+2
2024-03-23Merge from rustcThe Miri Cronjob Bot-7/+8
2024-03-23Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-23Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlinbors-0/+2
2024-03-22And the tools tooMichael Goulet-4/+3
2024-03-22Programmatically convert some of the pat ctorsMichael Goulet-1/+1
2024-03-22Eagerly convert some ctors to use their specialized ctorsMichael Goulet-2/+2
2024-03-22Preparing for merge from rustcRalf Jung-1/+1
2024-03-22Codegen const panic messages as function callsMark Rousskov-2/+10
2024-03-21Allow `llvm.x86.sse2.pause` instrinsic to be called without SSE2Eduardo Sánchez Muñoz-6/+43
2024-03-20Update target.rs alloc.rs event.rs simd.rsRoboSchmied-4/+4
2024-03-20run full mono-item collection on all MIRI_BE_RUSTC=target buildsRalf Jung-4/+42
2024-03-19remove duplicate testRalf Jung-5/+0
2024-03-19Merge from rustcThe Miri Cronjob Bot-74/+16
2024-03-19Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-18Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnrMatthias Krüger-6/+0
2024-03-18Rollup merge of #122647 - RalfJung:box-to-raw-retag, r=oli-obkMatthias Krüger-65/+13
2024-03-18Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ...Oli Scherer-3/+3
2024-03-18remove retag_box_to_raw, it is no longer neededRalf Jung-53/+1
2024-03-18add_retag: ensure box-to-raw-ptr casts are preserved for MiriRalf Jung-12/+12
2024-03-18Auto merge of #3387 - RalfJung:bench, r=RalfJungbors-3/+4
2024-03-18rename 'invalidate' bench to something more clearRalf Jung-2/+3
2024-03-18add exposed-provenance example where we miss UBRalf Jung-0/+26
2024-03-17MIRI tests to confirm it's typedScott McMurray-0/+78
2024-03-17Print a backtrace in const eval if interruptedBen Kimock-15/+8
2024-03-17make 'invalidate' benchmark shorterRalf Jung-1/+1
2024-03-17fix Zulip topic for PR-creation messageRalf Jung-1/+1
2024-03-17Merge from rustcThe Miri Cronjob Bot-4/+4
2024-03-17Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-17Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw...bors-4/+4