| Age | Commit message (Expand) | Author | Lines |
| 2018-07-24 | Auto merge of #52597 - oli-obk:promotion_simplify, r=nagisa | bors | -0/+4 |
| 2018-07-24 | Rollup merge of #52641 - ljedrz:mir_dataflow_misc, r=cramertj | kennytm | -12/+3 |
| 2018-07-23 | Simplify 2 functions in rustc_mir/dataflow | ljedrz | -12/+3 |
| 2018-07-23 | Remove unneded lifetimes relations declaration | Santiago Pastorino | -2/+2 |
| 2018-07-23 | Let mir reference lifetime be inferred | Santiago Pastorino | -2/+2 |
| 2018-07-23 | Promoteds are statics and statics have a place, not just a value | Oliver Schneider | -0/+4 |
| 2018-07-21 | Add specific message when moving from upvars in a non-FnOnce closure | Matthew Jasper | -5/+5 |
| 2018-07-17 | Auto merge of #52335 - nnethercote:BitSlice-fixes, r=nikomatsakis | bors | -27/+17 |
| 2018-07-13 | compute region values using SCCs not iterative flow | Niko Matsakis | -1/+1 |
| 2018-07-13 | Make BitSlice's `Word` properly generic. | Nicholas Nethercote | -15/+15 |
| 2018-07-13 | Inline and remove `DataflowAnalysis::num_bits_overall()`. | Nicholas Nethercote | -13/+3 |
| 2018-07-06 | Rollup merge of #52067 - csmoe:issue-51167, r=nikomatsakis | Mark Rousskov | -1/+2 |
| 2018-07-05 | reverse_postorder | csmoe | -1/+2 |
| 2018-07-03 | Address #51813 | Pramod Bisht | -44/+44 |
| 2018-07-01 | Auto merge of #51869 - nnethercote:rm-clone_from, r=nikomatsakis | bors | -2/+2 |
| 2018-06-29 | Rename `IdxSet::clone_from`. | Nicholas Nethercote | -2/+2 |
| 2018-06-27 | Group move errors before reporting, add suggestions | Matthew Jasper | -11/+10 |
| 2018-06-19 | Avoid allocations in `has_any_child_of`. | Nicholas Nethercote | -11/+18 |
| 2018-06-06 | When NLL has illegal move due to borrowed content, provide feedback about why... | Felix S. Klock II | -5/+20 |
| 2018-05-30 | Auto merge of #51106 - davidtwco:issue-50934, r=nikomatsakis | bors | -13/+77 |
| 2018-05-29 | rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR. | Felix S. Klock II | -0/+4 |
| 2018-05-29 | fix off by one error | Niko Matsakis | -1/+1 |
| 2018-05-29 | tweak debug output some more | Niko Matsakis | -2/+7 |
| 2018-05-29 | Ensure that all statements in block are visited not just successors of a block. | David Wood | -8/+18 |
| 2018-05-29 | add some debugging statements | Niko Matsakis | -0/+3 |
| 2018-05-29 | Refactored DFS to be much cleaner. Added continue after noting that borrow is... | David Wood | -99/+27 |
| 2018-05-27 | Ensure that depth first search does not get stuck in cycles. | David Wood | -12/+28 |
| 2018-05-27 | Ensure that we don't skip the last statement. | David Wood | -2/+2 |
| 2018-05-27 | Use precomputed DFS of borrows that out of scope at a location. | David Wood | -14/+116 |
| 2018-05-24 | Use AllFacts from polonius-engine | Santiago Pastorino | -1/+1 |
| 2018-05-19 | Remove extra calls to kill_loans_out_of_scope_at_location - keep only before_... | David Wood | -5/+0 |
| 2018-05-03 | Instrument `statement_effect_on_borrows` for the `lhs = &place` case. | Felix S. Klock II | -0/+6 |
| 2018-05-01 | rustc: return impl Iterator from Terminator(Kind)::successors(_mut). | Eduard-Mihai Burtescu | -3/+3 |
| 2018-04-15 | remove -Znll -- borrowck=mir implies nll now | Niko Matsakis | -31/+20 |
| 2018-04-15 | stop using `borrows` for anything but iterating over live data | Niko Matsakis | -26/+1 |
| 2018-04-15 | thread borrow-set around more | Niko Matsakis | -3/+3 |
| 2018-04-15 | remove `ReserveOrActivateIndex` | Niko Matsakis | -62/+20 |
| 2018-04-15 | use the `activations_at_location` map to check activations | Niko Matsakis | -0/+7 |
| 2018-04-15 | encapsulate ReserveOrActivateIndex into the borrows dataflow | Niko Matsakis | -1/+0 |
| 2018-04-15 | construct the `BorrowSet` outside of `borrows` | Niko Matsakis | -8/+8 |
| 2018-04-15 | extract code to build borrow-set into `borrow_check::borrow_set` | Niko Matsakis | -404/+12 |
| 2018-04-15 | relocate `BorrowData` etc into `borrow_check::borrow_set` | Niko Matsakis | -77/+26 |
| 2018-04-15 | gather activation locations for 2-phase borrows in 1 pass | Niko Matsakis | -98/+139 |
| 2018-04-15 | remove `assigned_map` (appears to be dead code) | Niko Matsakis | -9/+0 |
| 2018-04-07 | Auto merge of #49678 - bobtwinkles:fix_multiple_activations, r=nikomatsakis | bors | -14/+8 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 |
| 2018-04-04 | two-phase borrows: support multiple activations in one statement | bobtwinkles | -14/+8 |
| 2018-04-02 | avoid IdxSets containing garbage above the universe length | Ariel Ben-Yehuda | -2/+2 |
| 2018-03-24 | Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis | bors | -0/+2 |
| 2018-03-22 | Added UserAssertTy statement. | David Wood | -0/+2 |