| Age | Commit message (Expand) | Author | Lines |
| 2020-01-12 | Move a bunch of methods to inherent impl MirBorrowckCtxt | mark | -138/+127 |
| 2020-01-12 | Move some methods to region_infer/mod.rs | Mark Mansi | -431/+45 |
| 2020-01-12 | More separation of error reporting from region inference | Mark Mansi | -23/+10 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -117/+88 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -101/+88 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -19/+12 |
| 2020-01-10 | Remove StaticKind | Santiago Pastorino | -6/+3 |
| 2020-01-10 | Remove StaticKind::Promoted | Santiago Pastorino | -6/+0 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -2/+1 |
| 2020-01-07 | Rollup merge of #67671 - estebank:type-impl-trait, r=davidtwco | Yuki Okushi | -3/+8 |
| 2020-01-06 | Account for `type X = impl Trait;` in lifetime suggestion | Esteban Küber | -3/+8 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -13/+13 |
| 2020-01-04 | Rollup merge of #67786 - Centril:canon-span, r=petrochenkov | Mazdak Farrokhzad | -4/+4 |
| 2020-01-03 | Rollup merge of #67595 - ohadravid:impl-trait-does-not-live-long-enough, r=es... | Yuki Okushi | -2/+43 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -10/+10 |
| 2019-12-31 | Change wording for lifetime suggestion for opaque types from `constraint` to ... | Ohad Ravid | -2/+2 |
| 2019-12-31 | Auto merge of #67032 - cjgillot:hirene, r=Zoxc | bors | -1/+1 |
| 2019-12-30 | Suggest adding a lifetime constraint when opaque type is responsible for "doe... | Ohad Ravid | -1/+42 |
| 2019-12-30 | Auto merge of #67474 - mark-i-m:simplify-borrow_check-4, r=matthewjasper | bors | -225/+116 |
| 2019-12-30 | Remove HirVec from Generics. | Camille GILLOT | -1/+1 |
| 2019-12-30 | Rollup merge of #67687 - estebank:issue-67634, r=matthewjasper | Yuki Okushi | -2/+20 |
| 2019-12-29 | fix review comment | mark | -5/+6 |
| 2019-12-29 | Get rid of ErrorReportingCtx | mark | -229/+119 |
| 2019-12-28 | Do not ICE on lifetime error involving closures | Esteban Küber | -2/+20 |
| 2019-12-27 | Fallout in other crates. | Camille GILLOT | -8/+8 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -173/+125 |
| 2019-12-23 | Refactor region error handling to be done by mirborrowckctx | Mark Mansi | -5/+69 |
| 2019-12-22 | Format the world | Mark Rousskov | -1083/+650 |
| 2019-12-21 | Rollup merge of #67355 - Centril:merge-mut, r=oli-obk | Mazdak Farrokhzad | -3/+3 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -3/+3 |
| 2019-12-18 | Separate region inference logic from error handling better | Mark Mansi | -4/+33 |
| 2019-12-13 | Rollup merge of #67247 - JohnTitor:fix-sugg, r=estebank | Mazdak Farrokhzad | -4/+12 |
| 2019-12-11 | fix imports | Mark Mansi | -20/+28 |
| 2019-12-12 | Don't suggest wrong snippet in closure | Yuki Okushi | -4/+12 |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -4/+1 |
| 2019-12-09 | Remove `uniform_array_move_out` passes | Matthew Jasper | -4/+1 |
| 2019-12-09 | Do not ICE on closure | Yuki Okushi | -1/+2 |
| 2019-12-09 | Auto merge of #67004 - estebank:issue-66958, r=eddyb | bors | -9/+10 |
| 2019-12-06 | Do not ICE on async fn with non-Copy infered type arg | Esteban Küber | -9/+10 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -2/+2 |
| 2019-12-04 | more private | Mark Mansi | -5/+6 |
| 2019-12-04 | minor fix | Mark Mansi | -1/+1 |
| 2019-12-04 | fix some imports | Mark Mansi | -37/+37 |
| 2019-12-04 | move region errors to diagnostics module | Mark Mansi | -0/+2228 |
| 2019-12-04 | fix imports | Mark Mansi | -4/+8 |
| 2019-12-04 | move explain_borrow to diagnostics | Mark Mansi | -0/+804 |
| 2019-12-04 | fix imports | Mark Mansi | -21/+30 |
| 2019-12-04 | create new borrow_check::diagnostics module and move stuff there | Mark Mansi | -0/+4315 |