about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2024-04-24Fix miri testGary Guo-1/+1
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-25/+25
2024-04-24Auto merge of #3507 - RalfJung:let-underscore, r=RalfJungbors-15/+15
2024-04-24avoid 'let _' in tests where we actually want the value to be computedRalf Jung-15/+15
2024-04-24Auto merge of #3502 - RalfJung:GetUserProfileDirectoryW, r=RalfJungbors-67/+184
2024-04-24avoid some unnecessary Scalar-i32-Scalar roundtripsRalf Jung-10/+10
2024-04-24make the obsucre truncating variant of this.write_os_str_to_wide_str a non-de...Ralf Jung-51/+52
2024-04-24windows buffer size protocol: turns out std resets last_error to 0; let's req...Ralf Jung-11/+15
2024-04-24windows: basic support for GetUserProfileDirectoryWRalf Jung-2/+114
2024-04-24Merge from rustcThe Miri Cronjob Bot-33/+119
2024-04-24Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-23Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyoMatthias Krüger-3/+3
2024-04-23Fix wording in shift functions doc commentsEduardo Sánchez Muñoz-2/+2
2024-04-23Configure clippy not to generate warnings about arithmetic operations on `rus...Eduardo Sánchez Muñoz-4/+1
2024-04-23Implement LLVM x86 AVX2 intrinsicsEduardo Sánchez Muñoz-256/+2476
2024-04-23CI: don't run cron-fail-notify when the job just got canceledRalf Jung-1/+1
2024-04-23Auto merge of #3504 - forcedebug:master, r=RalfJungbors-8/+8
2024-04-23add Windows TLS bug to trophy caseRalf Jung-1/+3
2024-04-23chore: fix some typos in commentsforcedebug-8/+8
2024-04-23Auto merge of #3493 - eduardosm:env-set, r=oli-obkbors-12/+43
2024-04-23Missing word at the end of sentenceOli Scherer-1/+1
2024-04-23Merge from rustcThe Miri Cronjob Bot-7/+244
2024-04-23Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-23Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obkMatthias Krüger-30/+116
2024-04-23Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obkbors-0/+235
2024-04-22Stabilize generic `NonZero`.Markus Reiter-2/+0
2024-04-22Add localtime_r shimtiif-0/+273
2024-04-21Add `-Zmiri-env-set` to set environment variables without modifying the host ...Eduardo Sánchez Muñoz-12/+43
2024-04-21Miri: detect wrong vtables in wide pointersRalf Jung-30/+116
2024-04-21the mir-validation ICE test behaves strangely on Windows hostsRalf Jung-5/+8
2024-04-20ensure the ICE-to-file logic does not affect our testRalf Jung-0/+1
2024-04-20more consistently talk about the 'active thread', not the 'current thread'Ralf Jung-29/+29
2024-04-20global allocations: don't make up a super-high VectorIdx, just use the main t...Ralf Jung-19/+21
2024-04-20Auto merge of #3495 - RalfJung:data-race-clocks, r=RalfJungbors-124/+119
2024-04-20restrict VClock API surfaceRalf Jung-26/+44
2024-04-20reuse_pool: only do acquire_clock if we reused from a different threadRalf Jung-4/+8
2024-04-20data_race: make the release/acquire API more clearRalf Jung-94/+67
2024-04-20re-bless testsRalf Jung-0/+2
2024-04-20fix clippy warningRalf Jung-1/+0
2024-04-20Merge from rustcThe Miri Cronjob Bot-0/+31
2024-04-20Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-19Auto merge of #3475 - RalfJung:reduce-reuse-recycle, r=RalfJungbors-126/+321
2024-04-19Auto merge of #3489 - rust-lang:rustup-2024-04-19, r=RalfJungbors-5/+6
2024-04-19make test not leak rustc crate hashRalf Jung-1/+2
2024-04-19share code between win-to-unix and unix-to-win path conversionRalf Jung-81/+67
2024-04-19Merge from rustcThe Miri Cronjob Bot-3/+3
2024-04-19Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-18Rollup merge of #124116 - RalfJung:miri-rust-backtrace, r=NilstriebJubilee-0/+31
2024-04-18when reusing an address, most of the time only reuse from the current threadRalf Jung-109/+183
2024-04-18comment clarification and typo fixRalf Jung-4/+14