about summary refs log tree commit diff
path: root/tests/mir-opt
AgeCommit message (Expand)AuthorLines
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
2024-10-21Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnayMatthias Krüger-2/+0
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-2/+0
2024-10-19Emit error on `skip-filecheck` test containing filecheck directivesclubby789-3/+1
2024-10-17bless mir-opt testslcnr-44/+44
2024-10-17Auto merge of #129582 - nbdd0121:unwind, r=nnethercotebors-2/+69
2024-10-16Rollup merge of #130822 - bjoernager:non-null-from-ref, r=dtolnayMatthias Krüger-62/+74
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-191/+0
2024-10-07Disable slice_iter mir-opt test in debug buildsBen Kimock-0/+1
2024-10-07Bless mir-opt testsBen Kimock-98/+38
2024-10-07Add precondition checks to ptr::offset, ptr::add, ptr::subBen Kimock-38/+98
2024-10-07Rollup merge of #128399 - mammothbane:master, r=Amanieu,tgross35Stuart Cook-96/+86
2024-10-06liballoc: introduce String, Vec const-slicingNathan Perry-96/+86
2024-10-05Be far more strict about what we consider to be a read of neverMichael Goulet-5/+8
2024-10-05Document things a bit more carefully, also account for coercion in check_expr...Michael Goulet-1/+0
2024-10-05Fix up testsMichael Goulet-0/+76
2024-10-05Evaluating place expr that is never read from does not divergeMichael Goulet-5/+2
2024-10-04Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnayJubilee-2/+0
2024-10-03Disable jump threading UnOp::Not for non-boolMichael Goulet-2/+47
2024-10-03Failing diff testMichael Goulet-0/+58
2024-10-01Remove crashes and fix testsMichael Goulet-191/+0