| Age | Commit message (Expand) | Author | Lines |
| 2020-01-13 | Do not ICE on lifetime error involving closures | Esteban Küber | -2/+20 |
| 2019-12-13 | Rollup merge of #67247 - JohnTitor:fix-sugg, r=estebank | Mazdak Farrokhzad | -4/+12 |
| 2019-12-11 | fix imports after rebase | Mark Mansi | -3/+2 |
| 2019-12-11 | more private | Mark Mansi | -11/+14 |
| 2019-12-11 | fix imports | Mark Mansi | -21/+0 |
| 2019-12-11 | tidy | Mark Mansi | -1/+0 |
| 2019-12-11 | fix imports | Mark Mansi | -123/+179 |
| 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 | -43/+115 |
| 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 | Check for `ConstantIndex` move paths correctly in borrowck | Matthew Jasper | -15/+6 |
| 2019-12-09 | Remove `uniform_array_move_out` passes | Matthew Jasper | -8/+68 |
| 2019-12-09 | Make const index and subslice array projections more useful | Matthew Jasper | -22/+43 |
| 2019-12-09 | Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasper | bors | -34/+249 |
| 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 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -49/+49 |
| 2019-12-08 | Rollup merge of #66325 - BartMassey:master, r=joshtriplett | Mazdak Farrokhzad | -1/+1 |
| 2019-12-06 | Do not ICE on async fn with non-Copy infered type arg | Esteban Küber | -9/+10 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -2/+2 |
| 2019-12-06 | Use `to_option` in various places | varkor | -14/+7 |
| 2019-12-06 | appease the vociferous tidy | Remy Rakic | -7/+22 |
| 2019-12-06 | Implement subset errors using Polonius | Remy Rakic | -18/+172 |
| 2019-12-06 | Polonius: emit `placeholder` and `known_subset` facts, as inputs to the subse... | Remy Rakic | -0/+32 |
| 2019-12-06 | UniversalRegionRelations: add a way to list the base non-transitive `outlives... | Remy Rakic | -0/+5 |
| 2019-12-06 | update to polonius 0.11 to compute subset errors | lqd | -13/+22 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -49/+49 |
| 2019-12-06 | Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasper | bors | -12/+10 |
| 2019-12-04 | more private | Mark Mansi | -6/+7 |
| 2019-12-04 | minor fix | Mark Mansi | -1/+1 |
| 2019-12-04 | fix some imports | Mark Mansi | -83/+93 |
| 2019-12-04 | move region errors to diagnostics module | Mark Mansi | -0/+0 |
| 2019-12-04 | fix imports | Mark Mansi | -5/+8 |
| 2019-12-04 | move explain_borrow to diagnostics | Mark Mansi | -0/+0 |
| 2019-12-04 | fix imports | Mark Mansi | -27/+33 |
| 2019-12-04 | create new borrow_check::diagnostics module and move stuff there | Mark Mansi | -0/+0 |
| 2019-12-03 | rustc: expose the mir::Body reference lifetime from mir::ReadOnlyBodyCache (#... | Eduard-Mihai Burtescu | -32/+32 |
| 2019-12-02 | Fix tidy issues | Paul Daniel Faria | -39/+51 |
| 2019-12-02 | Fix rebasing errors, convert some BodyCache::body() calls to reborrows | Paul Daniel Faria | -15/+15 |
| 2019-12-02 | Fix type errors created during rebasing | Paul Daniel Faria | -24/+24 |
| 2019-12-02 | Fix type errors cause during rebasing | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -203/+203 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -37/+38 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -28/+85 |