| Age | Commit message (Expand) | Author | Lines |
| 2020-07-22 | Increase accuracy of lifetime bound on trait object impl suggestion | Esteban Küber | -35/+123 |
| 2020-07-22 | Detect when `'static` obligation might come from an `impl` | Esteban Küber | -0/+135 |
| 2020-07-14 | Rollup merge of #74228 - estebank:unsized-param, r=davidtwco | Manish Goregaokar | -21/+7 |
| 2020-07-14 | Remove redundant explanatory `note` for type parameters | Esteban Küber | -11/+0 |
| 2020-07-14 | Suggest borrowing in more unsized fn param cases | Esteban Küber | -1/+4 |
| 2020-07-14 | Remove `Sized` `on_unimplemented` note | Esteban Küber | -7/+1 |
| 2020-07-14 | Suggest boxing or borrowing unsized fields | Esteban Küber | -2/+2 |
| 2020-07-14 | Suggest struct pat on incorrect unit or tuple pat | Esteban Küber | -5/+11 |
| 2020-07-09 | Rollup merge of #74188 - estebank:tweak-ascription-typo-heuristic, r=petroche... | Manish Goregaokar | -3/+0 |
| 2020-07-09 | Tweak `::` -> `:` typo heuristic and reduce verbosity | Esteban Küber | -3/+0 |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -17/+72 |
| 2020-07-02 | resolve: disallow label use through closure/async | David Wood | -15/+15 |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -17/+72 |
| 2020-06-27 | Rollup merge of #73672 - nellshamrell:async-fix, r=estebank | Manish Goregaokar | -4/+6 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -2/+2 |
| 2020-06-25 | Rollup merge of #73674 - estebank:op-trait-bound-suggestion, r=davidtwco | Manish Goregaokar | -0/+50 |
| 2020-06-25 | Adds a clearer message for when the async keyword is missing from a function | Nell Shamrell | -4/+6 |
| 2020-06-24 | Suggest type param trait bound for binop only when appropriate | Esteban Küber | -26/+33 |
| 2020-06-23 | Tweak binop errors | Esteban Küber | -0/+43 |
| 2020-06-23 | Rollup merge of #73496 - estebank:opaque-missing-lts-in-fn-3, r=nikomatsakis | Manish Goregaokar | -0/+216 |
| 2020-06-23 | Rollup merge of #72271 - rakshith-ravi:master, r=varkor | Manish Goregaokar | -0/+2 |
| 2020-06-20 | Squashed all commits | Rakshith Ravi | -0/+2 |
| 2020-06-19 | Account for multiple impl/dyn Trait in return type when suggesting `'_` | Esteban Küber | -0/+216 |
| 2020-06-19 | Rollup merge of #73261 - estebank:generics-sized, r=nikomatsakis | Manish Goregaokar | -0/+135 |
| 2020-06-18 | Rollup merge of #73320 - estebank:type-param-sugg-more, r=davidtwco | Manish Goregaokar | -0/+26 |
| 2020-06-16 | Suggest new type param on single char ident | Esteban Küber | -6/+18 |
| 2020-06-16 | Provide `help` when `T: ?Sized` can't be suggested | Esteban Küber | -1/+60 |
| 2020-06-15 | Suggest `?Sized` when applicable for ADTs | Esteban Küber | -0/+76 |
| 2020-06-15 | Change E0758 to E0759 to avoid conflict with #72912 | Esteban Küber | -2/+2 |
| 2020-06-15 | Register new eror code | Esteban Küber | -1/+1 |
| 2020-06-15 | Use note for requirement source span | Esteban Küber | -4/+7 |
| 2020-06-15 | review comments: wording | Esteban Küber | -2/+2 |
| 2020-06-15 | Tweak wording and add error code | Esteban Küber | -4/+4 |
| 2020-06-15 | Reduce verbosity of suggestion message and mention lifetime in label | Esteban Küber | -2/+2 |
| 2020-06-13 | Make new type param suggestion more targetted | Esteban Küber | -0/+14 |
| 2020-06-13 | Prefer the associated consts for pattern matching error | Lzu Tao | -2/+2 |
| 2020-06-03 | Rollup merge of #72848 - camelid:fix-72815, r=varkor | Dylan DPC | -2/+2 |
| 2020-06-02 | Rollup merge of #72775 - JohnTitor:await-sugg, r=estebank | Yuki Okushi | -0/+35 |
| 2020-05-31 | Correct generic parameter ordering in error note | camelid | -2/+2 |
| 2020-05-30 | Rollup merge of #72668 - awoimbee:give-fn-parenthetical-notation-parentheses,... | Ralf Jung | -0/+68 |
| 2020-05-30 | Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirements | Esteban Küber | -14/+5 |
| 2020-05-30 | Account for enclosing item when suggesting new lifetime name | Esteban Küber | -10/+63 |
| 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 | -3/+3 |
| 2020-05-30 | Account for returned `dyn Trait` evaluating to `'static` lifetime | Esteban Küber | -3/+3 |
| 2020-05-30 | Fix NLL output | Esteban Küber | -0/+98 |
| 2020-05-30 | Improve output of argument anonymous borrow missing annotation involving opaq... | Esteban Küber | -39/+8 |
| 2020-05-30 | Account for missing lifetime in opaque return type | Esteban Küber | -0/+246 |
| 2020-05-30 | Test ui suggestion fn trait notation | Arthur Woimbée | -0/+68 |
| 2020-05-30 | Return early to avoid ICE | Yuki Okushi | -0/+35 |