| Age | Commit message (Expand) | Author | Lines |
| 2019-12-10 | Move suggestion code to its own method | Esteban Küber | -42/+54 |
| 2019-12-10 | Use the appropriate number of type arguments in suggestion | Esteban Küber | -15/+47 |
| 2019-12-10 | Deduplicate logic | Esteban Küber | -7/+30 |
| 2019-12-10 | Point at method call when type annotations are needed | Esteban Küber | -14/+45 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -5/+1 |
| 2019-12-03 | Include a span in more `expected...found` notes | Aaron Hill | -11/+24 |
| 2019-11-29 | allow customising ty::TraitRef's printing behavior | Mikhail Babenko | -7/+19 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -10/+5 |
| 2019-11-25 | Fix capitalization when mentioning different crate versions in E0308 | Esteban Küber | -10/+5 |
| 2019-11-23 | review comments: remove unnecessary `&str` to `String` conversions | Esteban Küber | -20/+20 |
| 2019-11-23 | Highlight parts of fn in type errors | Esteban Küber | -3/+174 |
| 2019-11-21 | Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centril | bors | -11/+13 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -11/+13 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -25/+46 |
| 2019-11-21 | Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakis | Mazdak Farrokhzad | -14/+21 |
| 2019-11-19 | More HashStable. | Camille GILLOT | -5/+1 |
| 2019-11-19 | Auto merge of #66454 - cjgillot:lift, r=Zoxc | bors | -41/+6 |
| 2019-11-19 | Rollup merge of #66431 - Aaron1011:fix/opaque-type-infer, r=varkor | Mazdak Farrokhzad | -0/+5 |
| 2019-11-18 | review comments | Esteban Küber | -4/+2 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -16/+33 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -14/+20 |
| 2019-11-18 | Replace bool with new `FallbackMode` enum | Aaron Hill | -1/+1 |
| 2019-11-18 | Fix 'type annotations needed' error with opaque types | Aaron Hill | -0/+5 |
| 2019-11-18 | Retire BraceStructLiftImpl. | Camille GILLOT | -41/+6 |
| 2019-11-17 | Auto merge of #66384 - cjgillot:typefoldable, r=Zoxc | bors | -56/+9 |
| 2019-11-14 | Use multiple derive clauses. | Camille GILLOT | -4/+4 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+12 |
| 2019-11-13 | Use TypeFoldable derive macro. | Camille GILLOT | -56/+9 |
| 2019-11-12 | Create intermediate enum ty::ConstKind. | Camille GILLOT | -47/+33 |
| 2019-11-13 | update suggestion ui test | csmoe | -4/+7 |
| 2019-11-11 | suggest to add a constraint except asyn-fn without explicit output | csmoe | -13/+17 |
| 2019-11-08 | hir::ItemKind::Fn: use hir::MethodSig | Mazdak Farrokhzad | -3/+3 |
| 2019-11-07 | Rollup merge of #65752 - estebank:sugg, r=Centril | Mazdak Farrokhzad | -5/+1 |
| 2019-11-07 | Fix other broken link | Yuki Okushi | -1/+1 |
| 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-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-24 | remove the last remaining READMEs | Mark Mansi | -265/+4 |
| 2019-10-23 | Rollup merge of #65696 - varkor:nll-chalk-const-generics-issue, r=eddyb | Mazdak Farrokhzad | -30/+57 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -7/+7 |