| Age | Commit message (Expand) | Author | Lines |
| 2020-06-15 | Move overlapping span to a note | Esteban Küber | -17/+27 |
| 2020-06-15 | Reduce verbosity of suggestion message and mention lifetime in label | Esteban Küber | -22/+24 |
| 2020-06-15 | When `'static` is explicit, suggest constraining argument with it | Esteban Küber | -32/+45 |
| 2020-06-15 | Suggest substituting `'static` lifetime in impl/dyn `Trait + 'static` return ... | Esteban Küber | -13/+163 |
| 2020-06-11 | Forbid lifetime elision in let position impl Trait | Matthew Jasper | -20/+26 |
| 2020-06-11 | Stop special casing top level TAIT | Matthew Jasper | -34/+37 |
| 2020-06-10 | Rollup merge of #73005 - Aaron1011:fix/error-overflow, r=estebank | Dylan DPC | -181/+9 |
| 2020-06-05 | Rollup merge of #72260 - csmoe:issue-69276, r=estebank | Dylan DPC | -2/+3 |
| 2020-06-04 | Treat selection error as ambiguous when error type is present | Aaron Hill | -181/+9 |
| 2020-06-04 | resolve error code e0760 | csmoe | -2/+2 |
| 2020-05-31 | Add descriptions for all queries | Matthew Jasper | -21/+21 |
| 2020-05-30 | Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirements | Esteban Küber | -45/+25 |
| 2020-05-30 | Tweak type parameter errors to reduce verbosity | Esteban Küber | -14/+2 |
| 2020-05-30 | review comment: tweak wording and account for span overlap | Esteban Küber | -5/+5 |
| 2020-05-30 | Account for returned `dyn Trait` evaluating to `'static` lifetime | Esteban Küber | -15/+15 |
| 2020-05-27 | Add test for #68532 | Yuki Okushi | -0/+13 |
| 2020-05-27 | Add test for #56445 | Yuki Okushi | -0/+26 |
| 2020-05-22 | Update tests | Matthew Jasper | -20/+8 |
| 2020-05-19 | Merge branch 'master' into issue-69276 | csmoe | -27/+15 |
| 2020-05-18 | bless suggestion on spell out | csmoe | -2/+3 |
| 2020-05-16 | Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov | Ralf Jung | -6/+10 |
| 2020-05-15 | Auto merge of #69659 - CAD97:step-rework-take-3, r=Amanieu | bors | -21/+5 |
| 2020-05-09 | adjust tests | Ralf Jung | -6/+10 |
| 2020-05-07 | reword "possible candidate" import suggestion | Andy Russell | -2/+2 |
| 2020-05-02 | On type mismatch involving associated type, suggest constraint | Esteban Küber | -7/+9 |
| 2020-04-30 | Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper | Dylan DPC | -2/+2 |
| 2020-04-20 | Ensure tail expression will have a `Ty` for E0746 | Esteban Küber | -8/+17 |
| 2020-04-20 | Suggest `-> impl Trait` and `-> Box<dyn Trait>` on fn that doesn't return | Esteban Küber | -9/+21 |
| 2020-04-16 | reserve variable for empty root region | Niko Matsakis | -2/+2 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -3/+7 |
| 2020-04-10 | Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddyb | Mazdak Farrokhzad | -3/+3 |
| 2020-04-08 | Small tweaks to required bound span | Esteban Küber | -3/+3 |
| 2020-04-08 | Suggest move for closures and async blocks in more cases. | Alex Aktsipetrov | -14/+14 |
| 2020-04-08 | Redesign the Step trait | CAD97 | -21/+5 |
| 2020-04-05 | Use smaller span for suggestion restricting lifetime | Esteban Küber | -1/+1 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -8/+3 |
| 2020-03-30 | Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakis | Dylan DPC | -2/+5 |
| 2020-03-30 | bless output of ui test impl-trait/multiple-lifetimes/error-handling.rs | Remy Rakic | -2/+5 |
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -10/+8 |
| 2020-03-22 | Store idents for `DefPathData` into crate metadata | Aaron Hill | -0/+10 |
| 2020-03-09 | Add FIXMEs | Yuki Okushi | -6/+9 |
| 2020-03-09 | Add test for issue-67166 | Yuki Okushi | -0/+22 |
| 2020-03-09 | Add test for issue-60473 | Yuki Okushi | -0/+27 |
| 2020-03-09 | Add test for issue-57201 | Yuki Okushi | -0/+22 |
| 2020-03-09 | Add test for issue-57200 | Yuki Okushi | -0/+22 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-02-28 | keep predicate order and tweak output | Esteban Küber | -21/+35 |
| 2020-02-28 | Tweak wording | Esteban Küber | -7/+7 |
| 2020-02-28 | Mention the full path of the implementing trait | Esteban Küber | -7/+7 |
| 2020-02-28 | On single local candidate, use span label | Esteban Küber | -14/+21 |