| Age | Commit message (Expand) | Author | Lines |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -5/+5 |
| 2019-06-17 | replace some uses of NodeId with HirId | ljedrz | -12/+12 |
| 2019-06-16 | Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix | bors | -6/+4 |
| 2019-06-14 | Remove unnecessary lift calls | John Kåre Alsaker | -5/+5 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -35/+11 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -250/+248 |
| 2019-06-12 | Make `FalseEdges` always have two targets | Matthew Jasper | -6/+4 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -5/+4 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -51/+51 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -8/+8 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -48/+48 |
| 2019-06-11 | rustc_mir: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -434/+437 |
| 2019-06-07 | Rollup merge of #61332 - kennethbgoodin:borrowck-remove-asterisk-suggestion, ... | Mazdak Farrokhzad | -26/+6 |
| 2019-06-06 | Don't run MIR passes on constructor shims | Matthew Jasper | -28/+0 |
| 2019-06-06 | Auto merge of #57428 - alexreg:associated_type_bounds, r=nikomatsakis,Centril | bors | -2/+2 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -2/+2 |
| 2019-06-05 | Refactor `TypeVariableOrigin` into `TypeVariableOrigin` and `TypeVariableOrig... | varkor | -2/+5 |
| 2019-06-04 | Rollup merge of #61488 - matthewjasper:fix-nll-typeck-ices, r=pnkfelix | Pietro Albini | -0/+7 |
| 2019-06-04 | Remove asterisk suggestion for move errors in borrowck | Kenny Goodin | -26/+6 |
| 2019-06-04 | Auto merge of #61136 - matthewjasper:cannot-move-errors, r=pnkfelix | bors | -239/+378 |
| 2019-06-04 | Rollup merge of #61446 - czipperz:nll-unused_mut, r=matthewjasper | Mazdak Farrokhzad | -14/+18 |
| 2019-06-03 | Use `UseSpans` in cannot move errors | Matthew Jasper | -6/+22 |
| 2019-06-03 | Improve cannot move errors | Matthew Jasper | -200/+317 |
| 2019-06-03 | Don't try to lower ReEmpty in NLL | Matthew Jasper | -0/+7 |
| 2019-06-03 | Add method to note types don't implement `Copy` | Matthew Jasper | -25/+38 |
| 2019-06-03 | Add `is_ref_for_guard` method | Matthew Jasper | -9/+2 |
| 2019-06-02 | Auto merge of #61460 - Centril:rollup-8txhjx4, r=Centril | bors | -2/+2 |
| 2019-06-02 | Rollup merge of #61380 - varkor:expected-usize-got-param, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2019-06-02 | Use `assert_usize` instead of `unwrap_usize` in several places | varkor | -2/+2 |
| 2019-06-01 | Add anonymous lifetime to Place parameter | Chris Gregory | -1/+1 |
| 2019-06-01 | Move debug statement into statement visitor | Chris Gregory | -5/+7 |
| 2019-06-01 | Add self parameter | Chris Gregory | -1/+1 |
| 2019-06-01 | Elide lifetimes not used | Chris Gregory | -1/+1 |
| 2019-06-01 | On TerminatorKind::DropAndReplace still handle unused_mut correctly | Chris Gregory | -21/+23 |
| 2019-06-01 | rustc: use indexmap instead of a plain vector for upvars. | Eduard-Mihai Burtescu | -5/+6 |
| 2019-06-01 | rustc: replace Res in hir::Upvar with only Local/Upvar data. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-31 | Remove ty::BrFresh and new_bound | Yuki Okushi | -1/+1 |
| 2019-05-29 | Rollup merge of #61261 - spastorino:is-union-return-ty, r=oli-obk | Oliver Scherer | -27/+24 |
| 2019-05-29 | Rollup merge of #61249 - spastorino:local-or-deref-local, r=oli-obk,Centril | Mazdak Farrokhzad | -8/+8 |
| 2019-05-29 | Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb | Mazdak Farrokhzad | -119/+121 |
| 2019-05-28 | Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver` | varkor | -1/+1 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -119/+121 |
| 2019-05-28 | Rename Place::local to Place::local_or_deref_local | Santiago Pastorino | -8/+8 |
| 2019-05-28 | Use closure to avoid self.describe_place(...).unwrap_or_else(...) repetition | Santiago Pastorino | -15/+10 |
| 2019-05-28 | is_union returns ty to avoid computing it twice | Santiago Pastorino | -24/+26 |
| 2019-05-27 | Auto merge of #61147 - estebank:suggest-as-ref, r=oli-obk | bors | -77/+90 |
| 2019-05-26 | Rollup merge of #61144 - estebank:issue-61108, r=matthewjasper | Mazdak Farrokhzad | -13/+11 |
| 2019-05-25 | Add support for suggesting as_ref to Result accesses | Esteban Küber | -2/+8 |
| 2019-05-25 | Auto merge of #61151 - Centril:rollup-5rpyhfo, r=Centril | bors | -125/+124 |