| Age | Commit message (Expand) | Author | Lines |
| 2022-10-19 | Use predicate_must_hold_modulo_regions | Michael Goulet | -14/+8 |
| 2022-10-19 | Suggest calling ctor when trait is unimplemented | Michael Goulet | -1/+18 |
| 2022-10-18 | `const_evaluatable_unchecked` to const eval | lcnr | -21/+1 |
| 2022-10-18 | change `ConstEvaluatable` to use `ty::Const` | lcnr | -18/+23 |
| 2022-10-18 | Rollup merge of #103142 - fmease:fix-103052, r=oli-obk | Yuki Okushi | -0/+4 |
| 2022-10-17 | Auto merge of #103151 - matthiaskrgr:rollup-t3mmnsg, r=matthiaskrgr | bors | -24/+27 |
| 2022-10-17 | Rollup merge of #102945 - compiler-errors:placeholder-region-outlives, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-10-17 | Rollup merge of #102466 - lcnr:const-equate-uwu, r=BoxyUwU | Matthias Krüger | -23/+26 |
| 2022-10-17 | Make diagnostic for unsatisfied Termination bounds more precise | León Orell Valerian Liehr | -0/+4 |
| 2022-10-17 | mir constants: type traversing bye bye | lcnr | -8/+0 |
| 2022-10-16 | Auto merge of #102334 - compiler-errors:rpitit-substs-issue, r=cjgillot | bors | -1/+4 |
| 2022-10-16 | Auto merge of #102931 - camsteffen:inline-overlapping-impls, r=cjgillot | bors | -41/+29 |
| 2022-10-15 | Fix subst issues with RPITIT | Michael Goulet | -1/+4 |
| 2022-10-15 | Rollup merge of #103003 - TaKO8Ki:fix-102989, r=compiler-errors | Dylan DPC | -13/+9 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -3/+3 |
| 2022-10-14 | more dupe word typos | Rageking8 | -3/+3 |
| 2022-10-14 | check if the self type is `ty::Float` before getting second substs | Takayuki Maeda | -13/+9 |
| 2022-10-13 | Make overlapping_impls non-generic | Cameron Steffen | -41/+29 |
| 2022-10-13 | Sort elaborated existential predicates in object_ty_for_trait | Michael Goulet | -11/+18 |
| 2022-10-12 | Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis | bors | -3/+45 |
| 2022-10-12 | Do not register placeholder region outlives when considering_regions is false | Michael Goulet | -1/+1 |
| 2022-10-11 | Auto merge of #102896 - matthiaskrgr:rollup-jg5xawz, r=matthiaskrgr | bors | -0/+68 |
| 2022-10-10 | Rollup merge of #101360 - compiler-errors:multiple-closure-bounds, r=petroche... | Matthias Krüger | -0/+68 |
| 2022-10-10 | Fix compiler docs | Guillaume Gomez | -7/+8 |
| 2022-10-10 | Rollup merge of #102786 - compiler-errors:no-tuple-candidate, r=lcnr | Dylan DPC | -12/+6 |
| 2022-10-10 | Point out incompatible closure bounds | Michael Goulet | -0/+68 |
| 2022-10-10 | Rollup merge of #102845 - cjgillot:gat-object, r=fee1-dead | Yuki Okushi | -29/+15 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -2/+2 |
| 2022-10-09 | Elaborate trait ref to compute object safety. | Camille GILLOT | -29/+15 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -2/+2 |
| 2022-10-08 | Auto merge of #102809 - matthiaskrgr:rollup-qq62vuv, r=matthiaskrgr | bors | -19/+18 |
| 2022-10-08 | Rollup merge of #102785 - fee1-dead-contrib:rm_autoimpl_defid, r=compiler-errors | Matthias Krüger | -19/+18 |
| 2022-10-08 | Auto merge of #100720 - camsteffen:representable, r=cjgillot | bors | -76/+0 |
| 2022-10-07 | Auto merge of #102787 - Dylan-DPC:rollup-fvbb4t9, r=Dylan-DPC | bors | -13/+15 |
| 2022-10-07 | Remove tuple candidate, nothing special about it | Michael Goulet | -12/+6 |
| 2022-10-07 | Remove `DefId` from some `SelectionCandidate` variants | Deadbeef | -19/+18 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -76/+0 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -378/+308 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -78/+72 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -322/+316 |
| 2022-10-07 | Check WhereClauseReferencesSelf after all other object safety checks | Michael Goulet | -13/+15 |
| 2022-10-06 | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | -1/+0 |
| 2022-10-05 | Validate opaques in default trait bodies, don't normalize unless a body is pr... | Michael Goulet | -1/+2 |
| 2022-10-05 | Fix test for default body with impl | Michael Goulet | -2/+3 |
| 2022-10-04 | Rollup merge of #102670 - lyming2007:issue-101866-fix, r=compiler-errors | Michael Howell | -1/+1 |
| 2022-10-05 | Support default-body trait functions with RPITIT | Michael Goulet | -3/+43 |
| 2022-10-04 | follow-up fix about 101866 to print the self type. | Yiming Lei | -1/+1 |
| 2022-10-04 | Rollup merge of #102651 - oli-obk:non_region_things, r=lcnr | Matthias Krüger | -20/+20 |
| 2022-10-04 | Rollup merge of #102647 - oli-obk:tilde_const_bounds, r=fee1-dead | Matthias Krüger | -0/+26 |
| 2022-10-04 | Rollup merge of #102488 - compiler-errors:gat-compatibility, r=oli-obk | Matthias Krüger | -2/+40 |