| Age | Commit message (Expand) | Author | Lines |
| 2022-04-04 | Fix list length | Esteban Kuber | -1/+1 |
| 2022-04-04 | Suggest dereferncing when possible in E0277, fix #87437 | Esteban Kuber | -38/+66 |
| 2022-04-04 | Fix #90970, doesn't address #87437 | Esteban Kuber | -6/+73 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -37/+133 |
| 2022-04-04 | Auto merge of #95031 - compiler-errors:param-env-cache, r=Aaron1011 | bors | -8/+8 |
| 2022-04-02 | Auto merge of #94911 - jackh726:gats_extended_2, r=compiler-errors | bors | -14/+78 |
| 2022-04-02 | Make GATs object safe under generic_associated_types_extended feature | Jack Huey | -14/+78 |
| 2022-04-02 | Rollup merge of #95560 - lcnr:obligation-cause, r=oli-obk | Dylan DPC | -7/+8 |
| 2022-04-01 | convert more `DefId`s to `LocalDefId` | lcnr | -7/+8 |
| 2022-04-01 | Rollup merge of #95260 - compiler-errors:fn, r=davidtwco | Matthias Krüger | -5/+121 |
| 2022-03-31 | Rollup merge of #95517 - lcnr:rustc_borrowck-misc, r=jackh726 | Dylan DPC | -1/+1 |
| 2022-03-31 | address comments, add test for shadowed Box type | Michael Goulet | -7/+3 |
| 2022-03-31 | Specialize suggestion for Option<T> | Michael Goulet | -11/+52 |
| 2022-03-31 | obligation cause: `RepeatVec` -> `RepeatValueCopy` | lcnr | -1/+1 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -20/+20 |
| 2022-03-31 | Rollup merge of #95471 - oli-obk:tait_ice, r=estebank | Dylan DPC | -13/+6 |
| 2022-03-31 | Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errors | Dylan DPC | -33/+73 |
| 2022-03-30 | Add the generic_associated_types_extended feature | Jack Huey | -33/+73 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -20/+20 |
| 2022-03-30 | Don't ICE when opaque types get their hidden type constrained again. | Oli Scherer | -13/+6 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -5/+5 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -4/+4 |
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -4/+4 |
| 2022-03-28 | Also use the RPIT back compat hack in trait projection | Oli Scherer | -4/+15 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -42/+0 |
| 2022-03-28 | Have the spans of TAIT type conflict errors point to the actual site instead ... | Oli Scherer | -8/+6 |
| 2022-03-28 | Don't bind hidden types when searching for matching impls | Oli Scherer | -0/+1 |
| 2022-03-28 | Fail more aggressively | Oli Scherer | -4/+5 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -37/+109 |
| 2022-03-27 | Make fatal DiagnosticBuilder yield never | Michael Goulet | -2/+1 |
| 2022-03-28 | Auto merge of #95333 - GuillaumeGomez:auto-trait-perf-issue, r=oli-obk | bors | -28/+22 |
| 2022-03-26 | Do not use ParamEnv::and to cache param-env with candidate | Michael Goulet | -8/+8 |
| 2022-03-27 | Rollup merge of #93469 - compiler-errors:issue-93450, r=estebank | Dylan DPC | -1/+1 |
| 2022-03-27 | Remove SelectionContext::allow_negative_impls field | Guillaume Gomez | -26/+2 |
| 2022-03-26 | Fix perf issue for auto trait selection | Guillaume Gomez | -2/+20 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -73/+56 |
| 2022-03-25 | Auto merge of #95280 - InfRandomness:infrandomness/Dtorck_clarification, r=ol... | bors | -1/+1 |
| 2022-03-25 | Auto merge of #95082 - spastorino:overlap-inherent-impls, r=nikomatsakis | bors | -61/+66 |
| 2022-03-25 | Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnr | Dylan DPC | -80/+124 |
| 2022-03-25 | Rollup merge of #94391 - light4:issue-90319, r=estebank | Dylan DPC | -12/+25 |
| 2022-03-24 | Implement impl_subject_and_oblig instead of repeating the impls | Santiago Pastorino | -74/+26 |
| 2022-03-24 | Where bounds are checked on inherent impls | Santiago Pastorino | -2/+36 |
| 2022-03-24 | Swap DtorckConstraint to DropckConstraint | InfRandomness | -1/+1 |
| 2022-03-25 | Fix ice when error reporting recursion errors | lightning1141 | -12/+25 |
| 2022-03-24 | Normalize both trait and inherent | Santiago Pastorino | -16/+9 |
| 2022-03-24 | Extract impl_subject_and_oglibations fn and make equate receive subjects | Santiago Pastorino | -43/+42 |
| 2022-03-24 | Auto merge of #94876 - b-naber:thir-abstract-const-changes, r=lcnr | bors | -13/+84 |
| 2022-03-24 | Auto merge of #91030 - estebank:trait-bounds-are-tricky-2, r=oli-obk | bors | -88/+145 |
| 2022-03-23 | Better suggestions for Fn trait selection errors | Michael Goulet | -5/+121 |