summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2024-03-15fmtRalf Jung-2/+1
2024-03-15Merge from rustcRalf Jung-5/+4
2024-03-15Preparing for merge from rustcRalf Jung-1/+1
2024-03-14Apply the same shell quoting trick we use in the URL toBen Kimock-1/+1
2024-03-14Auto merge of #3379 - RalfJung:time-with-isolation, r=saethlinbors-10/+14
2024-03-14Rollup merge of #122397 - oli-obk:machine-read-hook2, r=RalfJungMatthias Krüger-1/+1
2024-03-14explain time-with-isolation test betterRalf Jung-10/+14
2024-03-14Move generate_stacktrace_from_stack away from InterpCx to avoid having to kno...Oli Scherer-1/+1
2024-03-14Rollup merge of #122461 - the8472:fix-step-forward-unchecked, r=AmanieuMatthias Krüger-1/+1
2024-03-14Auto merge of #3380 - RalfJung:cron, r=RalfJungbors-2/+2
2024-03-14Auto merge of #122243 - RalfJung:local-place-sanity-check, r=oli-obkbors-3/+2
2024-03-14make cron job topic names more consistentRalf Jung-2/+2
2024-03-14fmtThe Miri Cronjob Bot-1/+6
2024-03-14Merge from rustcThe Miri Cronjob Bot-63/+210
2024-03-14Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-13Improve sysroots notificationBen Kimock-6/+22
2024-03-14update virtual clock in miri test since signed loops now execute more methodsThe 8472-1/+1
2024-03-13Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obkbors-63/+210
2024-03-12Auto merge of #3370 - RalfJung:windows-sync, r=RalfJungbors-602/+0
2024-03-12Merge from rustcThe Miri Cronjob Bot-8/+81
2024-03-12Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-11Rollup merge of #122249 - RalfJung:machine-read-hook, r=oli-obkJubilee-0/+62
2024-03-11Rollup merge of #122298 - RalfJung:raw-vec-into-box, r=cuviperJacob Pratt-4/+14
2024-03-11Rollup merge of #121633 - ChrisDenton:precise, r=NilstriebJacob Pratt-4/+5
2024-03-11chore: remove repetitive wordtgolang-1/+1
2024-03-10test into_boxed_slice with custom allocator in MiriRalf Jung-4/+14
2024-03-10Auto merge of #122246 - RalfJung:miri, r=RalfJungbors-260/+238
2024-03-10remove unnecessary frame parameter from after_local_allocatedRalf Jung-2/+1
2024-03-10fmtThe Miri Cronjob Bot-12/+4
2024-03-10Merge from rustcThe Miri Cronjob Bot-13/+205
2024-03-10Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-09windows: remove support for slim rwlockRalf Jung-602/+0
2024-03-09interpret: do not call machine read hooks during validationRalf Jung-0/+62
2024-03-09miri: add some chance to reuse addresses of previously freed allocationsRalf Jung-39/+182
2024-03-09simplify no-std testsRalf Jung-17/+9
2024-03-09remove some frame parameters that are no longer neededRalf Jung-1/+1
2024-03-09rename intptrcast -> alloc_addresses, and make a folder for itRalf Jung-13/+16
2024-03-09interpret: pass Size and Align to before_memory_deallocationRalf Jung-13/+14
2024-03-09miri: do not apply aliasing restrictions to Box with custom allocatorRalf Jung-13/+205
2024-03-09Auto merge of #3367 - rust-lang:rustup-2024-03-09, r=RalfJungbors-14/+10
2024-03-09fix clippy lintsRalf Jung-1/+1
2024-03-09rename tests/compiletest → tests/uiRalf Jung-4/+4
2024-03-09fmtThe Miri Cronjob Bot-1/+2
2024-03-09Merge from rustcThe Miri Cronjob Bot-13/+8
2024-03-09Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-09compiletest: create fresh tempdir for tests to useRalf Jung-15/+32
2024-03-08Rollup merge of #122076 - WaffleLapkin:mplace-args, r=RalfJungMatthias Krüger-11/+4
2024-03-08Tweak the way we protect in-place function arguments in interpretersMaybe Waffle-11/+4
2024-03-08Rollup merge of #121194 - beetrees:rustc-raw-args, r=petrochenkovMatthias Krüger-2/+4
2024-03-08fix clippy lintsRalf Jung-5/+5