| Age | Commit message (Expand) | Author | Lines |
| 2019-12-19 | `lower_pattern_unadjusted`: extract `lower_tuple_subpats`. | Mazdak Farrokhzad | -23/+20 |
| 2019-12-19 | `lower_pattern_unadjusted`: simplify `Binding(..)` branch. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-19 | `lower_pattern_unadjusted`: cleanup `Tuple(..)` branch. | Mazdak Farrokhzad | -14/+12 |
| 2019-12-19 | `lower_pattern_unadjusted`: cleanup `Slice(..)` branch. | Mazdak Farrokhzad | -8/+3 |
| 2019-12-19 | `lower_pattern_unadjusted`: extract common `ty::Error` code. | Mazdak Farrokhzad | -12/+5 |
| 2019-12-19 | Don't suppress move errors for union fields | Matthew Jasper | -9/+22 |
| 2019-12-19 | `lower_pattern_unadjusted`: remove dead code. | Mazdak Farrokhzad | -9/+0 |
| 2019-12-19 | HAIR lowering: improve code quality for slices | Mazdak Farrokhzad | -27/+18 |
| 2019-12-18 | Make slice drop shims use AddressOf | Matthew Jasper | -38/+23 |
| 2019-12-18 | Start generating AddressOf rvalues in MIR | Matthew Jasper | -74/+36 |
| 2019-12-18 | Add Rvalue::AddressOf to MIR | Matthew Jasper | -111/+183 |
| 2019-12-18 | Separate region inference logic from error handling better | Mark Mansi | -88/+96 |
| 2019-12-16 | Rollup merge of #67325 - Centril:push-fake-read, r=matthewjasper | Mazdak Farrokhzad | -48/+23 |
| 2019-12-16 | Rollup merge of #67324 - Centril:mir-build-match-doc-fix, r=matthewjasper | Mazdak Farrokhzad | -2/+1 |
| 2019-12-16 | Rollup merge of #66570 - lzutao:stabilize-result-map_or, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2019-12-15 | cleanup with push_fake_read | Mazdak Farrokhzad | -48/+23 |
| 2019-12-15 | Fix repetition in matches/mod.rs | Mazdak Farrokhzad | -2/+1 |
| 2019-12-15 | Document more use cases of dataflow | Oliver Scherer | -1/+17 |
| 2019-12-15 | Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk | bors | -1/+9 |
| 2019-12-14 | add ImmTy::try_from_(u)int methods | Christian Poveda | -2/+11 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -1/+1 |
| 2019-12-13 | Rollup merge of #67256 - RalfJung:reduce-allocs, r=oli-obk | Mazdak Farrokhzad | -29/+22 |
| 2019-12-13 | Rollup merge of #67254 - RalfJung:vtable-ice, r=oli-obk | Mazdak Farrokhzad | -1/+12 |
| 2019-12-13 | Rollup merge of #67026 - Nadrieril:improve-usefulness-empty, r=varkor,Centril... | Mazdak Farrokhzad | -129/+123 |
| 2019-12-13 | Correctly mark things as `min_const_fn` | Dylan MacKenzie | -4/+6 |
| 2019-12-13 | Put MIR checks for loops behind the feature flag | Dylan MacKenzie | -1/+7 |
| 2019-12-13 | Const prop should finish propagation into user defined variables | Wesley Wiser | -18/+34 |
| 2019-12-13 | Rollup merge of #67251 - oli-obk:stability_sieve, r=Centril | Mazdak Farrokhzad | -5/+5 |
| 2019-12-13 | Rollup merge of #67247 - JohnTitor:fix-sugg, r=estebank | Mazdak Farrokhzad | -4/+12 |
| 2019-12-12 | avoid more intermediate allocations in validation errors | Ralf Jung | -23/+16 |
| 2019-12-12 | validation: avoid some intermediate allocations | Ralf Jung | -6/+6 |
| 2019-12-12 | dont ICE in case of invalid drop fn | Ralf Jung | -1/+12 |
| 2019-12-12 | Require `allow_internal_unstable` for stable min_const_fn using unstable feat... | Oliver Scherer | -5/+5 |
| 2019-12-11 | fix imports after rebase | Mark Mansi | -3/+2 |
| 2019-12-11 | more private | Mark Mansi | -19/+18 |
| 2019-12-11 | fix imports | Mark Mansi | -21/+0 |
| 2019-12-11 | tidy | Mark Mansi | -1/+0 |
| 2019-12-11 | fix imports | Mark Mansi | -129/+187 |
| 2019-12-11 | get rid of nll submod | Mark Mansi | -0/+0 |
| 2019-12-12 | Don't suggest wrong snippet in closure | Yuki Okushi | -4/+12 |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -487/+251 |
| 2019-12-11 | Revert a diagnostic change in the case of integer ranges | Nadrieril | -2/+3 |
| 2019-12-11 | Rollup merge of #67164 - matthewjasper:never-remove-const, r=oli-obk | Mazdak Farrokhzad | -1/+8 |
| 2019-12-11 | Rollup merge of #67015 - osa1:issue66971, r=wesleywiser | Mazdak Farrokhzad | -11/+37 |
| 2019-12-11 | Rollup merge of #67193 - lqd:measureme_polonius, r=wesleywiser | Yuki Okushi | -37/+41 |
| 2019-12-11 | Rollup merge of #67134 - oli-obk:const_prop_zst, r=wesleywiser | Yuki Okushi | -4/+9 |
| 2019-12-10 | add polonius activities to -Z self-profile | Remy Rakic | -2/+14 |
| 2019-12-10 | cleanup polonius liveness fact generation: refactor some type names | Remy Rakic | -5/+5 |
| 2019-12-10 | cleanup polonius liveness fact generation: fix debug! logs | Remy Rakic | -5/+5 |
| 2019-12-10 | cleanup polonius liveness fact generation: mir visitor | Remy Rakic | -3/+3 |