about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass
AgeCommit message (Expand)AuthorLines
2023-08-10add gamma function shimsRalf Jung-2/+17
2023-08-05ensure we allow zero-sized references to functions and vtablesRalf Jung-0/+25
2023-08-03add test checking that overlapping assignments workRalf Jung-0/+9
2023-08-02add local_addr_of_mut testRalf Jung-0/+12
2023-08-02add write_does_not_invalidate_all_aliases test, and enable direct_mut_to_cons...Ralf Jung-11/+65
2023-08-02fmtThe Miri Conjob Bot-8/+12
2023-08-02Merge from rustcThe Miri Conjob Bot-17/+58
2023-08-01Auto merge of #114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgrbors-0/+24
2023-08-01Auto merge of #112849 - m-ou-se:panic-message-format, r=thomccbors-17/+34
2023-07-31fix alignment handling for Repeat expressionsRalf Jung-0/+24
2023-07-31add some interesting tests for alignment corner casesRalf Jung-18/+23
2023-07-30refactor tests/utils a bit, and move some FS functions thereRalf Jung-42/+16
2023-07-29Change default panic handler message format.Mara Bos-17/+34
2023-07-28exract a perform_access, check read-read commutation exhaustivelyNeven Villani-16/+18
2023-07-26we correctly check that the perm is not lazy when triggering protectorsNeven Villani-0/+16
2023-07-26normalize tree borrow diagnostics across targetsRalf Jung-48/+48
2023-07-26fmtThe Miri Conjob Bot-1/+1
2023-07-25Auto merge of #114011 - RalfJung:place-projection, r=oli-obkbors-1/+4
2023-07-25interpret: refactor projection code to work on a common trait, and use that f...Ralf Jung-1/+4
2023-07-21make full field retagging the defaultRalf Jung-15/+26
2023-07-16miri: fail when calling a function that requires an unavailable target featureEduardo Sánchez Muñoz-0/+12
2023-07-11miri: protect Move() function arguments during the callRalf Jung-0/+25
2023-07-08Merge from rustcThe Miri Conjob Bot-1/+1
2023-07-07Use new std::simd fn in miri testsJubilee Young-1/+1
2023-07-03vec tets: ensure pointer is still writeableRalf Jung-6/+6
2023-06-28Unique gets special treatment when -Zmiri-unique-is-uniqueNeven Villani-5/+206
2023-06-15Merge from rustcOli Scherer-3/+3
2023-06-14update miri testThe 8472-3/+3
2023-06-03Select more TB fail testsNeven Villani-13/+113
2023-05-31Merge from rustcRalf Jung-1/+1
2023-05-29Update a MIRI fake-time test that this makes "faster"Scott McMurray-1/+1
2023-05-28Merge from rustcBen Kimock-0/+29
2023-05-27Add support for nested panics to miriAmanieu d'Antras-0/+29
2023-05-25Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelixbors-1/+1
2023-05-23Merge from rustcOli Scherer-1/+1
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-1/+1
2023-05-13support array return types in simd_bitmaskRalf Jung-0/+33
2023-05-13implement SIMD ptr castsRalf Jung-0/+12
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-0/+3
2023-05-11Fix fs miri test on AArch64bjorn3-1/+1
2023-05-10Adjust tests for new drop and forget lintsUrgau-0/+3
2023-05-08port tests to 2021 editionRalf Jung-14/+38
2023-05-08print how long the measured sleep time actually was on test failureRalf Jung-2/+4
2023-05-08increase timing slack for sync testsRalf Jung-4/+6
2023-05-05clearer variable names in data_raceRalf Jung-4/+2
2023-05-05ensure that the proc_macro crate exists in the sysrootRalf Jung-0/+9
2023-04-28Tree Borrows: improved diagnosticsNeven Villani-68/+84
2023-04-26port stacked borrows tests to tree borrowsRalf Jung-0/+239
2023-04-26tree borrows: test String::as_mut_ptrRalf Jung-14/+41
2023-04-19Remove a test that wasn't carrying its weightOli Scherer-11/+0