| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-09-23 | Add parser recovery for `const $ident = $expr;`. | Mazdak Farrokhzad | -0/+84 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -3/+3 |
| 2019-09-22 | Point at definition when misusing ADT | Esteban Küber | -0/+6 |
| 2019-09-19 | When possible, suggest fn call | Esteban Küber | -6/+8 |
| 2019-09-19 | When possible point at argument causing item obligation failure | Esteban Küber | -6/+6 |
| 2019-09-15 | resolve: Tweak "cannot find" wording for attributes | Vadim Petrochenkov | -6/+6 |
| 2019-09-08 | Give method not found a primary span label | Esteban Küber | -4/+4 |
| 2019-09-05 | Opaque type locations in error message for clarity. | Giles Cope | -2/+2 |
| 2019-09-01 | review comment | Esteban Küber | -2/+2 |
| 2019-08-31 | Suggest call fn ctor passed as arg to fn with type param bounds | Esteban Küber | -0/+56 |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -5/+3 |
| 2019-08-29 | Rollup merge of #63811 - estebank:impl-trait-arg, r=cramertj | Mazdak Farrokhzad | -0/+55 |
| 2019-08-25 | Rollup merge of #63833 - estebank:suggest-closure-call, r=petrochenkov | Mazdak Farrokhzad | -1/+17 |
| 2019-08-25 | Rollup merge of #63813 - estebank:int-from, r=varkor | Mazdak Farrokhzad | -0/+12 |
| 2019-08-23 | Suggest calling closure with resolved return type when appropriate | Esteban Küber | -1/+17 |
| 2019-08-22 | Do not suggest `.try_into()` on `i32::from(x)` | Esteban Küber | -0/+12 |
| 2019-08-22 | Correctly suggest adding bounds to `impl Trait` argument | Esteban Küber | -0/+55 |
| 2019-08-21 | review comments: reword and add test | Esteban Küber | -0/+44 |