about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2023-01-09add dtors_in_dtors_in_dtorsRalf Jung-0/+57
2023-01-09Auto merge of #2753 - RalfJung:rustup, r=RalfJungbors-1/+1
2023-01-09Preparing for merge from rustcRalf Jung-1/+1
2023-01-09Auto merge of #2752 - RalfJung:win-env-current-exe, r=RalfJungbors-13/+85
2023-01-09make env::current_exe work on WindowsRalf Jung-13/+85
2023-01-06Bump tokio from 1.23.0 to 1.23.1 in /test_dependenciesdependabot[bot]-3/+3
2023-01-05Test again wasm32-unknown-unknownAaron Hill-2/+80
2023-01-05Ignore symbol shim clash when symbol is provided by `compiler_builtins`Aaron Hill-1/+10
2023-01-03clippyRalf Jung-2/+1
2023-01-03Merge from rustcRalf Jung-0/+5
2023-01-03Preparing for merge from rustcRalf Jung-1/+1
2023-01-02tweaks to retag diagnostic handlingRalf Jung-13/+9
2022-12-31Add missing extern crate rustc_driverbjorn3-0/+5
2022-12-28no need to do a no_std build for wasiRalf Jung-3/+5
2022-12-28test using a JSON target fileRalf Jung-0/+26
2022-12-28bump dependenciesRalf Jung-133/+154
2022-12-28print sysroot build failure errorRalf Jung-3/+5
2022-12-28simplify path joining code a bitRalf Jung-9/+1
2022-12-28handle unknown targets more gracefullyRalf Jung-60/+92
2022-12-27cargo-miri: use rustc to determine the output filenameRalf Jung-40/+66
2022-12-25enable some warnings that rustc bootstrap enablesRalf Jung-4/+4
2022-12-25use cargo-install to install josh-proxyRalf Jung-4/+4
2022-12-24fix warningsRalf Jung-3/+3
2022-12-24Merge from rustcRalf Jung-62/+227
2022-12-24Preparing for merge from rustcRalf Jung-1/+1
2022-12-24Auto merge of #2646 - saethlin:data-race-spans, r=RalfJungbors-273/+555
2022-12-23Mention and number the components of a race in the order the interpreter sees...Ben Kimock-113/+113
2022-12-23fix one more unaligned self.ptr, and add testsRalf Jung-0/+14
2022-12-23attempt to clarify what the backtrace belongs to when there could be ambiguityRalf Jung-90/+93
2022-12-23fix IntoIter::drop on high-alignment ZSTRalf Jung-7/+12
2022-12-22Add a (1) and (2) to the data race errorsBen Kimock-113/+113
2022-12-22Auto merge of #103957 - JakobDegen:drop-retag, r=RalfJungbors-0/+146
2022-12-21Fix phrasingBen Kimock-28/+28
2022-12-21Clean up implementation, deduplicate in errorsBen Kimock-255/+103
2022-12-21Don't run `Drop` terminators on types that do not have drop glue in const evalJakob Degen-2/+2
2022-12-22Rollup merge of #105986 - eltociear:patch-18, r=RalfJungYuki Okushi-1/+1
2022-12-22Rollup merge of #105602 - RalfJung:read-convenience, r=oli-obkYuki Okushi-54/+54
2022-12-21Bless testsJakob Degen-4/+4
2022-12-21Retag argument to `drop_in_place` unconditionallyJakob Degen-19/+5
2022-12-21Retag as FnEntry on `drop_in_place`Jakob Degen-0/+160
2022-12-21update josh onstructionsRalf Jung-6/+6
2022-12-21Fix typo in reading_half_a_pointer.rsIkko Ashimine-1/+1
2022-12-20Re-enable the VClock ordering testsBen Kimock-6/+5
2022-12-20Fix span managementBen Kimock-53/+42
2022-12-16Include a Span in VClockBen Kimock-89/+532
2022-12-16fmtRalf Jung-2/+2
2022-12-16Merge from rustcRalf Jung-3/+17
2022-12-16Preparing for merge from rustcRalf Jung-1/+1
2022-12-15Move alignment failure error reporting to machineOli Scherer-1/+10
2022-12-15Make alignment checks a future incompat lintOli Scherer-2/+7