| Age | Commit message (Expand) | Author | Lines |
| 2019-03-31 | Only mention const generics if enabled. | David Wood | -4/+4 |
| 2019-03-29 | Rollup merge of #59473 - estebank:borrow-sugg-inside-macro, r=davidtwco | Mazdak Farrokhzad | -0/+32 |
| 2019-03-28 | Rollup merge of #59429 - estebank:for-loop-move-nll, r=petrochenkov | Mazdak Farrokhzad | -4/+5 |
| 2019-03-27 | Account for fully overlapping multiline annotations | Esteban Küber | -12/+9 |
| 2019-03-27 | Add test | Esteban Küber | -0/+35 |
| 2019-03-27 | Rollup merge of #59268 - estebank:from-string, r=QuietMisdreavus | Josh Stone | -0/+23 |
| 2019-03-26 | Rollup merge of #59267 - estebank:assoc-const-as-field, r=davidtwco | Mazdak Farrokhzad | -0/+24 |
| 2019-03-26 | Rollup merge of #59150 - estebank:type-ascription, r=varkor | Mazdak Farrokhzad | -0/+79 |
| 2019-03-25 | When moving out of a for loop head, suggest borrowing it in nll mode | Esteban Küber | -4/+5 |
| 2019-03-25 | Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obk | bors | -0/+23 |
| 2019-03-24 | Deduplicate code for path suggestion | Esteban Küber | -1/+1 |
| 2019-03-24 | Provide suggestion when using field access instead of path | Esteban Küber | -0/+24 |
| 2019-03-24 | Add nll test | Esteban Küber | -0/+24 |
| 2019-03-24 | When moving out of a for loop head, suggest borrowing it | Esteban Küber | -0/+34 |
| 2019-03-22 | review comments | Esteban Küber | -1/+1 |
| 2019-03-22 | Add suggestion to use `&*var` when `&str: From<String>` is expected | Esteban Küber | -0/+23 |
| 2019-03-22 | Hide "type ascription is experimental error" unless it's the only one | Esteban Küber | -24/+5 |
| 2019-03-22 | Only suggest let assignment for type ascription if we find an equals sign | Esteban Küber | -9/+3 |
| 2019-03-22 | Tweak labels | Esteban Küber | -5/+1 |
| 2019-03-22 | Expand suggestions for type ascription parse errors | Esteban Küber | -0/+108 |
| 2019-03-22 | Auto merge of #59035 - estebank:closure-instacall, r=davidtwco | bors | -0/+19 |
| 2019-03-18 | filter suggestions from extern prelude | Andy Russell | -0/+23 |
| 2019-03-12 | Suggest adding lifetime to struct field | Esteban Küber | -3/+11 |
| 2019-03-12 | review comments | Esteban Küber | -2/+2 |
| 2019-03-12 | Suggest return lifetime when there's only one named lifetime | Esteban Küber | -0/+27 |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -48/+48 |
| 2019-03-08 | When encountetring `||{}()`, suggest the likely intended `(||{})()` | Esteban Küber | -0/+19 |
| 2019-03-08 | Rollup merge of #58883 - estebank:unused-closure-arg, r=varkor | Pietro Albini | -0/+40 |
| 2019-03-08 | Rollup merge of #58877 - estebank:macro-borrow, r=davidtwco | Pietro Albini | -0/+33 |
| 2019-03-04 | On return type `impl Trait` for block with no expr point at last semi | Esteban Küber | -0/+20 |
| 2019-03-02 | Suggest appropriate code for unused field when desrtucturing patttern | Esteban Küber | -0/+40 |
| 2019-03-02 | Suggest removal of `&` when borrowing macro and appropriate | Esteban Küber | -0/+33 |
| 2019-02-13 | suggestion-diagnostics: as_ref improve snippet | Dan Robertson | -8/+8 |
| 2019-02-07 | Update tests | varkor | -114/+97 |
| 2019-01-27 | add typo suggestion to unknown attribute error | Andy Russell | -0/+40 |
| 2019-01-25 | Combining move lifetime and type suggestions. | David Wood | -5/+106 |
| 2019-01-25 | Suggestion moving types before associated types. | David Wood | -0/+91 |
| 2019-01-24 | Rollup merge of #57795 - estebank:did-you-mean, r=zackmdavis | Mazdak Farrokhzad | -9/+3 |
| 2019-01-24 | Rollup merge of #57779 - estebank:recover-struct-fields, r=davidtwco | Mazdak Farrokhzad | -0/+53 |
| 2019-01-20 | Use structured suggestion in stead of notes | Esteban Küber | -9/+3 |
| 2019-01-20 | Extend incorrect float literal recovery to account for suffixes | Esteban Küber | -0/+53 |
| 2019-01-19 | Suggest correct cast for struct fields with shorthand syntax | Esteban Küber | -0/+96 |
| 2019-01-18 | Fix suggestions given mulitple bad lifetimes | Dan Robertson | -2/+2 |
| 2019-01-13 | Recover from item trailing semicolon | Esteban Küber | -0/+66 |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -1/+1 |
| 2018-12-31 | Auto merge of #57047 - euclio:field-structured-suggestions, r=estebank | bors | -3/+3 |
| 2018-12-31 | use structured suggestions for nonexistent fields | Andy Russell | -3/+3 |
| 2018-12-28 | Suggest `.as_ref()` when appropriate for `Option` and `Result` | Esteban Küber | -0/+106 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -324/+214 |
| 2018-12-16 | Rollup merge of #56761 - estebank:path-display, r=zackmdavis | Mazdak Farrokhzad | -0/+21 |