about summary refs log tree commit diff
path: root/tests/mir-opt
AgeCommit message (Expand)AuthorLines
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
2024-09-27Add and adapt testsGary Guo-2/+69
2024-09-27Add 'from_ref' and 'from_mut' constructors to 'core::ptr::NonNull';Gabriel Bjørnager Jensen-62/+74
2024-09-25Remove `feature(control_flow_enum)` in testsScott McMurray-2/+0
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky-122/+122
2024-09-24use more accurate spans for user type ascriptionsLukas Markeffsky-6/+6
2024-09-24Revert "Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgil...许杰友 Jieyou Xu (Joe)-247/+0
2024-09-23Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgillotbors-0/+247
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-18Apply `EarlyOtherwiseBranch` to scalar valueDianQK-0/+247
2024-09-16Remove semi-nondeterminism of DefPathHash ordering from inlinerMichael Goulet-62/+4
2024-09-14Simplify the canonical clone method to copyDianQK-49/+1501
2024-09-05Rollup merge of #129706 - compiler-errors:scratch, r=estebankMatthias Krüger-54/+25
2024-09-05Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat...Matthias Krüger-1/+1
2024-09-05Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-SimulacrumMatthias Krüger-0/+1
2024-09-04Re-parent the by-move bodyMichael Goulet-48/+17