| Age | Commit message (Expand) | Author | Lines |
| 2019-11-03 | Auto merge of #65779 - kevgrasso:E0308highlight, r=estebank | bors | -6/+50 |
| 2019-11-01 | Rollup merge of #65112 - jack-t:type-parens-lint, r=varkor | Tyler Mandry | -1/+1 |
| 2019-10-29 | Add lint for unnecessary parens around types | jack-t | -1/+1 |
| 2019-10-29 | Make error apply only to impl/trait mismatch | Esteban Küber | -15/+6 |
| 2019-10-29 | Point at the trait item and tweak wording | Esteban Küber | -3/+15 |
| 2019-10-29 | review comments | Esteban Küber | -12/+15 |
| 2019-10-29 | Custom lifetime error for `impl` item doesn't conform to `trait` | Esteban Küber | -0/+55 |
| 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-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -2/+2 |
| 2019-09-29 | introduce from_ref helper for replacement | csmoe | -1/+1 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `TraitItem.node` to `TraitItem.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -6/+6 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -2/+2 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -14/+14 |
| 2019-09-23 | Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank | bors | -1/+1 |
| 2019-09-17 | Rollup merge of #64394 - nnethercote:shrink-SubregionOrigin, r=Mark-Simulacrum | Tyler Mandry | -9/+9 |
| 2019-09-17 | Remove Handler::cancel | Mark Rousskov | -1/+1 |
| 2019-09-16 | Tweak unsatisfied HRTB errors | Esteban Küber | -22/+31 |
| 2019-09-12 | Shrink `SubregionOrigin`. | Nicholas Nethercote | -9/+9 |
| 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-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -51/+51 |
| 2019-08-26 | Auto merge of #63901 - estebank:unknown-receiver-type, r=zackmdavis | bors | -7/+32 |
| 2019-08-25 | Point at method call on missing annotation error | Esteban Küber | -7/+32 |
| 2019-08-21 | Fix typo in E0308 if/else label | Esteban Küber | -1/+1 |
| 2019-08-19 | Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkov | bors | -2/+2 |
| 2019-08-14 | review comments | Esteban Küber | -64/+73 |
| 2019-08-13 | Suggest giving return type to closures on E0282 | Esteban Küber | -70/+141 |
| 2019-08-13 | review comments | Esteban Küber | -4/+4 |
| 2019-08-12 | Fix tidy | Esteban Küber | -1/+1 |
| 2019-08-12 | Resolve types when suggesting boxed closure | Esteban Küber | -4/+20 |
| 2019-08-12 | When needing type annotations in local bindings, account for impl Trait and c... | Esteban Küber | -2/+16 |
| 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 |