| Age | Commit message (Expand) | Author | Lines |
| 2020-02-05 | Use spans for input borrowed types unrelated to return type | Esteban Küber | -2/+10 |
| 2020-02-04 | When suggesting associated fn with type parameters, include in the structured... | Esteban Küber | -0/+113 |
| 2020-02-04 | Rollup merge of #68819 - estebank:split_at_mut, r=oli-obk | Dylan DPC | -0/+23 |
| 2020-02-04 | Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obk | bors | -15/+191 |
| 2020-02-03 | Suggest `split_at_mut` on multiple mutable index access | Esteban Küber | -0/+23 |
| 2020-02-03 | Auto merge of #67668 - matthewjasper:or-patterns, r=pnkfelix | bors | -25/+56 |
| 2020-02-02 | Deal with spans showing `std` lib | Esteban Küber | -1/+6 |
| 2020-02-02 | add tests for structured suggestion | Esteban Küber | -0/+103 |
| 2020-02-02 | Use more appropriate spans on object unsafe traits and provide structured sug... | Esteban Küber | -1/+4 |
| 2020-02-02 | Wording changes to object unsafe trait errors | Esteban Küber | -2/+8 |
| 2020-02-02 | Point at `Sized` requirements | Esteban Küber | -0/+5 |
| 2020-02-02 | Slight rewording of diagnostic message | Esteban Küber | -1/+1 |
| 2020-02-02 | Use more accurate failed predicate spans | Esteban Küber | -14/+7 |
| 2020-02-02 | Tweak `Self: Sized` restriction diagnostic output | Esteban Küber | -2/+0 |
| 2020-02-02 | review comments | Esteban Küber | -2/+2 |
| 2020-02-02 | When object unsafe trait uses itself in associated item suggest using `Self` | Esteban Küber | -0/+63 |
| 2020-02-02 | parser: address review comments re. `self`. | Mazdak Farrokhzad | -0/+4 |
| 2020-02-01 | Update existing tests for or-patterns | Matthew Jasper | -25/+56 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -2/+2 |
| 2020-01-26 | Suggest defining type parameter when appropriate | Esteban Küber | -0/+4 |
| 2020-01-24 | Normalise notes with the/is | varkor | -2/+2 |
| 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 |