| Age | Commit message (Expand) | Author | Lines |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -9/+7 |
| 2023-04-20 | change usages of explicit_item_bounds to bound_explicit_item_bounds | Kyle Matsuda | -6/+13 |
| 2023-04-19 | Format missing GATs correctly | Michael Goulet | -1/+7 |
| 2023-04-19 | Make missing impl item suggestions more obvious that they're missing | Michael Goulet | -2/+2 |
| 2023-04-19 | Substitute missing item suggestion correctly | Michael Goulet | -9/+24 |
| 2023-04-18 | add EarlyBinder to return type of collect_return_position_impl_trait_in_trait... | Kyle Matsuda | -3/+3 |
| 2023-04-16 | Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead | bors | -1/+1 |
| 2023-04-16 | more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti... | Matthias Krüger | -1/+1 |
| 2023-04-16 | Use lints via `lint_defs` instead of `lints` | Nilstrieb | -1/+1 |
| 2023-04-12 | region error cleanup | lcnr | -43/+15 |
| 2023-04-09 | Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naber | bors | -3/+3 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -6/+4 |
| 2023-04-06 | Make elaborator generic | Michael Goulet | -3/+3 |
| 2023-04-04 | Remove intercrate and mark_ambiguous from Relation | Michael Goulet | -8/+0 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -5/+7 |
| 2023-03-28 | Rollup merge of #109629 - aliemjay:remove-givens, r=lcnr | nils | -7/+2 |
| 2023-03-28 | Rollup merge of #109470 - compiler-errors:gat-normalize-bound, r=jackh726 | nils | -53/+50 |
| 2023-03-26 | Don't elaborate non-obligations into obligations | Michael Goulet | -5/+2 |
| 2023-03-26 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -7/+2 |
| 2023-03-25 | Rollup merge of #109545 - compiler-errors:rpitit-wf, r=eholk | Matthias Krüger | -33/+72 |
| 2023-03-23 | Deeply check WF for RPITITs | Michael Goulet | -33/+72 |
| 2023-03-23 | Rollup merge of #109414 - spastorino:new-rpitit-16, r=compiler-errors | Dylan DPC | -1/+4 |
| 2023-03-23 | Rollup merge of #109405 - compiler-errors:rpitit-as-opaques, r=spastorino | Dylan DPC | -2/+10 |
| 2023-03-23 | Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholk | Dylan DPC | -0/+15 |
| 2023-03-22 | Clean up substs building | Michael Goulet | -53/+50 |
| 2023-03-22 | Subst gat normalize pred correctly | Michael Goulet | -1/+1 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -0/+1 |
| 2023-03-21 | RPITITs are DefKind::Opaque with new lowering strategy | Michael Goulet | -2/+10 |
| 2023-03-21 | Do not consider synthesized RPITITs on missing items checks | Santiago Pastorino | -1/+4 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -3/+3 |
| 2023-03-21 | Use LocalDefId in ItemCtxt | Michael Goulet | -1/+1 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -7/+6 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -0/+1 |
| 2023-03-18 | move Option::as_slice to intrinsic | Andre Bogus | -0/+15 |
| 2023-03-17 | Fix generics mismatch errors for RPITITs on -Zlower-impl-trait-in-trait-to-as... | Santiago Pastorino | -0/+11 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -8/+18 |
| 2023-03-16 | Auto merge of #109183 - lqd:revert-107376, r=compiler-errors | bors | -2/+7 |
| 2023-03-16 | Don't install default opaque projection predicates in RPITIT associated type'... | Michael Goulet | -11/+17 |
| 2023-03-15 | ImplTraitPlaceholder -> is_impl_trait_in_trait | Santiago Pastorino | -2/+6 |
| 2023-03-15 | Rename impl_trait_in_trait_parent to impl_trait_in_trait_parent_fn | Santiago Pastorino | -2/+2 |
| 2023-03-15 | Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr" | Rémy Rakic | -2/+7 |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -0/+2 |
| 2023-03-15 | Auto merge of #107376 - aliemjay:remove-givens, r=lcnr | bors | -7/+2 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -0/+2 |
| 2023-03-12 | Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors | bors | -8/+15 |
| 2023-03-09 | Remove body_def_id from Inherited | Michael Goulet | -8/+8 |
| 2023-03-09 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -7/+2 |
| 2023-03-08 | Rollup merge of #108882 - compiler-errors:E0740, r=eholk | Matthias Krüger | -21/+11 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -3/+3 |
| 2023-03-08 | Tweak E0740 | Michael Goulet | -20/+8 |