| Age | Commit message (Expand) | Author | Lines |
| 2019-11-06 | review comments | Esteban Küber | -5/+1 |
| 2019-11-06 | Rollup merge of #66014 - dkadashev:47319-type-param-def-location, r=estebank | Mazdak Farrokhzad | -1/+9 |
| 2019-11-03 | Auto merge of #65779 - kevgrasso:E0308highlight, r=estebank | bors | -6/+50 |
| 2019-11-02 | Prettify mismatched types error message in a special case | Dmitry Kadashev | -4/+4 |
| 2019-11-02 | Show type param definitions in type mismatch errors | Dmitry Kadashev | -1/+9 |
| 2019-10-25 | only relevant parts of type paths highlighted in E0308 type mismatch error me... | Kevyn Grasso | -7/+42 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-10-23 | debug messages added | Kevyn Grasso | -0/+9 |
| 2019-10-23 | Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis | bors | -4/+20 |
| 2019-10-22 | RFC 2027: "first draft" of implementation | Mathias Blikstad | -4/+20 |
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -1/+1 |
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -3/+3 |
| 2019-10-06 | Fix const arguments not displaying in types mismatch diagnostic. | ben | -1/+18 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `TraitItem.node` to `TraitItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -2/+2 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -9/+9 |
| 2019-09-17 | Remove Handler::cancel | Mark Rousskov | -1/+1 |
| 2019-09-09 | Shrink `ObligationCauseCode` by boxing `IfExpression`. | Nicholas Nethercote | -2/+3 |
| 2019-09-09 | Shrink `ObligationCauseCode` by boxing `MatchExpressionArm`. | Nicholas Nethercote | -11/+13 |
| 2019-09-05 | Rollup merge of #64157 - gilescope:opaque-type-location, r=cramertj,Centril | Mazdak Farrokhzad | -2/+9 |
| 2019-09-05 | Opaque type locations in error message for clarity. | Giles Cope | -2/+9 |
| 2019-09-05 | Rollup merge of #64110 - estebank:receiver-type, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-09-02 | Refer to "`self` type" instead of "receiver type" | Esteban Küber | -1/+1 |
| 2019-09-02 | Emit error on intrinsic to fn ptr casts | Mark Rousskov | -0/+3 |
| 2019-08-21 | Fix typo in E0308 if/else label | Esteban Küber | -1/+1 |
| 2019-08-11 | Remove `is_self` and `has_self_ty` methods | Matthew Jasper | -2/+2 |
| 2019-08-09 | Be more accurate when mentioning type of found match arms | Esteban Küber | -28/+10 |
| 2019-08-04 | Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias` | varkor | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -1/+1 |
| 2019-07-02 | rename to "member constraints" | Niko Matsakis | -6/+6 |
| 2019-07-02 | preliminary integration of "pick constraints" into nll solver | Niko Matsakis | -2/+2 |
| 2019-07-02 | enforce and report pick-constraint errors | Niko Matsakis | -1/+21 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -2/+2 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-20 | rename hir::map::expect_expr_by_hir_id to expect_expr | ljedrz | -1/+1 |
| 2019-06-20 | rename hir::map::name_by_hir_id to ::name | ljedrz | -1/+1 |
| 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 | -4/+4 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -7/+7 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-05-31 | Remove ty::BrFresh and new_bound | Yuki Okushi | -4/+0 |
| 2019-05-28 | Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver` | varkor | -3/+3 |
| 2019-05-25 | rustc: integrate ty::Const into ty::print as print_const. | Eduard-Mihai Burtescu | -0/+8 |
| 2019-05-20 | Avoid `as_str()` in `ParamTy::is_self`. | Nicholas Nethercote | -3/+3 |
| 2019-05-06 | Implement `ToTrace` for `ty::Const` | varkor | -0/+1 |