summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2023-05-27Add support for nested panics to miriAmanieu d'Antras-32/+53
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-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
2023-05-12Auto merge of #2890 - oli-obk:ui_test, r=RalfJungbors-21/+58
2023-05-12Document arguments and interesting flagsOli Scherer-1/+3
2023-05-12opt-level 4 should work again nowRalf Jung-2/+1
2023-05-12bump rustc (no josh changes)Ralf Jung-1/+1
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-47/+42
2023-05-12fmtRalf Jung-1/+3
2023-05-12Merge from rustcRalf Jung-37/+24
2023-05-12Preparing for merge from rustcRalf Jung-1/+1
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-3/+3
2023-05-11Bless miri testsbjorn3-6/+6
2023-05-11Fix review commentsbjorn3-7/+6
2023-05-11Improve miri commentsbjorn3-1/+14
2023-05-11Fix fs miri test on AArch64bjorn3-1/+1
2023-05-11Fix allocator shim handling in miribjorn3-31/+32
2023-05-11Add `./miri run-dep` for running a file with test dependencies availableOli Scherer-4/+44
2023-05-11Emit the compiler flags againOli Scherer-0/+2
2023-05-11fix deny_lint testRalf Jung-2/+7
2023-05-10Auto merge of #2879 - saethlin:measureme, r=RalfJungbors-2/+18
2023-05-10Adjust tests for new drop and forget lintsUrgau-0/+9
2023-05-10Explain the paddingBen Kimock-0/+4