about summary refs log tree commit diff
path: root/tests/mir-opt
AgeCommit message (Expand)AuthorLines
2025-01-03turn rustc_box into an intrinsicRalf Jung-25/+9
2024-12-27MatchBranchSimplification: Consider empty-unreachable otherwise branchclubby789-39/+42
2024-12-27Add diff test for MatchBranchSimplificationclubby789-0/+46
2024-12-23Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl...Zalathar-7/+8
2024-12-22Delete `Rvalue::Len`Scott McMurray-81/+36
2024-12-22Auto merge of #134326 - scottmcm:slice-drop-shim-ptrmetadata, r=saethlinbors-1/+66
2024-12-19Auto merge of #134516 - matthiaskrgr:rollup-aqwxii0, r=matthiaskrgrbors-22/+22
2024-12-19Auto merge of #134486 - compiler-errors:drop-for-lint, r=nikomatsakisbors-0/+354
2024-12-19Rollup merge of #134497 - Zalathar:spans, r=jieyouxuMatthias Krüger-22/+22
2024-12-19Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk许杰友 Jieyou Xu (Joe)-11/+16
2024-12-19coverage: Store coverage source regions as `Span` until codegenZalathar-22/+22
2024-12-18Separate DropKind::ForLintMichael Goulet-100/+52
2024-12-18Add a failing testMichael Goulet-0/+402
2024-12-18mir-opt: Do not handle the cleanup BB in the EarlyOtherwiseBranchDianQK-86/+49
2024-12-18mir-opt: a sub-BB of a cleanup BB must also be a cleanup BBDianQK-0/+320
2024-12-18Reapply "Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgi...DianQK-0/+247
2024-12-18Variants::Single: do not use invalid VariantIdx for uninhabited enumsRalf Jung-11/+16
2024-12-16Stabilize #[coverage] attributeltdk-8/+7
2024-12-14Use `PtrMetadata` instead of `Len` in slice drop shimsScott McMurray-18/+26
2024-12-14Add a mir-opt test for drop shims of arraysScott McMurray-0/+57
2024-12-14Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R...bors-1419/+1167
2024-12-13Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obkbors-100/+99
2024-12-13Stabilize async closuresMichael Goulet-14/+13
2024-12-10We don't need `NonNull::as_ptr` debuginfoScott McMurray-100/+99
2024-12-06Auto merge of #118159 - EliasHolzmann:formatting_options, r=m-ou-sebors-8/+8
2024-12-05Stabilize noop_wakerEric Holk-1/+1
2024-12-05Access members of `FormattingOptions` directly instead of via getters/settersElias Holzmann-146/+148
2024-12-05Fixed funky_arms (broken mir-opt test due to refactoring fmt::FormattingOptions)Elias Holzmann-208/+144
2024-12-05Fixed mir-opt test broken because of `std::Formatter` changesElias Holzmann-28/+90
2024-12-04Rollup merge of #133849 - Zalathar:replay, r=oli-obkMatthias Krüger-9/+5
2024-12-04coverage: Add an extra "transcribe" step after counter creationZalathar-9/+5
2024-12-04Rollup merge of #133651 - scottmcm:nonnull-nonzero-no-field-projection, r=oli...Matthias Krüger-481/+525
2024-12-03Update `NonZero` and `NonNull` to not field-project (per MCP807)Scott McMurray-481/+525
2024-12-03Bounds-check with PtrMetadata instead of Len in MIRScott McMurray-1419/+1167
2024-12-02Add test for `-Zdump-mir-dataflow`.Nicholas Nethercote-0/+12
2024-11-29Doc comment custom MIR debuginfo.Camille GILLOT-3/+38
2024-11-29Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu"Zalathar-22/+22
2024-11-27Rollup merge of #133418 - Zalathar:spans, r=jieyouxuMatthias Krüger-22/+22
2024-11-25comment out the old tests instead of adjusting themRalf Jung-40/+39
2024-11-25Do not unify dereferences in GVN.Camille GILLOT-388/+348
2024-11-25Add test.Camille GILLOT-0/+154
2024-11-24coverage: Store coverage source regions as `Span` until codegenZalathar-22/+22
2024-11-23remove remaining references to `Reveal`lcnr-5/+5
2024-11-17Likely unlikely fixJiri Bobek-24/+22
2024-11-08coverage: Restrict empty-span expansion to only cover `{` and `}`Zalathar-3/+3
2024-11-08coverage: Remove unhelpful code for handling multiple files per functionZalathar-22/+27
2024-11-07Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkanJubilee-3/+4
2024-10-31tests: `ignore-debug` -> `ignore-std-debug-assertions`许杰友 Jieyou Xu (Joe)-3/+4
2024-10-31Add a mir-opt GVN test for #128299许杰友 Jieyou Xu (Joe)-0/+104
2024-10-31Mark `simplify_aggregate_to_copy` mir-opt as unsound许杰友 Jieyou Xu (Joe)-32/+54