| Age | Commit message (Expand) | Author | Lines |
| 2019-05-25 | Rollup merge of #61099 - spastorino:ignore-borrow-iterate, r=oli-obk | Mazdak Farrokhzad | -35/+33 |
| 2019-05-25 | Rollup merge of #61093 - spastorino:borrow-of-local-data-iterate, r=oli-obk | Mazdak Farrokhzad | -15/+13 |
| 2019-05-25 | Rollup merge of #61092 - spastorino:sanitize-place-iterative, r=oli-obk | Mazdak Farrokhzad | -75/+78 |
| 2019-05-24 | When encountering move error on an `Option`, suggest using `as_ref` | Esteban Küber | -77/+84 |
| 2019-05-24 | Suggest borrowing for loop head on move error | Esteban Küber | -13/+11 |
| 2019-05-24 | Make ignore_borrow iterate instead of recurse | Santiago Pastorino | -35/+33 |
| 2019-05-24 | Make borrow_of_local_data iterate instead of recurse | Santiago Pastorino | -15/+13 |
| 2019-05-24 | Make sanitize_place iterate instead of recurse | Santiago Pastorino | -75/+78 |
| 2019-05-24 | Make place projections concrete. | Edd Barrett | -11/+11 |
| 2019-05-24 | Auto merge of #60984 - matthewjasper:borrowck-error-reporting-cleanup, r=pnkf... | bors | -2016/+2027 |
| 2019-05-23 | Auto merge of #60740 - petrochenkov:kw, r=nnethercote | bors | -6/+6 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -6/+6 |
| 2019-05-22 | Rollup merge of #60809 - jethrogb:jb/nll-faq, r=pnkfelix | Mazdak Farrokhzad | -2/+3 |
| 2019-05-21 | Remove unused parameter in borrowck error reporting | Matthew Jasper | -10/+4 |
| 2019-05-21 | Move conflict error reporting to its own module | Matthew Jasper | -1988/+2002 |
| 2019-05-21 | Dont show variables from desugarings in borrowck errors | Matthew Jasper | -28/+31 |
| 2019-05-21 | Add FAQ for NLL migration | Jethro Beekman | -2/+3 |
| 2019-05-20 | Accumulation of various drive-by cosmetic changes. | Alexander Regueiro | -1/+0 |
| 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 |