summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/simplify_try.rs
AgeCommit message (Expand)AuthorLines
2020-10-08Fix miscompile in SimplifyBranchSameSimon Vandel Sillesen-1/+2
2020-10-01Disable the SimplifyArmIdentity mir-optWesley Wiser-1/+6
2020-09-19Add assertion for len of vecsSimon Vandel Sillesen-3/+4
2020-09-19Fix #76803Simon Vandel Sillesen-23/+33
2020-09-17[mir-opt] Disable the `ConsideredEqual` logic in SimplifyBranchSame optWesley Wiser-2/+9
2020-09-14Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwcobors-2/+2
2020-09-10take reference to Place directly instead of taking reference to Box<Place>Matthias Krüger-1/+1
2020-09-10use sort_unstable to sort primitive typesMatthias Krüger-2/+2
2020-09-08Auto merge of #76308 - wesleywiser:enable_simplifyarmidentity_mir_opt, r=oli-obkbors-5/+1
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-09-03Enable the SimplifyArmIdentity MIR optimization at mir-opt-level=1Wesley Wiser-5/+1
2020-08-30mv compiler to compiler/mark-0/+765