| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-12-02 | Fix typos caused during rebase | Paul Daniel Faria | -3/+3 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -7/+8 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -50/+49 |
| 2019-12-02 | Add predecessors fn to ReadOnlyBodyCache, fix more Body -> (ReadOnly)BodyCach... | Paul Daniel Faria | -13/+13 |
| 2019-12-02 | Add read_only fn to BodyCache<&mut...> impl, fix more Body -> (ReadOnly)BodyC... | Paul Daniel Faria | -40/+39 |
| 2019-12-02 | Fix a large number of Body -> (ReadOnly)BodyCache type errors, add predecesso... | Paul Daniel Faria | -162/+164 |
| 2019-12-02 | Simplify Cache wrapper to single type, impl Deref on it, fix all compilation ... | Paul Daniel Faria | -30/+26 |
| 2019-12-02 | Move predecessors cache invalidation back to basic_blocks_mut, add a couple m... | Paul Daniel Faria | -1/+6 |
| 2019-12-02 | Stop invalidating predecessors cache when accessing unique basic block, inval... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Rollup merge of #66789 - eddyb:mir-source-scope-local-data, r=oli-obk | Mazdak Farrokhzad | -33/+34 |
| 2019-11-30 | rustc_mir: use nicer path printing for #[rustc_regions] NLL tests. | Eduard-Mihai Burtescu | -12/+10 |
| 2019-11-30 | rustc: move mir::SourceScopeLocalData to a field of SourceScopeData. | Eduard-Mihai Burtescu | -2/+2 |