summary refs log tree commit diff
path: root/src/test/mir-opt/issues
AgeCommit message (Expand)AuthorLines
2022-06-14Only create scopes for if letXavier Denis-54/+52
2022-06-10Actually fixXavier Denis-59/+61
2022-06-10Revert "More minimal changes"Xavier Denis-4/+4
2022-06-10More minimal changesXavier Denis-4/+4
2022-06-10Fix `SourceScope` for `if let` bindings.Xavier Denis-10/+10
2022-05-24Fix/bless tests broken by DSEJakob Degen-1/+0
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-7/+9
2022-05-06bless mir-optRalf Jung-1/+1
2022-04-11Fix tests broken by deaggregation changeJakob Degen-0/+2
2022-02-27Only create a single expansion for each inline integration.Camille GILLOT-34/+34
2022-02-22change `mir::Constant` in mir dumpslcnr-7/+4
2021-09-01Fix drop handling for `if let` expressionsMatthew Jasper-24/+24
2021-08-25Fix debugger stepping behavior around `match` expressionsWesley Wiser-3/+3
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-9/+9
2021-07-27Update testsJacob Pratt-42/+40
2021-05-17mir-opt bless for Size field being removed from AllocationRalf Jung-2/+2
2021-03-19update testsmark-40/+39
2021-03-06Disable destination propagation on all mir-opt-levelsTomasz Miąsko-33/+46
2021-03-05Bump mir-opt-level from 2 to 3 in testsSantiago Pastorino-1/+1
2021-02-21Make MatchBranchSimplification clean up after itselfSimon Vandel Sillesen-37/+33
2021-01-15Add test for #59352Dániel Buga-0/+121
2020-09-04Add test for checking if-let or-patternskadmin-0/+108