summary refs log tree commit diff
path: root/src/librustc_mir/transform/match_branches.rs
AgeCommit message (Expand)AuthorLines
2020-08-15MatchBranchSimplification: avoid intermediate vec allocationTomasz Miąsko-38/+35
2020-08-15MatchBranchSimplification: fix equal const bool assignmentsTomasz Miąsko-35/+82
2020-08-14MatchBranchSimplification: copy discriminant instead of moving itTomasz Miąsko-1/+1
2020-08-14MatchBranchSimplification: optimize when switching on copy operandTomasz Miąsko-1/+1
2020-08-14Add fixkadmin-9/+7
2020-08-13bless diffkadmin-5/+11
2020-08-13Update to pick Eq or Nekadmin-13/+15
2020-08-13Update w/ comments from olikadmin-55/+38
2020-08-13First iteration of simplify match brancheskadmin-0/+102