about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/simplify_try.rs
AgeCommit message (Expand)AuthorLines
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-795/+0
2021-08-18Remove box syntax from rustc_mirest31-2/+2
2021-06-01Reland - Report coverage `0` of dead blocksRich Kadel-1/+1
2021-05-14Improve match statementsayushmishra2005-4/+1
2021-05-11Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman...Rich Kadel-1/+1
2021-05-01Report coverage `0` of dead blocksRich Kadel-1/+1
2021-02-21Drive-by formatting of commentSimon Vandel Sillesen-2/+2
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-2/+2
2020-12-23Fix typo in simplify_try.rsIkko Ashimine-1/+1
2020-12-06[mir-opt] Allow debuginfo to be generated for a constant or a PlaceWesley Wiser-14/+27
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-8/+6
2020-10-04Fix miscompile in SimplifyBranchSameSimon Vandel Sillesen-1/+2
2020-10-04Remember the `MirSource` for each `Body`Dylan MacKenzie-4/+6
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