| Age | Commit message (Expand) | Author | Lines |
| 2019-06-24 | Auto merge of #61787 - ecstatic-morse:dataflow-split-block-sets, r=pnkfelix | bors | -382/+262 |
| 2019-06-22 | Merge `BitSetOperator` and `InitialFlow` into one trait. | Dylan MacKenzie | -110/+51 |
| 2019-06-22 | rustc_mir: don't pass `on_entry` when building transfer functions. | Dylan MacKenzie | -277/+216 |
| 2019-06-22 | Deny explicit_outlives_requirements in the compiler | Matthew Jasper | -2/+2 |
| 2019-06-20 | Kill conflicting borrows of places with projections. | Dylan MacKenzie | -30/+25 |
| 2019-06-19 | Rollup merge of #61842 - Zoxc:trim-lift, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-06-18 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -9/+24 |
| 2019-06-18 | rustc: reintroduce lifetime bounds where necessary. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -26/+26 |
| 2019-06-16 | Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix | bors | -4/+2 |
| 2019-06-14 | Remove unnecessary lift calls | John Kåre Alsaker | -1/+1 |
| 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 | -92/+92 |
| 2019-06-12 | Make `FalseEdges` always have two targets | Matthew Jasper | -4/+2 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -59/+77 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -25/+25 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -11/+11 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -25/+25 |
| 2019-06-10 | Use DataflowResultsConsumer and remove dataflow::for_each_location | Tyler Mandry | -56/+5 |
| 2019-06-10 | Small review fixes | Tyler Mandry | -1/+1 |
| 2019-06-10 | Collect conflict information in GeneratorLayout | Tyler Mandry | -0/+56 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -135/+135 |
| 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É | -49/+49 |
| 2019-05-28 | Rename Place::local to Place::local_or_deref_local | Santiago Pastorino | -2/+4 |
| 2019-05-26 | Make move_path_for iterate instead of recurse | Santiago Pastorino | -14/+27 |
| 2019-05-25 | Inline move_path_for_projection inside move_path_for | Santiago Pastorino | -61/+53 |
| 2019-05-25 | Auto merge of #61151 - Centril:rollup-5rpyhfo, r=Centril | bors | -21/+25 |
| 2019-05-25 | Rollup merge of #61103 - spastorino:find-iterate, r=oli-obk | Mazdak Farrokhzad | -13/+14 |
| 2019-05-24 | Make find iterate instead of recurse | Santiago Pastorino | -13/+14 |
| 2019-05-24 | Make place projections concrete. | Edd Barrett | -2/+2 |
| 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-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -6/+5 |
| 2019-04-30 | Rollup merge of #60276 - matthewjasper:cleanup-mir-visitor, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-04-28 | Fix lint findings in librustc_mir | flip1995 | -3/+3 |
| 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 | -59/+26 |
| 2019-04-03 | Deny internal lints on librustc_mir | flip1995 | -1/+1 |
| 2019-04-03 | Rollup merge of #59630 - nnethercote:shrink-mir-Statement, r=pnkfelix | Mazdak Farrokhzad | -5/+5 |
| 2019-04-03 | Shrink `mir::Statement`. | Nicholas Nethercote | -5/+5 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -4/+4 |
| 2019-04-02 | Replace adt_def with name in mir::ProjectionElem::Downcast | Tyler Mandry | -8/+7 |
| 2019-04-01 | Use normal newtype_index macro for MIR dataflow | Matthew Jasper | -59/+26 |