| Age | Commit message (Expand) | Author | Lines |
| 2020-10-27 | Rollup merge of #78349 - JohnTitor:issue-75962, r=davidtwco | Yuki Okushi | -1/+15 |
| 2020-10-25 | Use its own `TypeckResults` to avoid ICE | Yuki Okushi | -1/+15 |
| 2020-10-25 | Auto merge of #77546 - lcnr:impl-trait-closure, r=eddyb | bors | -0/+21 |
| 2020-10-20 | review comments | Esteban Küber | -2/+2 |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -10/+22 |
| 2020-10-18 | Add test for issue-70877 | Yuki Okushi | -0/+53 |
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+3 |
| 2020-10-09 | Add a regression test for issue-65581 | Yuki Okushi | -0/+33 |
| 2020-10-07 | arg position | Bastian Kauschke | -0/+7 |
| 2020-10-07 | do not lower patterns in impl Trait | Bastian Kauschke | -0/+14 |
| 2020-10-06 | Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp... | Jack Huey | -3/+6 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -2/+0 |
| 2020-10-06 | Fix bugs in evaluating WellFormed predicates | Matthew Jasper | -0/+39 |
| 2020-10-06 | Check opaque types satisfy their bounds | Matthew Jasper | -4/+0 |
| 2020-09-30 | Auto merge of #77069 - sexxi-goose:closure_print_2, r=nikomatsakis | bors | -5/+5 |
| 2020-09-28 | pretty.rs: Update Closure and Generator print | Aman Arora | -5/+5 |
| 2020-09-26 | Call `type_of` for opaque types later in compilation | Matthew Jasper | -39/+72 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -3/+3 |
| 2020-09-11 | Make suggestion more complete | Esteban Küber | -3/+9 |
| 2020-09-11 | Make suggestion have a more targetted underline | Esteban Küber | -1/+1 |
| 2020-09-11 | Use structured suggestion for `impl T` to `Box<dyn T>` | Esteban Küber | -1/+4 |
| 2020-09-09 | Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasper | Tyler Mandry | -4/+4 |
| 2020-09-08 | make `ConstEvaluatable` more strict | Bastian Kauschke | -2/+1 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -122/+122 |
| 2020-09-01 | Clarify message about unresolved use | Kornel | -4/+4 |
| 2020-07-27 | mv std libs to library/ | mark | -1/+1 |
| 2020-07-26 | Add test for issue-72911 | Yuki Okushi | -0/+56 |
| 2020-07-22 | Further tweak wording of E0759 and introduce E0767 | Esteban Küber | -67/+55 |
| 2020-07-14 | Remove `Sized` `on_unimplemented` note | Esteban Küber | -2/+0 |
| 2020-06-24 | Rollup merge of #73646 - JohnTitor:add-tests, r=Dylan-DPC | Dylan DPC | -0/+16 |
| 2020-06-23 | Add test for issue-69840 | Yuki Okushi | -0/+16 |
| 2020-06-23 | Rollup merge of #73496 - estebank:opaque-missing-lts-in-fn-3, r=nikomatsakis | Manish Goregaokar | -9/+56 |
| 2020-06-19 | Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasper | Manish Goregaokar | -5/+34 |
| 2020-06-19 | Account for multiple impl/dyn Trait in return type when suggesting `'_` | Esteban Küber | -9/+56 |
| 2020-06-19 | Rollup merge of #73382 - Aaron1011:fix/self-receiver-candidates, r=petrochenkov | Manish Goregaokar | -18/+0 |
| 2020-06-18 | Rollup merge of #72804 - estebank:opaque-missing-lts-in-fn-2, r=nikomatsakis | Manish Goregaokar | -42/+222 |
| 2020-06-16 | warn against 'specialization' feature | Ralf Jung | -5/+34 |
| 2020-06-15 | Only display other method receiver candidates if they actually apply | Aaron Hill | -18/+0 |
| 2020-06-15 | review comments | Esteban Küber | -25/+25 |
| 2020-06-15 | Expand "recursive opaque type" diagnostic | Esteban Küber | -99/+179 |
| 2020-06-15 | Change E0758 to E0759 to avoid conflict with #72912 | Esteban Küber | -13/+13 |
| 2020-06-15 | small tweaks | Esteban Küber | -5/+5 |
| 2020-06-15 | Register new eror code | Esteban Küber | -1/+2 |
| 2020-06-15 | Use note for requirement source span | Esteban Küber | -24/+48 |
| 2020-06-15 | review comments: wording | Esteban Küber | -27/+27 |
| 2020-06-15 | Tweak wording and add error code | Esteban Küber | -32/+32 |
| 2020-06-15 | Tweak output for overlapping required/captured spans | Esteban Küber | -24/+4 |
| 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 |