| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -3/+0 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -22/+22 |
| 2019-11-18 | Update test output | Aaron Hill | -57/+45 |
| 2019-11-18 | Fix 'type annotations needed' error with opaque types | Aaron Hill | -5/+20 |
| 2019-11-14 | TAIT: adjust tests | Mazdak Farrokhzad | -16/+26 |
| 2019-11-13 | Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPC | Yuki Okushi | -1/+2 |
| 2019-11-08 | Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk | Mazdak Farrokhzad | -175/+36 |
| 2019-11-08 | Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichton | Yuki Okushi | -5/+4 |
| 2019-11-07 | Rollup merge of #66087 - tmiasko:ui-mode, r=Centril | Mazdak Farrokhzad | -5/+5 |
| 2019-11-07 | Update ui tests | Guillaume Gomez | -1/+2 |
| 2019-11-06 | Suggest missing item from `trait` in `impl` | Esteban Küber | -1/+1 |
| 2019-11-06 | nested_impl_trait -> error | Mazdak Farrokhzad | -175/+36 |
| 2019-11-04 | Use check-pass in ui tests where appropriate | Tomasz Miąsko | -5/+5 |
| 2019-11-02 | consistent handling of missing sysroot spans | Ralf Jung | -5/+4 |
| 2019-11-02 | Prettify mismatched types error message in a special case | Dmitry Kadashev | -4/+2 |
| 2019-11-02 | Update tests | Dmitry Kadashev | -6/+17 |
| 2019-10-27 | Rollup merge of #65855 - ObsidianMinor:extended_error/E0666, r=varkor | Mazdak Farrokhzad | -1/+2 |
| 2019-10-27 | Rollup merge of #65777 - matthewjasper:allow-impl-trait-expansion, r=davidtwco | Mazdak Farrokhzad | -24/+42 |
| 2019-10-27 | update tests | Mark Mansi | -0/+6 |
| 2019-10-26 | Add detailed explaination for E0666 | Sydney Acksman | -1/+2 |
| 2019-10-26 | Rollup merge of #65773 - estebank:sugg-whitespace, r=Centril | Mazdak Farrokhzad | -0/+9 |
| 2019-10-25 | Apply suggestions from code review | matthewjasper | -2/+2 |
| 2019-10-24 | Don't ICE for completely unexpandable `impl Trait` types | Matthew Jasper | -24/+42 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+9 |
| 2019-10-24 | Changed APIT with explicit generic args span to specific arg spans | Sydney Acksman | -4/+6 |
| 2019-10-21 | Rollup merge of #65614 - varkor:apit-explicit-generics, r=matthewjasper | Mazdak Farrokhzad | -4/+4 |
| 2019-10-20 | Improve error message for APIT with explicit generic parameters | varkor | -4/+4 |
| 2019-10-15 | Handle more cases involving `impl` and `trait` | Esteban Küber | -2/+5 |
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -9/+9 |
| 2019-09-30 | Fixed grammar in one diagnostic and blessed tests. | Alexander Regueiro | -6/+6 |
| 2019-09-25 | Rollup merge of #64746 - estebank:elide-impl-trait-obligations-on-err, r=cram... | Mazdak Farrokhzad | -46/+60 |
| 2019-09-24 | Add additional tests for type alias impl trait coherence | Aaron Hill | -0/+71 |
| 2019-09-24 | Remove blanket silencing of "type annotation needed" errors | Esteban Küber | -46/+60 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -3/+3 |
| 2019-09-18 | Add explanation to type mismatch involving type params and assoc types | Esteban Küber | -0/+12 |