about summary refs log tree commit diff
path: root/src/tools/miri/tests
AgeCommit message (Expand)AuthorLines
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
2023-05-23Merge from rustcOli Scherer-10/+8
2023-05-23Rollup merge of #111756 - Urgau:rename_drop_forget_copy_ref_lints, r=fee1-deadDylan DPC-4/+4
2023-05-21Rename `drop_ref` lint to `dropping_references`Urgau-1/+1
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-3/+3
2023-05-19Drive-by-cleanup: Don't emit `thir::ExprKind::NeverToAny` for `! -> !`Maybe Waffle-6/+4
2023-05-13support array return types in simd_bitmaskRalf Jung-0/+33
2023-05-13implement SIMD ptr castsRalf Jung-0/+12
2023-05-13fmt and fix lintRalf Jung-1/+0
2023-05-13Merge from rustcRalf Jung-0/+9
2023-05-12Auto merge of #111506 - RalfJung:miri, r=oli-obkbors-1/+5
2023-05-12Auto merge of #2890 - oli-obk:ui_test, r=RalfJungbors-16/+47
2023-05-12Document arguments and interesting flagsOli Scherer-1/+3
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-0/+9
2023-05-12Pass arguments to the interpreted program via `run-dep`Oli Scherer-44/+39
2023-05-12fmtRalf Jung-1/+3
2023-05-12Merge from rustcRalf Jung-37/+24
2023-05-11miri: Move patterns for simd testsJubilee Young-35/+17
2023-05-11Remove a misleading part of a function nameOli Scherer-3/+3
2023-05-11Stop ignoring the `--manifest-path`Oli Scherer-2/+2
2023-05-11Bless miri testsbjorn3-6/+6
2023-05-11Fix fs miri test on AArch64bjorn3-1/+1