| Age | Commit message (Expand) | Author | Lines |
| 2020-11-06 | Disable MatchBranchSimplification | Tomasz Miąsko | -150/+172 |
| 2020-11-06 | Disable "optimization to avoid load of address" in InstCombine | Tomasz Miąsko | -3/+3 |
| 2020-10-02 | Ignore now-broken mir-opt test | Jonas Schievink | -1/+4 |
| 2020-10-01 | Disable the SimplifyArmIdentity mir-opt | Wesley Wiser | -150/+153 |
| 2020-10-01 | Bless mir-opt tests for 32 bit | Antoine Martin | -16/+12 |
| 2020-10-01 | Add test for multiple terminator optimization | Antoine Martin | -0/+44 |
| 2020-10-01 | Bless mir-opt tests with new opt | Antoine Martin | -106/+52 |
| 2020-09-30 | Auto merge of #77069 - sexxi-goose:closure_print_2, r=nikomatsakis | bors | -2/+2 |
| 2020-09-29 | Auto merge of #76754 - varkor:diagnostic-cleanup-ii, r=ecstatic-morse | bors | -56/+56 |
| 2020-09-28 | pretty.rs: Update Closure and Generator print | Aman Arora | -2/+2 |
| 2020-09-27 | Remove unnecessary -Zunsound-mir-opts uses in tests | Wesley Wiser | -168/+177 |
| 2020-09-27 | [mir-opt] Introduce a new flag to enable experimental/unsound mir opts | Wesley Wiser | -357/+391 |
| 2020-09-26 | Bless mir-opt 32-bit tests | varkor | -21/+21 |
| 2020-09-26 | Bless mir-opt tests | varkor | -35/+35 |
| 2020-09-25 | Fix tests | marmeladema | -8/+8 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -74/+74 |
| 2020-09-25 | Rollup merge of #77066 - jonas-schievink:dest-prop-borrow, r=oli-obk | Jonas Schievink | -178/+188 |
| 2020-09-25 | Auto merge of #76844 - simonvandel:fix-76803, r=wesleywiser | bors | -12/+62 |
| 2020-09-23 | Auto merge of #76673 - simonvandel:remove-unneeded-drops, r=oli-obk | bors | -8/+149 |
| 2020-09-23 | Ignore test on wasm as it does not unwind | Simon Vandel Sillesen | -46/+47 |
| 2020-09-23 | Auto merge of #76659 - simonvandel:76432, r=oli-obk | bors | -0/+132 |
| 2020-09-22 | rebless after rebase | Simon Vandel Sillesen | -8/+0 |
| 2020-09-22 | cleanup cfg after optimization | Simon Vandel Sillesen | -8/+6 |
| 2020-09-22 | MIR pass to remove unneeded drops on types not needing drop | Simon Vandel Sillesen | -0/+150 |
| 2020-09-22 | Bless mir-opt tests | Jonas Schievink | -178/+188 |
| 2020-09-21 | Run the test with explicit -O such that Add is generated instead of CheckedAdd | Simon Vandel Sillesen | -197/+198 |
| 2020-09-21 | Add optimization to avoid load of address | Simon Vandel Sillesen | -10/+390 |
| 2020-09-20 | emit diff after SimplifyBranches-after-copy-prop | Simon Vandel Sillesen | -168/+480 |
| 2020-09-20 | add cleanup of cfg | Simon Vandel Sillesen | -104/+103 |
| 2020-09-20 | insert storageDead for not equal temp | Simon Vandel Sillesen | -0/+10 |
| 2020-09-20 | correct comment | Simon Vandel Sillesen | -992/+0 |
| 2020-09-20 | bless | Simon Vandel Sillesen | -349/+265 |
| 2020-09-20 | replace usize with u32 to make it easier to bless | Simon Vandel Sillesen | -18/+15 |
| 2020-09-20 | New MIR optimization pass to reduce branches on match of tuples of enums | Simon Vandel Sillesen | -0/+1804 |
| 2020-09-20 | Auto merge of #75346 - davidtwco:issue-69925-polymorphic-instancedef-fnptrshi... | bors | -2/+2 |
| 2020-09-20 | Auto merge of #72632 - jonas-schievink:dest-prop, r=oli-obk | bors | -455/+828 |
| 2020-09-19 | Fix #76803 | Simon Vandel Sillesen | -21/+22 |
| 2020-09-19 | Add regression test showcasing miscompilation | Simon Vandel Sillesen | -0/+49 |
| 2020-09-19 | Rollup merge of #75580 - JulianKnodt:or_pattern, r=wesleywiser | Ralf Jung | -0/+108 |
| 2020-09-18 | Fix dest-prop mir-opt tests | Jonas Schievink | -81/+25 |
| 2020-09-18 | Add a few dest-prop MIR tests | Jonas Schievink | -0/+362 |
| 2020-09-18 | Bless mir-opt tests | Jonas Schievink | -342/+259 |
| 2020-09-18 | Make nrvo-simple set mir-opt-level=1 | Jonas Schievink | -26/+31 |
| 2020-09-18 | simplify_try: clean up test | Jonas Schievink | -158/+157 |
| 2020-09-18 | simplify_try: print dest_prop diff and bless | Jonas Schievink | -2/+148 |
| 2020-09-18 | Auto merge of #76837 - wesleywiser:disable_consideredequal, r=oli-obk | bors | -15/+12 |
| 2020-09-17 | Rename 32 bit mir files to be more tool friendly | Nixon Enraght-Moony | -0/+0 |
| 2020-09-17 | Rename 64 bit mir files to be more tool friendly | Nixon Enraght-Moony | -0/+210 |
| 2020-09-17 | [mir-opt] Disable the `ConsideredEqual` logic in SimplifyBranchSame opt | Wesley Wiser | -15/+12 |
| 2020-09-14 | Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiser | bors | -0/+14 |