about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail
AgeCommit message (Expand)AuthorLines
2023-07-10Merge from rustcRalf Jung-0/+43
2023-07-09test and fix return place alias restrictionsRalf Jung-0/+118
2023-07-09Auto merge of #113488 - RalfJung:miri, r=RalfJungbors-0/+103
2023-07-07miri: check that assignments do not self-overlapRalf Jung-0/+43
2023-07-06Ignore test on appleOli Scherer-0/+1
2023-07-05C "memcpy" shim: ensure the pointers are validRalf Jung-0/+102
2023-06-28Unique gets special treatment when -Zmiri-unique-is-uniqueNeven Villani-0/+208
2023-06-20Auto merge of #2520 - saethlin:mmap-shim, r=RalfJungbors-0/+190
2023-06-20Improve organizationBen Kimock-0/+0
2023-06-20Make munmap throw unsup errors instead of trying to workBen Kimock-8/+40
2023-06-20mmap/munmap/mremamp shimsBen Kimock-0/+158
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-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-105/+1528
2023-06-03Select more TB fail testsNeven Villani-105/+1528
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 #2888 - Vanille-N:tb-diags, r=RalfJungbors-27/+9
2023-05-27more precise filtering of eventsNeven Villani-27/+9
2023-05-27Add support for nested panics to miriAmanieu d'Antras-23/+9
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-6/+6
2023-05-25Manually add inlined frames in the interpreter stacktrace.Camille GILLOT-5/+8
2023-05-23Rollup merge of #111756 - Urgau:rename_drop_forget_copy_ref_lints, r=fee1-deadDylan DPC-3/+3
2023-05-21Rename `drop_ref` lint to `dropping_references`Urgau-1/+1
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-2/+2
2023-05-19Drive-by-cleanup: Don't emit `thir::ExprKind::NeverToAny` for `! -> !`Maybe Waffle-6/+4
2023-05-13fmt and fix lintRalf Jung-1/+0
2023-05-12Auto merge of #111506 - RalfJung:miri, r=oli-obkbors-1/+3
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-0/+6
2023-05-12fmtRalf Jung-1/+3
2023-05-11miri: Move patterns for simd testsJubilee Young-35/+17
2023-05-11Bless miri testsbjorn3-6/+6
2023-05-11fix deny_lint testRalf Jung-2/+7
2023-05-10Adjust tests for new drop and forget lintsUrgau-0/+6
2023-05-10fmtRalf Jung-1/+0
2023-05-10Merge from rustcRalf Jung-1/+0
2023-05-09Update to latest ui_test crate version.Oli Scherer-37/+37