| Age | Commit message (Expand) | Author | Lines |
| 2021-05-06 | Account for unsatisfied bounds in E0599 | Esteban Küber | -2/+25 |
| 2021-04-23 | Tweak suggestion output | Esteban Küber | -12/+1 |
| 2021-04-23 | Recover trait import suggestion | Esteban Küber | -0/+5 |
| 2021-04-23 | Add regression test | Esteban Küber | -0/+35 |
| 2021-04-20 | Auto merge of #84353 - estebank:as-ref-mir, r=davidtwco | bors | -59/+103 |
| 2021-04-19 | Suggest `.as_ref()` on borrow error involving `Option`/`Result` | Esteban Küber | -59/+103 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -2/+2 |
| 2021-04-09 | Auto merge of #83956 - estebank:issue-83892, r=varkor | bors | -0/+36 |
| 2021-04-06 | Use a more appropriate span for `;` suggestion | Esteban Küber | -0/+36 |
| 2021-04-06 | Account for `ExprKind::Block` when suggesting .into() and deref | Esteban Küber | -4/+40 |
| 2021-03-31 | give full path of constraint in suggest_constraining_type_param | hi-rustin | -13/+13 |
| 2021-03-29 | Suggest box/pin/arc ing receiver on method calls | Esteban Küber | -11/+0 |
| 2021-03-26 | fix rustc_on_implemented `_Self` paths | lcnr | -2/+5 |
| 2021-03-25 | Bless nll test | Jack Huey | -84/+3 |
| 2021-03-24 | resolve late lifetimes by item | Jack Huey | -134/+28 |
| 2021-03-15 | More precise spans for HIR paths | Vadim Petrochenkov | -3/+3 |
| 2021-03-13 | Avoid sorting predicates by `DefId` | Aaron Hill | -2/+2 |
| 2021-03-02 | Rollup merge of #82579 - osa1:issue82566, r=estebank | Yuki Okushi | -0/+122 |
| 2021-02-27 | Recover from X<Y,Z> when parsing const expr | Ömer Sinan Ağacan | -3/+69 |
| 2021-02-27 | Fix turbofish recovery with multiple generic args | Ömer Sinan Ağacan | -0/+56 |
| 2021-02-27 | Rollup merge of #82370 - 0yoyoyo:update-issue-81650-point-anonymous-lifetime,... | Dylan DPC | -49/+34 |
| 2021-02-26 | Auto merge of #82552 - GuillaumeGomez:rollup-8dn1ztn, r=GuillaumeGomez | bors | -9/+16 |
| 2021-02-26 | Rollup merge of #82165 - nellshamrell:nell/fix-80658-B, r=estebank | Guillaume Gomez | -9/+16 |
| 2021-02-26 | Auto merge of #81458 - estebank:match-stmt-remove-semi, r=oli-obk | bors | -0/+81 |
| 2021-02-25 | Detect match statement intended to be tail expression | Esteban Küber | -0/+81 |
| 2021-02-25 | Rollup merge of #82364 - osa1:issue82361, r=estebank | Dylan DPC | -0/+96 |
| 2021-02-25 | Rollup merge of #82087 - estebank:abolish-ice, r=oli-obk | Dylan DPC | -0/+25 |
| 2021-02-24 | clarifies error when finding mismatched returned types for async functions | Nell Shamrell | -9/+16 |
| 2021-02-23 | Improve error msgs when found type is deref of expected | Ömer Sinan Ağacan | -0/+96 |
| 2021-02-21 | Do not suggest `;` if expression is side effect free | Esteban Küber | -27/+19 |
| 2021-02-21 | reword `;` suggestions to have consistent wording | Esteban Küber | -1/+1 |
| 2021-02-21 | Add indication of anonymous lifetime position | 0yoyoyo | -49/+34 |
| 2021-02-20 | Rollup merge of #81991 - osa1:issue81839, r=estebank | Guillaume Gomez | -6/+56 |
| 2021-02-18 | Add regression test | Ömer Sinan Ağacan | -0/+53 |
| 2021-02-18 | Update 'match-prev-arm-needing-semi' | Ömer Sinan Ağacan | -6/+3 |
| 2021-02-17 | In some limited cases, suggest `where` bounds for non-type params | Esteban Küber | -1/+5 |
| 2021-02-13 | Fix ICE caused by suggestion with no code substitutions | Esteban Küber | -0/+25 |
| 2021-02-13 | Rollup merge of #81995 - 0yoyoyo:fix-issue-81650-explicit-lifetime-error, r=e... | Yuki Okushi | -0/+64 |
| 2021-02-12 | Add nll test | 0yoyoyo | -0/+17 |
| 2021-02-12 | Fix suggestion to introduce explicit lifetime | 0yoyoyo | -0/+47 |
| 2021-02-11 | Make suggestion of changing mutability of arguments broader | Hirochika Matsumoto | -0/+56 |
| 2021-02-10 | Rollup merge of #81466 - sasurau4:fix/enhance-sugget-mut-method-for-loop, r=o... | Yuki Okushi | -0/+32 |
| 2021-02-06 | Auto merge of #78052 - da-x:path-trimming-type-aliases, r=davidtwco | bors | -9/+9 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -9/+9 |
| 2021-02-05 | Add test | Daiki Ihara | -0/+32 |
| 2021-02-03 | Miscellaneous small diagnostics cleanup | Camelid | -2/+2 |
| 2021-02-03 | Fix non-existent-field ICE for generic fields. | Mara Bos | -4/+4 |
| 2021-02-02 | Rollup merge of #81655 - matsujika:suggest-accessing-field-rewording, r=estebank | Jack Huey | -12/+12 |
| 2021-02-02 | Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ... | Jack Huey | -0/+1 |
| 2021-02-02 | Update ui tests (nll) | Jesus Rubio | -0/+1 |