| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-10-27 | Rollup merge of #65566 - estebank:let-expr-as-ty, r=Centril | Mazdak Farrokhzad | -0/+40 |
| 2019-10-27 | Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakis | bors | -7/+13 |
| 2019-10-26 | review comments and tweaks | Esteban Küber | -5/+3 |
| 2019-10-26 | Remove unnecessary error in test | Esteban Küber | -14/+4 |
| 2019-10-26 | Use heuristics to suggest assignment | Esteban Küber | -0/+52 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+11 |
| 2019-10-22 | Fix rebase | Esteban Küber | -7/+13 |
| 2019-10-19 | Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasper | Mazdak Farrokhzad | -0/+182 |
| 2019-10-15 | Suggest associated bound restrictions in `impl`s | Esteban Küber | -0/+68 |
| 2019-10-15 | Use structured suggestion for restricting bounds | Esteban Küber | -0/+114 |
| 2019-10-15 | Fix suggestion to constrain trait for method to be found | Esteban Küber | -0/+121 |
| 2019-10-10 | Auto merge of #65077 - estebank:mut-trait-expected, r=nikomatsakis | bors | -0/+127 |
| 2019-10-09 | Only suggest change mut if vars are resolved | Esteban Küber | -1/+0 |
| 2019-10-09 | Tweak wording | Esteban Küber | -6/+6 |
| 2019-10-09 | Note when a mutable trait object is needed | Esteban Küber | -0/+128 |
| 2019-10-08 | Rollup merge of #65194 - estebank:remove_str, r=petrochenkov | Mazdak Farrokhzad | -4/+4 |
| 2019-10-08 | Rollup merge of #65145 - estebank:turbofish-assoc-fn-call, r=varkor | Mazdak Farrokhzad | -0/+65 |
| 2019-10-07 | Use structured suggestion for removal of `as_str()` call | Esteban Küber | -4/+4 |
| 2019-10-07 | Auto merge of #64739 - guanqun:remove-as-str, r=estebank | bors | -0/+48 |
| 2019-10-05 | Account for derefs when suggesting assoc function | Esteban Küber | -0/+32 |
| 2019-10-05 | When suggesting assoc function with type params, include turbofish | Esteban Küber | -0/+33 |
| 2019-10-02 | syntax: improve parameter without type suggestions | David Wood | -0/+44 |
| 2019-10-02 | fix unit tests | Guanqun Lu | -4/+4 |
| 2019-10-02 | comment fixes | Guanqun Lu | -4/+4 |
| 2019-10-02 | add test files | Guanqun Lu | -0/+48 |
| 2019-09-29 | Rollup merge of #64825 - estebank:match-unit, r=Centril | Mazdak Farrokhzad | -0/+72 |
| 2019-09-29 | Rollup merge of #64691 - estebank:unexpected-variant, r=Centril | Mazdak Farrokhzad | -0/+6 |
| 2019-09-28 | review comments | Esteban Küber | -2/+2 |
| 2019-09-28 | Point at enclosing match when expecting `()` in arm | Esteban Küber | -0/+72 |
| 2019-09-28 | Improve diagnostic for `let A = 0;` | Mazdak Farrokhzad | -0/+25 |