| Age | Commit message (Expand) | Author | Lines |
| 2019-08-31 | Kill borrows from assignments after generating new borrows | Matthew Jasper | -4/+4 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -1/+5 |
| 2019-07-22 | Place::as_place_ref is now Place::as_ref | Santiago Pastorino | -3/+3 |
| 2019-07-20 | Avoid cloning Place in report_use_of_moved_or_uninitialized and friends | Santiago Pastorino | -3/+3 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -5/+11 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-07-02 | Auto merge of #61922 - tmandry:moar-generator-optimization, r=matthewjasper | bors | -1/+129 |
| 2019-07-01 | Clean up extra lifetime, add assertions | Tyler Mandry | -12/+16 |
| 2019-06-28 | Use RequiresStorage to determine which locals can overlap | Tyler Mandry | -4/+0 |
| 2019-06-28 | Remove Clone requirement | Tyler Mandry | -1/+0 |
| 2019-06-25 | Add RequiresStorage pass to decide which locals to save in generators | Tyler Mandry | -0/+129 |
| 2019-06-25 | Implement From<Local> for Place and PlaceBase | Santiago Pastorino | -1/+1 |
| 2019-06-22 | Merge `BitSetOperator` and `InitialFlow` into one trait. | Dylan MacKenzie | -98/+25 |
| 2019-06-22 | rustc_mir: don't pass `on_entry` when building transfer functions. | Dylan MacKenzie | -66/+75 |
| 2019-06-20 | Kill conflicting borrows of places with projections. | Dylan MacKenzie | -30/+25 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -13/+13 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -21/+4 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -50/+50 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -20/+20 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -10/+10 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -10/+10 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -56/+56 |
| 2019-06-06 | Auto merge of #61373 - tmandry:emit-storagedead-along-unwind, r=eddyb | bors | -10/+3 |
| 2019-06-04 | Revert "Make MaybeStorageLive drop-aware" | Tyler Mandry | -10/+3 |
| 2019-06-04 | Rollup merge of #61069 - Zoxc:drop-borrow-fix, r=pnkfelix | Pietro Albini | -1/+12 |
| 2019-05-29 | Rollup merge of #61249 - spastorino:local-or-deref-local, r=oli-obk,Centril | Mazdak Farrokhzad | -2/+4 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -19/+19 |
| 2019-05-28 | Rename Place::local to Place::local_or_deref_local | Santiago Pastorino | -2/+4 |
| 2019-05-23 | Make find_local iterate instead of recurse | Santiago Pastorino | -8/+11 |
| 2019-05-23 | Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelix | bors | -31/+8 |
| 2019-05-23 | Make MIR drop terminators borrow the dropped location | John Kåre Alsaker | -1/+12 |
| 2019-05-21 | Remove MIR borrowck hack for old match scopes | Matthew Jasper | -31/+8 |
| 2019-05-14 | Make MaybeStorageLive drop-aware | Tyler Mandry | -3/+8 |
| 2019-04-26 | Remove BasicBlock parameter from mir visitor methods | Matthew Jasper | -2/+2 |
| 2019-04-13 | Auto merge of #59612 - matthewjasper:dataflow-usual-newtype-index, r=estebank | bors | -1/+6 |
| 2019-04-03 | Shrink `mir::Statement`. | Nicholas Nethercote | -2/+2 |
| 2019-04-01 | Use normal newtype_index macro for MIR dataflow | Matthew Jasper | -1/+6 |
| 2019-03-18 | promoted is still left in 2 places | Saleem Jaffer | -1/+0 |
| 2019-03-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -7/+8 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -7/+0 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -31/+31 |
| 2019-01-30 | Pass correct arguments to places_conflict | Matthew Jasper | -1/+1 |
| 2018-12-28 | Remove unnecessary borrow generation | Matthew Jasper | -14/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -40/+0 |
| 2018-12-20 | Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obk | bors | -1/+0 |
| 2018-12-20 | Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix | bors | -74/+106 |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -1/+0 |
| 2018-12-17 | Add required lifetime parameter to BitDenotation. | David Wood | -64/+65 |
| 2018-12-17 | Kill borrows from a projection after assignment. | David Wood | -23/+54 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |