| Age | Commit message (Expand) | Author | Lines |
| 2020-01-27 | Make pointers to statics internal | Matthew Jasper | -22/+25 |
| 2020-01-13 | Fix rebase damage | Jonas Schievink | -1/+0 |
| 2020-01-13 | Do not ICE on lifetime error involving closures | Esteban Küber | -2/+20 |
| 2020-01-13 | Use the correct type for static qualifs | Matthew Jasper | -8/+8 |
| 2020-01-13 | Don't suppress move errors for union fields | Matthew Jasper | -9/+22 |
| 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 | Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk | bors | -1/+9 |
| 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 | 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 |
| 2019-12-10 | cleanup polonius liveness fact generation | Remy Rakic | -22/+14 |
| 2019-12-09 | Rollup merge of #67149 - JohnTitor:fix-ice-1, r=Dylan-DPC | Tyler Mandry | -1/+2 |
| 2019-12-09 | Rollup merge of #67145 - RalfJung:miri-step, r=oli-obk | Tyler Mandry | -1/+3 |
| 2019-12-09 | Check for `ConstantIndex` move paths correctly in borrowck | Matthew Jasper | -15/+6 |
| 2019-12-09 | Remove `uniform_array_move_out` passes | Matthew Jasper | -432/+163 |
| 2019-12-09 | Make const index and subslice array projections more useful | Matthew Jasper | -42/+84 |
| 2019-12-09 | Ensure that unevaluated constants of type `!` are present in the MIR | Matthew Jasper | -1/+8 |
| 2019-12-09 | Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasper | bors | -35/+250 |
| 2019-12-09 | Do not ICE on closure | Yuki Okushi | -1/+2 |
| 2019-12-09 | Auto merge of #67004 - estebank:issue-66958, r=eddyb | bors | -9/+10 |