| Age | Commit message (Expand) | Author | Lines |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -30/+132 |
| 2021-01-08 | Change wording of note | Aaron Hill | -1/+1 |
| 2021-01-08 | Explain method-call move errors in loops | Aaron Hill | -1/+7 |
| 2020-12-26 | update tests | Bastian Kauschke | -4/+4 |
| 2020-12-19 | Handle desugaring in impl trait bound suggestion | William Bain | -1/+89 |
| 2020-11-16 | Rollup merge of #79032 - lcnr:arg-count, r=varkor | Mara Bos | -4/+0 |
| 2020-11-16 | improve error message for const ty param mismatch | Bastian Kauschke | -4/+0 |
| 2020-11-14 | Add underscore expressions for destructuring assignments | Fabian Zaiser | -23/+84 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -23/+57 |
| 2020-11-01 | Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkov | bors | -1/+1 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -3/+3 |
| 2020-10-26 | Suggest calling associated `fn` inside `trait`s | Esteban Küber | -1/+1 |
| 2020-10-26 | Auto merge of #78387 - Dylan-DPC:rollup-ch0st6z, r=Dylan-DPC | bors | -4/+186 |
| 2020-10-25 | Tweak `if let` suggestion to be more liberal with suggestion and to not ICE | Esteban Küber | -12/+7 |
| 2020-10-23 | Suggest semicolon removal and boxing when appropriate | Esteban Küber | -8/+15 |
| 2020-10-23 | Add more `.await` suggestions on E0308 | Esteban Küber | -9/+21 |
| 2020-10-23 | Add test case for different `impl Future`s | Esteban Küber | -3/+36 |
| 2020-10-23 | Account for possible boxable `impl Future` in semicolon removal suggestions | Esteban Küber | -4/+48 |
| 2020-10-23 | Suggest semicolon removal on prior match arm | Esteban Küber | -0/+85 |
| 2020-10-23 | Tweak "use `.await`" suggestion | Esteban Küber | -4/+5 |
| 2020-10-20 | review comments | Esteban Küber | -5/+5 |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -25/+47 |
| 2020-10-19 | Auto merge of #77278 - camelid:use-correct-article, r=estebank | bors | -5/+5 |
| 2020-10-16 | Rollup merge of #76084 - Lucretiel:split-buffered, r=dtolnay | Dylan DPC | -3/+3 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -0/+3 |
| 2020-10-06 | Normalize projection bounds when considering candidates | Matthew Jasper | -21/+1 |
| 2020-10-06 | Check opaque types satisfy their bounds | Matthew Jasper | -2/+0 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -43/+4 |
| 2020-09-29 | Add article after "to" | Camelid | -5/+5 |
| 2020-09-28 | pretty.rs: Update Closure and Generator print | Aman Arora | -4/+4 |
| 2020-09-16 | Retry fix error reporting suggestions | Nathan West | -5/+20 |
| 2020-09-14 | Added updated compiler diagnostic | Nathan West | -20/+5 |
| 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 |