| Age | Commit message (Expand) | Author | Lines |
| 2019-04-26 | Update handling of Tuple | varkor | -4/+4 |
| 2019-04-25 | Update existing usages | varkor | -4/+4 |
| 2019-04-25 | Support variantful generators | Tyler Mandry | -26/+51 |
| 2019-04-25 | Update region_scope_tree | John Kåre Alsaker | -3/+2 |
| 2019-04-24 | Rollup merge of #56278 - eddyb:mir-debuginfo-proof, r=nikomatsakis | Mazdak Farrokhzad | -61/+160 |
| 2019-04-23 | rustc_mir: don't rely on mir::LocalDecl `visibility_scope`s in the MIR borrowck. | Eduard-Mihai Burtescu | -5/+1 |
| 2019-04-23 | rustc_mir: don't rely on mir::UpvarDecl in the MIR borrowck. | Eduard-Mihai Burtescu | -56/+159 |
| 2019-04-22 | Explain error when yielding a reference to a local variable | Matthew Jasper | -15/+94 |
| 2019-04-22 | Remove double trailing newlines | varkor | -2/+0 |
| 2019-04-21 | Enable migrate mode by default on the 2015 edition | Matthew Jasper | -47/+27 |
| 2019-04-21 | Change return type of `TyCtxt::is_static` to bool | Vadim Petrochenkov | -5/+5 |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -6/+10 |
| 2019-04-17 | Make iterate take a FnOnce with PlaceBase and PlaceProjectionIter | Santiago Pastorino | -178/+202 |
| 2019-04-17 | Place::iterate do not take an accumulator anymore, hide that in a private fn | Santiago Pastorino | -2/+2 |
| 2019-04-17 | Place::unroll -> Place::iterate | Santiago Pastorino | -2/+2 |
| 2019-04-17 | Move unroll_place to Place::unroll | Santiago Pastorino | -79/+5 |
| 2019-04-15 | basic refactor. Adding PointerCast enum | Saleem Jaffer | -6/+10 |
| 2019-04-14 | Rollup merge of #59877 - Zoxc:hiridify_def_id, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-04-14 | Rollup merge of #59856 - albins:update-polonius, r=nikomatsakis | Mazdak Farrokhzad | -1/+1 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -1/+1 |
| 2019-04-14 | Rollup merge of #59708 - matthewjasper:double-closure-unused-mut, r=pnkfelix | Mazdak Farrokhzad | -20/+76 |
| 2019-04-13 | Auto merge of #59612 - matthewjasper:dataflow-usual-newtype-index, r=estebank | bors | -17/+4 |
| 2019-04-10 | update polonius-engine | Albin Stjerna | -1/+1 |
| 2019-04-04 | Mark variables captured by reference as mutable correctly | Matthew Jasper | -20/+76 |
| 2019-04-04 | Use more accurate lint root for mutable_borrow_reservation_conflict | Matthew Jasper | -1/+8 |
| 2019-04-04 | Fix out-of-date comment | Felix S Klock II | -1/+1 |
| 2019-04-04 | add mutable_borrow_reservation_conflict future-incompatibility lint. | Felix S. Klock II | -4/+13 |
| 2019-04-04 | Treat two-phase borrow reservations as mutable accesses | Matthew Jasper | -42/+95 |
| 2019-04-03 | Deny internal lints on librustc_mir | flip1995 | -29/+29 |
| 2019-04-03 | Rollup merge of #59630 - nnethercote:shrink-mir-Statement, r=pnkfelix | Mazdak Farrokhzad | -16/+8 |
| 2019-04-03 | Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddyb | Mazdak Farrokhzad | -100/+113 |
| 2019-04-03 | Shrink `mir::Statement`. | Nicholas Nethercote | -16/+8 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -77/+72 |
| 2019-04-02 | Replace adt_def with name in mir::ProjectionElem::Downcast | Tyler Mandry | -26/+44 |
| 2019-04-02 | Rollup merge of #59607 - kenta7777:renames-EvalErrorKind-to-InterpError, r=ol... | Mazdak Farrokhzad | -3/+3 |
| 2019-04-02 | Rollup merge of #59585 - rust-lang:shallow-borrow-fixes, r=pnkfelix | Mazdak Farrokhzad | -6/+2 |
| 2019-04-01 | Use normal newtype_index macro for MIR dataflow | Matthew Jasper | -17/+4 |
| 2019-04-02 | renames EvalErrorKind to InterpError | kenta7777 | -3/+3 |
| 2019-04-01 | Rollup merge of #58919 - estebank:impl-trait-return-lifetime, r=pnkfelix | Mazdak Farrokhzad | -0/+10 |
| 2019-04-01 | Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoerister | Mazdak Farrokhzad | -2/+3 |
| 2019-03-31 | Suggest using anonymous lifetime in `impl Trait` return without hacks | Esteban Küber | -0/+10 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -2/+2 |
| 2019-03-31 | Fixes for shallow borrows | Matthew Jasper | -6/+2 |
| 2019-03-28 | Rollup merge of #59429 - estebank:for-loop-move-nll, r=petrochenkov | Mazdak Farrokhzad | -16/+49 |
| 2019-03-26 | Rollup merge of #59232 - saleemjaffer:mir_place_refactor, r=oli-obk | Mazdak Farrokhzad | -114/+107 |
| 2019-03-25 | When moving out of a for loop head, suggest borrowing it in nll mode | Esteban Küber | -16/+49 |
| 2019-03-24 | Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkov | bors | -4/+4 |
| 2019-03-24 | Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor` | Vadim Petrochenkov | -4/+4 |
| 2019-03-24 | Rollup merge of #59251 - matthewjasper:fix-graphviz, r=petrochenkov | kennytm | -4/+4 |
| 2019-03-24 | code review fixes | Saleem Jaffer | -105/+73 |