| Age | Commit message (Expand) | Author | Lines |
| 2021-04-06 | forbid `impl Trait` in generic param defaults | SNCPlay42 | -59/+133 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -25/+21 |
| 2021-04-02 | Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebank | Dylan DPC | -8/+8 |
| 2021-04-02 | Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank | bors | -16/+49 |
| 2021-03-31 | give full path of constraint in suggest_constraining_type_param | hi-rustin | -8/+8 |
| 2021-03-20 | Move some tests to more reasonable directories - 5 | Caio | -0/+79 |
| 2021-03-16 | peel derives when checking normalized is expected | SNCPlay42 | -0/+31 |
| 2021-03-16 | fix expected/found order on impl trait projection mismatch | SNCPlay42 | -16/+18 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -39/+396 |
| 2021-03-12 | Make def_key and HIR parenting consistent. | Camille GILLOT | -1/+48 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -4/+4 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -0/+501 |
| 2021-01-07 | Use correct span for structured suggestion | Esteban Küber | -12/+12 |
| 2021-01-07 | bless tests | Daiki Ihara | -4/+12 |
| 2020-11-16 | Add two regression tests | Alex Macleod | -0/+90 |
| 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 |