| Age | Commit message (Expand) | Author | Lines |
| 2020-02-28 | On single local candidate, use span label | Esteban Küber | -14/+21 |
| 2020-02-19 | Tweak binding lifetime suggestion text | Esteban Küber | -2/+2 |
| 2020-02-14 | Fix and test nested impl Trait | Matthew Jasper | -0/+16 |
| 2020-02-14 | Update tests | Matthew Jasper | -19/+118 |
| 2020-02-14 | Handle equal regions in opaque type inference | Matthew Jasper | -0/+57 |
| 2020-02-14 | Update tests | Matthew Jasper | -46/+168 |
| 2020-02-14 | Call `is_freeze` less in unsafety-checking | Matthew Jasper | -0/+32 |
| 2020-02-14 | Explain a test | Matthew Jasper | -2/+9 |
| 2020-02-11 | Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC | bors | -3/+3 |
| 2020-02-09 | Auto merge of #67665 - Patryk27:master, r=zackmdavis | bors | -5/+10 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -3/+3 |
| 2020-02-09 | Improve reporting errors and suggestions for trait bounds | Patryk Wychowaniec | -5/+10 |
| 2020-02-08 | review comment | Esteban Küber | -1/+1 |
| 2020-02-02 | Use more appropriate spans on object unsafe traits and provide structured sug... | Esteban Küber | -2/+8 |
| 2020-02-02 | Wording changes to object unsafe trait errors | Esteban Küber | -2/+10 |
| 2020-02-02 | fix test | Esteban Küber | -4/+4 |
| 2020-02-02 | Rollup merge of #68760 - Tyg13:compile_fail_ui_test, r=Centril | Mazdak Farrokhzad | -5/+4 |
| 2020-02-02 | compiletest: error if `compile-fail` header in ui test. | Tyler Lanphear | -5/+4 |
| 2020-02-01 | Deduplicate generator interior types | Jonas Schievink | -2/+2 |
| 2020-01-24 | Apply `resolve_vars_if_possible` to returned types for more accurate suggestions | Esteban Küber | -6/+6 |
| 2020-01-24 | Use more accurate return path spans | Esteban Küber | -25/+43 |
| 2020-01-23 | Account for `ty::Error` when suggesting `impl Trait` or `Box<dyn Trait>` | Esteban Küber | -2/+183 |
| 2020-01-16 | Account for object safety when suggesting `Box<dyn Trait>` | Esteban Küber | -2/+143 |
| 2020-01-16 | review comments | Esteban Küber | -4/+11 |
| 2020-01-16 | review comments | Esteban Küber | -0/+1 |
| 2020-01-16 | review comments | Esteban Küber | -27/+13 |
| 2020-01-16 | Add E0746 explanation to the index | Esteban Küber | -1/+1 |
| 2020-01-16 | When trait bounds are missing for return values, point at them | Esteban Küber | -2/+6 |
| 2020-01-16 | Elide E0308 errors in favor of E0746 | Esteban Küber | -82/+10 |
| 2020-01-16 | Account for diverging types in return `impl Trait` | Esteban Küber | -0/+5 |
| 2020-01-16 | Specific error for unsized `dyn Trait` return type | Esteban Küber | -0/+222 |
| 2020-01-15 | wrap expr id into GeneratorInteriorTypeCause | csmoe | -2/+2 |
| 2020-01-11 | Rollup merge of #68014 - estebank:unify-e0599, r=cramertj | Yuki Okushi | -26/+26 |
| 2020-01-10 | Rollup merge of #66463 - estebank:point-at-closure-and-opaque-types, r=Centril | Mazdak Farrokhzad | -0/+27 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -6/+42 |
| 2020-01-08 | Point at the def span of trait refs E0277 | Esteban Küber | -0/+9 |
| 2020-01-08 | review comments | Esteban Küber | -4/+10 |
| 2020-01-08 | Point at opaque and closure type definitions in type errors | Esteban Küber | -0/+12 |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -26/+26 |
| 2020-01-06 | Account for `type X = impl Trait;` in lifetime suggestion | Esteban Küber | -1/+1 |
| 2019-12-31 | Change wording for lifetime suggestion for opaque types from `constraint` to ... | Ohad Ravid | -11/+11 |
| 2019-12-30 | Suggest adding a lifetime constraint when opaque type is responsible for "doe... | Ohad Ravid | -0/+32 |
| 2019-12-28 | Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests | Esteban Küber | -4/+7 |
| 2019-12-06 | bless polonius output due to lacking the 'static special-casing | Remy Rakic | -0/+12 |
| 2019-11-24 | Fix opaque types resulting from projections in function signature | Aaron Hill | -0/+22 |
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -2/+6 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -37/+34 |
| 2019-11-19 | Rollup merge of #66431 - Aaron1011:fix/opaque-type-infer, r=varkor | Mazdak Farrokhzad | -62/+65 |
| 2019-11-18 | Auto merge of #58281 - mark-i-m:synthesis, r=estebank | bors | -0/+6 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -16/+16 |