| Age | Commit message (Expand) | Author | Lines |
| 2019-06-26 | review comment | Esteban Küber | -1/+1 |
| 2019-06-26 | Fix ICE involving mut references | Esteban Küber | -1/+1 |
| 2019-05-20 | Introduce `InternedString::intern`. | Nicholas Nethercote | -2/+1 |
| 2019-05-20 | Avoid `as_str()` in `ParamTy::is_self`. | Nicholas Nethercote | -5/+5 |
| 2019-05-13 | Rollup merge of #60176 - matthewjasper:yield-ref-to-local, r=pnkfelix | Mazdak Farrokhzad | -15/+94 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -2/+4 |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -4/+4 |
| 2019-05-05 | rustc: replace uses of with_freevars with the freevars query. | Eduard-Mihai Burtescu | -26/+13 |
| 2019-05-04 | Rollup merge of #60516 - JohnTitor:remove-typeck, r=matthewjasper | Mazdak Farrokhzad | -188/+129 |
| 2019-05-04 | Rollup merge of #60486 - spastorino:place-related-refactors, r=oli-obk | Mazdak Farrokhzad | -18/+2 |
| 2019-05-04 | Auto merge of #59897 - tmandry:variantful-generators, r=eddyb | bors | -26/+34 |
| 2019-05-03 | Address review comments | Tyler Mandry | -19/+2 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -3/+3 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-05-04 | Remove TypeckMir | Yuki Okushi | -188/+129 |
| 2019-05-02 | Remove root_local fn in favor of base_local | Santiago Pastorino | -17/+2 |
| 2019-05-02 | This continue is not needed | Santiago Pastorino | -1/+0 |
| 2019-05-02 | Rollup merge of #60452 - JohnTitor:remove-context, r=matthewjasper | Mazdak Farrokhzad | -211/+171 |
| 2019-05-02 | Remove Context and ContextKind | Yuki Okushi | -211/+171 |
| 2019-05-01 | Auto merge of #60435 - Centril:rollup-aa5lmuw, r=Centril | bors | -2/+5 |
| 2019-05-01 | Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb | bors | -4/+4 |
| 2019-05-01 | Rollup merge of #60327 - matthewjasper:handle-local-outlives-lbl, r=nikomatsakis | Mazdak Farrokhzad | -2/+5 |
| 2019-04-30 | Rollup merge of #60276 - matthewjasper:cleanup-mir-visitor, r=estebank | Mazdak Farrokhzad | -35/+18 |
| 2019-04-28 | Remove unused TyCtxt argument from allow_two_phase_borrow function | flip1995 | -9/+6 |
| 2019-04-28 | Fix lint findings in librustc_mir | flip1995 | -21/+21 |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -2/+2 |
| 2019-04-28 | Implement internal lints | flip1995 | -1/+1 |
| 2019-04-28 | Remove unnecessary function | Yuki OKUSHI | -7/+2 |
| 2019-04-28 | Remove two-phase-beyond-autoref | Yuki OKUSHI | -3/+1 |
| 2019-04-27 | Rollup merge of #60292 - varkor:ty-tuple-substs, r=nikomatsakis | Mazdak Farrokhzad | -4/+4 |
| 2019-04-26 | Search for incompatible universes in borrow errors | Matthew Jasper | -2/+5 |
| 2019-04-26 | Remove region from borrow place contexts | Matthew Jasper | -7/+7 |
| 2019-04-26 | Use visit_terminator_kind when possible | Matthew Jasper | -5/+5 |
| 2019-04-26 | Remove BasicBlock parameter from mir visitor methods | Matthew Jasper | -25/+8 |
| 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 |