summary refs log tree commit diff
path: root/src/tools/miri/tests/pass
AgeCommit message (Expand)AuthorLines
2023-07-07Use new std::simd fn in miri testsJubilee Young-1/+1
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
2023-04-14Auto merge of #2843 - jsoref:spelling, r=RalfJungbors-15/+15
2023-04-14Fix spellingJosh Soref-15/+15
2023-04-14Merge from rustcRalf Jung-3/+0
2023-04-13Update to new ui_test crateOli Scherer-4/+4
2023-04-13Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-SimulacrumMatthias Krüger-3/+0
2023-04-10Stabilize IsTerminalJosh Triplett-3/+0
2023-04-04Merge from rustcOli Scherer-1/+28
2023-03-31Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obkbors-1/+1
2023-03-24miri: fix raw pointer dyn receiversRalf Jung-0/+27
2023-03-23A MIR transform that checks pointers are alignedBen Kimock-1/+1
2023-03-19Update the virtual clock in isolation mode to step forward with around the sa...Oli Scherer-5/+23
2023-03-16TB: select tests to run both TB and SBNeven Villani-2/+111
2023-03-16TB: new testsNeven Villani-0/+502
2023-03-14Merge from rustcBen Kimock-71/+22
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-35/+14
2023-03-11Implement intrinsics for round_ties_evenBen Kimock-0/+30
2023-03-09replace legacy copyright annotations in submodulesPietro Albini-36/+8
2023-02-24Use pointers to `c_char` instead of `i8` in `miri_host_to_target_path`LevitatingLion-2/+6
2023-02-21Avoid formatting dyn* test as rustftm doesn't understand it yet and just dele...Oli Scherer-0/+3
2023-02-21Merge from rustcRalf Jung-0/+117
2023-02-20fix Stacked Borrows interaction with dyn*Ralf Jung-2/+0
2023-02-20basic dyn* support for MiriRalf Jung-0/+119
2023-02-17Add tests for moving data across await pointBryan Garza-0/+81
2023-02-06also do not add noalias on not-Unpin BoxRalf Jung-10/+44