| Age | Commit message (Expand) | Author | Lines |
| 2020-11-05 | Rust coverage before splitting instrument_coverage.rs | Rich Kadel | -5/+7 |
| 2020-11-06 | inliner: Use substs_for_mir_body | Tomasz Miąsko | -0/+91 |
| 2020-11-03 | Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser | bors | -346/+346 |
| 2020-10-27 | Show the inline stack of MIR lints that only occur after inlining | Oliver Scherer | -346/+346 |
| 2020-10-27 | Disable "optimization to avoid load of address" in InstCombine | Jonas Schievink | -3/+3 |
| 2020-10-26 | Auto merge of #77876 - tmiasko:simplify-locals, r=wesleywiser | bors | -8/+281 |
| 2020-10-26 | Auto merge of #77187 - TimDiekmann:box-alloc, r=Amanieu | bors | -4/+4 |
| 2020-10-26 | Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obk | bors | -165/+213 |
| 2020-10-26 | simplify-locals: Remove unused assignments regardless of rvalue kind | Tomasz Miąsko | -34/+25 |
| 2020-10-26 | simplify-locals: Remove unused set-discriminant statements | Tomasz Miąsko | -20/+8 |
| 2020-10-26 | Rollup merge of #78247 - simonvandel:fix-78192, r=oli-obk | Dylan DPC | -3/+41 |
| 2020-10-26 | simplify-locals: Add yet to be optimized test cases | Tomasz Miąsko | -0/+294 |
| 2020-10-25 | Merge remote-tracking branch 'upstream/master' into box-alloc | Tim Diekmann | -252/+498 |
| 2020-10-24 | Rollup merge of #78191 - tmiasko:temp-match-branch-simplification, r=oli-obk | Jonas Schievink | -40/+287 |
| 2020-10-22 | Check which places are dead | Simon Vandel Sillesen | -3/+41 |
| 2020-10-21 | rustc_mir: create the Integrator as soon as possible in MIR inlining. | Eduard-Mihai Burtescu | -52/+52 |
| 2020-10-21 | rustc_mir: don't throw away inlined locals' spans. | Eduard-Mihai Burtescu | -57/+57 |
| 2020-10-21 | rustc_mir: properly map scope parent chains into the caller when inlining. | Eduard-Mihai Burtescu | -19/+67 |
| 2020-10-21 | rustc_mir: track inlined callees in SourceScopeData. | Eduard-Mihai Burtescu | -53/+53 |
| 2020-10-21 | Introduce a temporary for discriminant value in MatchBranchSimplification | Tomasz Miąsko | -40/+287 |
| 2020-10-21 | Disable "optimization to avoid load of address" in InstCombine | Tomasz Miąsko | -3/+3 |
| 2020-10-21 | Rollup merge of #78101 - RalfJung:foreign-static, r=oli-obk | Yuki Okushi | -9/+9 |
| 2020-10-20 | Disable MatchBranchSimplification | Tomasz Miąsko | -150/+172 |
| 2020-10-19 | fix Rvalue::ty for ThreadLocalRef | Ralf Jung | -9/+9 |
| 2020-10-19 | Update mir-opt test output for new assert macro implementation. | Mara Bos | -5/+5 |
| 2020-10-17 | Remove the old copy propagation pass | Jonas Schievink | -96/+73 |
| 2020-10-16 | Merge branch 'master' into box-alloc | Tim Diekmann | -2/+0 |
| 2020-10-14 | Create a single source scope for promoteds | Tomasz Miąsko | -2/+0 |
| 2020-10-07 | Fix mir-opt output for 32 bit | Tim Diekmann | -2/+2 |
| 2020-10-07 | Support custom allocators in `Box` | Tim Diekmann | -2/+2 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -17/+17 |
| 2020-10-06 | Fix tests and bootstrap | Matthew Jasper | -17/+17 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -227/+18 |
| 2020-10-04 | Bless more test output | Aaron Hill | -11/+11 |
| 2020-10-04 | Bless mir-opt tests | Aaron Hill | -1003/+827 |
| 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 |