summary refs log tree commit diff
path: root/src/tools/miri/tests/fail-dep
AgeCommit message (Expand)AuthorLines
2024-03-02remove the ability to disable ABI checkingRalf Jung-50/+0
2024-03-02add option to track all read/write accesses to tracked allocationsRalf Jung-0/+2
2024-03-02print thread name in miri error backtracesRalf Jung-12/+19
2024-01-19Fix typo in munmap_partial.rsIkko Eltociear Ashimine-1/+1
2024-01-11std: update miri testsjoboet-2/+2
2023-12-29undo some lockfile changes, add explicit types to testsDrMeepster-2/+2
2023-12-25have windows tests use windows-sysDrMeepster-0/+112
2023-12-17Make mmap not use expose semanticsBen Kimock-99/+11
2023-11-25blessRalf Jung-1/+1
2023-11-25Merge from rustcRalf Jung-48/+48
2023-11-24Bless Miri testsNilstrieb-48/+48
2023-11-23detect and test for data races between setenv and getenvRalf Jung-0/+37
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-2/+2
2023-09-22Move `fail` tests that need dependencies into their own folder, so that wasm ...Oli Scherer-0/+1565