| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |