| Age | Commit message (Expand) | Author | Lines |
| 2019-08-31 | Kill borrows from assignments after generating new borrows | Matthew Jasper | -4/+4 |
| 2019-08-24 | Allow lifetime parameters to be inferred | Santiago Pastorino | -1/+1 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -8/+3 |
| 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 | -9/+9 |
| 2019-07-20 | Avoid unneeded else branches | Santiago Pastorino | -22/+13 |
| 2019-07-20 | Avoid cloning Place in gather_init | Santiago Pastorino | -13/+13 |
| 2019-07-20 | Avoid cloning Place in report_use_of_moved_or_uninitialized and friends | Santiago Pastorino | -9/+9 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -21/+47 |
| 2019-07-14 | Actually call `visit_block_entry` in `DataflowResultsConsumer` | Dylan MacKenzie | -0/+2 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-07-02 | Auto merge of #61922 - tmandry:moar-generator-optimization, r=matthewjasper | bors | -13/+244 |
| 2019-07-01 | Clean up extra lifetime, add assertions | Tyler Mandry | -14/+18 |
| 2019-06-30 | Rollup merge of #62062 - ecstatic-morse:dataflow-order, r=nagisa | Mazdak Farrokhzad | -2/+18 |
| 2019-06-28 | Use RequiresStorage to determine which locals can overlap | Tyler Mandry | -4/+0 |
| 2019-06-28 | Remove Clone requirement | Tyler Mandry | -4/+1 |
| 2019-06-27 | Use a more efficient iteration order for forward dataflow | Dylan MacKenzie | -2/+18 |
| 2019-06-25 | Add RequiresStorage pass to decide which locals to save in generators | Tyler Mandry | -1/+131 |
| 2019-06-25 | Add DataflowResultsCursor | Tyler Mandry | -0/+94 |
| 2019-06-25 | Make FlowAtLocation support borrowing flow data | Tyler Mandry | -11/+21 |
| 2019-06-25 | Implement From<Local> for Place and PlaceBase | Santiago Pastorino | -5/+5 |
| 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 |