| Age | Commit message (Expand) | Author | Lines |
| 2020-01-26 | Suggest defining type parameter when appropriate | Esteban Küber | -0/+4 |
| 2020-01-23 | use `diagnostic_item` and modify wording | Esteban Küber | -1/+1 |
| 2020-01-21 | Suggest borrowing `Vec<NonCopy>` in for loop | Esteban Küber | -0/+42 |
| 2020-01-11 | Auto merge of #65912 - estebank:variants-orig, r=petrochenkov | bors | -4/+13 |
| 2020-01-11 | Rollup merge of #68014 - estebank:unify-e0599, r=cramertj | Yuki Okushi | -34/+34 |
| 2020-01-10 | Ignore platforms that can't point to std | Esteban Küber | -6/+10 |
| 2020-01-10 | Use `def_span` to minimize definition span to first line when possible | Esteban Küber | -1/+1 |
| 2020-01-10 | Point at the span for the definition of crate foreign ADTs | Esteban Küber | -0/+5 |
| 2020-01-10 | Rollup merge of #66463 - estebank:point-at-closure-and-opaque-types, r=Centril | Mazdak Farrokhzad | -1/+4 |
| 2020-01-08 | review comments | Esteban Küber | -2/+2 |
| 2020-01-08 | Point at opaque and closure type definitions in type errors | Esteban Küber | -1/+4 |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -34/+34 |
| 2020-01-09 | Rollup merge of #67849 - cjkenn:check-sorted-words, r=estebank | Yuki Okushi | -0/+13 |
| 2020-01-05 | Add backticks to various diagnostics | varkor | -3/+3 |
| 2020-01-04 | add ui test | cjkenn | -0/+13 |
| 2019-12-31 | parser::pat: remove .fatal calls | Mazdak Farrokhzad | -1/+2 |
| 2019-12-24 | Account for multiple trait bounds with missing associated types | Esteban Küber | -2/+2 |
| 2019-12-24 | Tweak errors for missing associated types and type parameters | Esteban Küber | -6/+3 |
| 2019-12-21 | Update tests for GATs | Matthew Jasper | -10/+3 |
| 2019-12-12 | Don't suggest wrong snippet in closure | Yuki Okushi | -0/+34 |
| 2019-12-03 | Accurately portray raw identifiers in error messages | Esteban Küber | -2/+2 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -106/+19 |
| 2019-11-25 | Tweak move error due to non-Copy | Esteban Küber | -106/+19 |
| 2019-11-24 | Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertj | bors | -0/+45 |
| 2019-11-23 | Rework raw ident suggestions | Esteban Küber | -0/+45 |
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -86/+118 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -128/+78 |
| 2019-11-19 | Rollup merge of #66239 - estebank:suggest-async-closure-call, r=Centril | Mazdak Farrokhzad | -3/+42 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -37/+37 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -53/+3 |
| 2019-11-18 | review comments: tweak prefix strings | Esteban Küber | -4/+4 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -68/+68 |
| 2019-11-18 | Update ui tests | Guillaume Gomez | -0/+1 |
| 2019-11-16 | Suggest calling async closure when needed | Esteban Küber | -3/+42 |
| 2019-11-16 | Account for `rustc_on_unimplemented` | Esteban Küber | -1/+2 |
| 2019-11-16 | Remove unnecessary note | Esteban Küber | -1/+0 |
| 2019-11-16 | Modify primary label message to be inline with error message | Esteban Küber | -1/+1 |
| 2019-11-16 | Suggest borrowing when it would satisfy an unmet trait bound | Esteban Küber | -3/+5 |
| 2019-11-08 | Rollup merge of #66007 - estebank:remove-here, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-11-08 | Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk | Mazdak Farrokhzad | -8/+13 |
| 2019-11-07 | Rollup merge of #66087 - tmiasko:ui-mode, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Remove "here" from "expected one of X here" | Esteban Küber | -2/+2 |
| 2019-11-06 | Suggest missing item from `trait` in `impl` | Esteban Küber | -0/+61 |
| 2019-11-06 | parenthesized_params_in_types_and_modules -> error | Mazdak Farrokhzad | -8/+13 |
| 2019-11-06 | Apply review suggestions | Tomasz Miąsko | -1/+1 |
| 2019-11-05 | Account for typo in turbofish and suggest `::` | Esteban Küber | -1/+1 |
| 2019-11-04 | Detect `::` -> `:` typo when involving turbofish | Esteban Küber | -0/+18 |
| 2019-11-04 | Use build-pass in ui tests where appropriate | Tomasz Miąsko | -1/+1 |
| 2019-10-28 | Auto merge of #65421 - estebank:variants, r=petrochenkov | bors | -0/+2 |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -0/+2 |