| Age | Commit message (Expand) | Author | Lines |
| 2020-11-06 | Tweak `if let` suggestion to be more liberal with suggestion and to not ICE | Esteban Küber | -12/+7 |
| 2020-09-28 | pretty.rs: Update Closure and Generator print | Aman Arora | -4/+4 |
| 2020-09-09 | Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasper | Tyler Mandry | -3/+3 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -195/+191 |
| 2020-09-01 | Clarify message about unresolved use | Kornel | -3/+3 |
| 2020-08-30 | Suggest `if let x = y` when encountering `if x = y` | Esteban Küber | -0/+69 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -35/+10 |
| 2020-08-18 | Rollup merge of #75613 - estebank:explain-mut-method, r=petrochenkov | Yuki Okushi | -0/+24 |
| 2020-08-16 | Add explanation for `&mut self` method call when expecting `-> Self` | Esteban Küber | -0/+24 |
| 2020-08-14 | Rollup merge of #75511 - estebank:elide-trait-object-lt-error, r=lcnr | Tyler Mandry | -61/+19 |
| 2020-08-13 | Do not emit E0228 when it is implied by E0106 | Esteban Küber | -61/+19 |
| 2020-08-13 | Rollup merge of #75372 - estebank:lt-sugg-in-type, r=lcnr | Yuki Okushi | -0/+167 |
| 2020-08-12 | Auto merge of #75321 - estebank:js-goes-gaga, r=davidtwco | bors | -0/+43 |
| 2020-08-11 | Suggest using `'static` in assoc consts and suggest when multiple lts are needed | Esteban Küber | -6/+75 |
| 2020-08-11 | When suggesting `for` lts, consider existing lifetime names | Esteban Küber | -0/+78 |
| 2020-08-11 | Assoc `const`s don't have generics | Esteban Küber | -0/+20 |
| 2020-08-10 | Tweak ordering of suggestions | Esteban Küber | -4/+4 |
| 2020-08-10 | Detect JS-style `===` and `!==` and recover | Esteban Küber | -0/+43 |
| 2020-07-31 | Reduce verbosity of some type ascription errors | Esteban Küber | -17/+43 |
| 2020-07-27 | mv std libs to library/ | mark | -6/+6 |
| 2020-07-25 | Auto merge of #74687 - estebank:bracketless-turbofish, r=matthewjasper | bors | -0/+56 |
| 2020-07-23 | Account for trailing closing angle brackets | Esteban Küber | -1/+40 |
| 2020-07-23 | Detect turbofish missing surrounding angle brackets | Esteban Küber | -0/+17 |
| 2020-07-22 | Change error code number | Esteban Küber | -20/+19 |
| 2020-07-22 | Handle fully-qualified paths and add test cases | Esteban Küber | -16/+302 |
| 2020-07-22 | Use `ty::Instance::resolve` to identify `'static` bound source | Esteban Küber | -54/+49 |
| 2020-07-22 | Further tweak wording of E0759 and introduce E0767 | Esteban Küber | -39/+115 |
| 2020-07-22 | Add more context to diagnostic | Esteban Küber | -4/+32 |
| 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 |