about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2023-06-02Preparing for merge from rustcRalf Jung-1/+1
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-23/+65
2023-05-31Adjust tests for newly uplifted cast_ref_to_mut lintUrgau-0/+4
2023-05-31Auto merge of #2908 - RalfJung:bench, r=oli-obkbors-16/+16
2023-05-31miri-script: Transform Windows paths to unix.Piotr Osiewicz-1/+1
2023-05-31Auto merge of #2907 - RalfJung:rustup, r=RalfJungbors-2/+2
2023-05-31CI: test ./miri benchRalf Jung-15/+15
2023-05-31Merge from rustcRalf Jung-1/+1
2023-05-31Preparing for merge from rustcRalf Jung-1/+1
2023-05-31Auto merge of #2888 - Vanille-N:tb-diags, r=RalfJungbors-66/+160
2023-05-30Auto merge of #112083 - scottmcm:simpler-range-next, r=thomccbors-1/+1
2023-05-29Merge from rustcBen Kimock-7/+8
2023-05-29Preparing for merge from rustcBen Kimock-1/+1
2023-05-29Update a MIRI fake-time test that this makes "faster"Scott McMurray-1/+1
2023-05-28Merge from rustcBen Kimock-32/+53
2023-05-28Preparing for merge from rustcBen Kimock-1/+1
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-7/+8
2023-05-27more precise filtering of eventsNeven Villani-66/+160
2023-05-27Add support for nested panics to miriAmanieu d'Antras-32/+53
2023-05-26rustupBen Kimock-1/+1
2023-05-26Merge from rustcBen Kimock-43/+59
2023-05-26Preparing for merge from rustcBen Kimock-1/+1
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-38/+51
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-23Update to latest clippyOli Scherer-16/+16
2023-05-23Merge from rustcOli Scherer-10/+8
2023-05-23Preparing for merge from rustcOli Scherer-1/+1
2023-05-23Rollup merge of #111756 - Urgau:rename_drop_forget_copy_ref_lints, r=fee1-deadDylan DPC-4/+4
2023-05-21Use a signal handler to observe ctrl+c and cleanly drop the measureme profilerBen Kimock-0/+56
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-18Merge from rustcRalf Jung-2/+1
2023-05-18Preparing for merge from rustcRalf Jung-1/+1
2023-05-16Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obkNilstrieb-2/+1
2023-05-16Merge from rustcRalf Jung-2/+2
2023-05-16Preparing for merge from rustcRalf Jung-1/+1
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-2/+2
2023-05-15Suppress "erroneous constant used" for constants tainted by errorsTomasz Miąsko-2/+1
2023-05-13Auto merge of #2895 - RalfJung:simd_bitmask, r=RalfJungbors-2/+42
2023-05-13support array return types in simd_bitmaskRalf Jung-2/+42
2023-05-13cargo-miri: fix forwarding arguments to cargoRalf Jung-30/+33
2023-05-13implement SIMD ptr castsRalf Jung-5/+33
2023-05-13fmt and fix lintRalf Jung-2/+1
2023-05-13Merge from rustcRalf Jung-0/+9
2023-05-13Preparing for merge from rustcRalf Jung-1/+1
2023-05-12Auto merge of #111506 - RalfJung:miri, r=oli-obkbors-4/+7