summary refs log tree commit diff
path: root/src/tools/miri/tests
AgeCommit message (Expand)AuthorLines
2023-08-11Rename cast_ref_to_mut lint to invalid_reference_castingUrgau-2/+2
2023-07-07Rollup merge of #113441 - RalfJung:assign-no-overlap, r=oli-obkMichael Goulet-0/+43
2023-07-07miri: check that assignments do not self-overlapRalf Jung-0/+43
2023-07-07Use new std::simd fn in miri testsJubilee Young-1/+1
2023-06-29Use a valid `target` directory in miri ui testsOli Scherer-0/+1
2023-06-28Auto merge of #2936 - Vanille-N:unique, r=RalfJungbors-10/+419
2023-06-28Unique gets special treatment when -Zmiri-unique-is-uniqueNeven Villani-10/+419
2023-06-27Make `--quiet` actually do somethingOli Scherer-3/+10
2023-06-26Update ui test crateOli Scherer-69/+33
2023-06-20Auto merge of #2520 - saethlin:mmap-shim, r=RalfJungbors-0/+260
2023-06-20Improve organizationBen Kimock-0/+0
2023-06-20Make munmap throw unsup errors instead of trying to workBen Kimock-21/+40
2023-06-20mmap/munmap/mremamp shimsBen Kimock-0/+241
2023-06-19bless new testsRalf Jung-2/+2
2023-06-18Merge from rustcRalf Jung-3/+3
2023-06-17Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obkbors-3/+3
2023-06-17Merge from rustcRalf Jung-1/+1
2023-06-16remove box_free and replace with drop implDrMeepster-3/+3
2023-06-16Ignore the always part of #[inline(always)] in MIR inliningBen Kimock-1/+1
2023-06-16make test work cross-platformRalf Jung-31/+10
2023-06-16add tests for panicky drop in thread_local destructorRalf Jung-0/+75
2023-06-16Merge from rustcRalf Jung-9/+9
2023-06-15Extend `unused_must_use` to cover block exprs许杰友 Jieyou Xu (Joe)-9/+9
2023-06-15Merge from rustcOli Scherer-3/+3
2023-06-14update miri testThe 8472-3/+3
2023-06-12Auto merge of #2924 - RalfJung:rustup, r=RalfJungbors-11/+2
2023-06-11Merge from rustcRalf Jung-11/+2
2023-06-10box_exclusive_violationNeven Villani-1/+48
2023-06-05Differentiate between explicit accesses and accesses inserted by TBNeven Villani-120/+120
2023-06-03Auto merge of #2887 - Vanille-N:tb-mut-transmute, r=RalfJungbors-118/+1641
2023-06-03miri compiletest: no longer allow some warnings in rustc test suiteRalf Jung-11/+2
2023-06-03Select more TB fail testsNeven Villani-118/+1641
2023-06-03add unchecked_shl testRalf Jung-2/+25
2023-06-02Merge from rustcRalf Jung-5/+9
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-5/+5
2023-05-31Adjust tests for newly uplifted cast_ref_to_mut lintUrgau-0/+4
2023-05-31Auto merge of #2907 - RalfJung:rustup, r=RalfJungbors-1/+1
2023-05-31Merge from rustcRalf Jung-1/+1
2023-05-31Auto merge of #2888 - Vanille-N:tb-diags, r=RalfJungbors-27/+9
2023-05-29Update a MIRI fake-time test that this makes "faster"Scott McMurray-1/+1
2023-05-28Merge from rustcBen Kimock-23/+38
2023-05-27more precise filtering of eventsNeven Villani-27/+9
2023-05-27Add support for nested panics to miriAmanieu d'Antras-23/+38
2023-05-26rustupBen Kimock-1/+1
2023-05-26Merge from rustcBen Kimock-12/+15
2023-05-25Rollup merge of #111950 - cjgillot:expn-noinline, r=oli-obkMichael Goulet-5/+8
2023-05-25Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelixbors-7/+7
2023-05-25Manually add inlined frames in the interpreter stacktrace.Camille GILLOT-5/+8
2023-05-23Auto merge of #2901 - oli-obk:noisy, r=RalfJungbors-1/+0
2023-05-23Hide full miri command line in `./miri run-dep`Oli Scherer-1/+0