| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-02-02 | Improve wording of suggestion about accessing field | Hirochika Matsumoto | -12/+12 |
| 2021-02-01 | Rollup merge of #81504 - matsujika:suggestion-field-access, r=estebank | Jonas Schievink | -0/+137 |
| 2021-01-31 | Rollup merge of #81480 - b-naber:nested_fields_suggestion, r=estebank | Jonas Schievink | -0/+165 |
| 2021-01-30 | add suggestion for nested fields | b-naber | -0/+165 |
| 2021-01-30 | Account for union | Hirochika Matsumoto | -4/+42 |
| 2021-01-30 | Fix test to check help message as well | Hirochika Matsumoto | -21/+16 |
| 2021-01-29 | Add rust-fix test | Hirochika Matsumoto | -3/+32 |
| 2021-01-29 | Add test for match expression | Hirochika Matsumoto | -1/+42 |
| 2021-01-29 | Suggest accessing field when code compiles with it | Hirochika Matsumoto | -0/+34 |
| 2021-01-26 | Avoid describing a method as 'not found' when bounds are unsatisfied | Aaron Hill | -12/+12 |
| 2021-01-26 | Refine "remove semicolon" suggestion in trait selection | Ömer Sinan Ağacan | -0/+36 |
| 2021-01-17 | Force vec! to expressions only | Dániel Buga | -32/+0 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -30/+132 |