summary refs log tree commit diff
path: root/src/tools/miri/tests/fail/tree_borrows
AgeCommit message (Expand)AuthorLines
2024-03-02Tree Borrows: print where the forbidden access happens; make tag tracking les...Ralf Jung-30/+30
2024-03-02print thread name in miri error backtracesRalf Jung-1/+1
2023-11-29explain tests that disable the provenance GCRalf Jung-0/+2
2023-11-24Manual find replace updatesNilstrieb-1/+1
2023-11-24Bless Miri testsNilstrieb-16/+16
2023-11-19tag-gc -> provenance-gcBen Kimock-2/+2
2023-10-06Fix problems of Reserved -> FrozenNeven Villani-14/+175
2023-09-23Merge from rustcThe Miri Conjob Bot-1/+1
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-1/+1
2023-09-19Issue of the current model: spurious reads are not possibleNeven Villani-2/+2
2023-08-05tree borrows: consider some retags as writes for the purpose of data racesRalf Jung-127/+0
2023-07-30refactor tests/utils a bit, and move some FS functions thereRalf Jung-2/+2
2023-07-28exract a perform_access, check read-read commutation exhaustivelyNeven Villani-6/+6
2023-07-26fix protectors so that all reads actually commuteNeven Villani-6/+6
2023-07-26normalize tree borrow diagnostics across targetsRalf Jung-4/+4
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-10/+3
2023-06-28Unique gets special treatment when -Zmiri-unique-is-uniqueNeven Villani-0/+208
2023-06-18Merge from rustcRalf Jung-1/+1
2023-06-05Differentiate between explicit accesses and accesses inserted by TBNeven Villani-33/+33
2023-06-03Select more TB fail testsNeven Villani-0/+839