| Age | Commit message (Expand) | Author | Lines |
| 2023-03-31 | Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkin | bors | -4/+5 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -4/+5 |
| 2023-03-30 | Auto merge of #109499 - spastorino:new-rpitit-19, r=compiler-errors | bors | -16/+19 |
| 2023-03-29 | Walk return-position impl trait in trait deeply in associated_item_def_ids | Michael Goulet | -16/+19 |
| 2023-03-29 | Support TLS access into dylibs on Windows | John Kåre Alsaker | -1/+11 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -1/+18 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -7/+7 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -1/+1 |
| 2023-03-22 | Rollup merge of #109378 - MU001999:master, r=scottmcm | Matthias Krüger | -1/+1 |
| 2023-03-22 | Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgr | bors | -5/+3 |
| 2023-03-23 | Rollup merge of #109405 - compiler-errors:rpitit-as-opaques, r=spastorino | Dylan DPC | -11/+13 |
| 2023-03-22 | Do not feed param_env for RPITITs impl side | Santiago Pastorino | -5/+3 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -2/+1 |
| 2023-03-21 | RPITITs are DefKind::Opaque with new lowering strategy | Michael Goulet | -11/+13 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -1/+1 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -24/+20 |
| 2023-03-21 | Rollup merge of #109240 - compiler-errors:dont-binder-twice, r=oli-obk | nils | -16/+26 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -2/+1 |
| 2023-03-20 | Rollup merge of #109277 - spastorino:new-rpitit-14, r=compiler-errors | Matthias Krüger | -7/+3 |
| 2023-03-20 | Remove Ty::is_region_ptr | Mu42 | -1/+1 |
| 2023-03-20 | Update some names and comments | Michael Goulet | -24/+37 |
| 2023-03-20 | Walk un-shifted nested `impl Trait` in trait when setting up default trait me... | Michael Goulet | -16/+26 |
| 2023-03-17 | Fix generics_of for impl's RPITIT synthesized associated type | Santiago Pastorino | -7/+3 |
| 2023-03-16 | Don't install default opaque projection predicates in RPITIT associated type'... | Michael Goulet | -7/+15 |
| 2023-03-16 | Install projection from RPITIT to default trait method opaque correctly | Michael Goulet | -3/+14 |
| 2023-03-15 | Feed is_type_alias_impl_trait for RPITITs on the trait side | Santiago Pastorino | -0/+2 |
| 2023-03-15 | ImplTraitPlaceholder -> is_impl_trait_in_trait | Santiago Pastorino | -1/+3 |
| 2023-03-15 | Properly implement generics_of for traits | Santiago Pastorino | -2/+31 |
| 2023-03-15 | Rename impl_trait_in_trait_parent to impl_trait_in_trait_parent_fn | Santiago Pastorino | -2/+2 |
| 2023-03-15 | Auto merge of #109089 - compiler-errors:opt_rpitit_info-follow-up, r=spastorino | bors | -6/+3 |
| 2023-03-14 | Encode opt_rpitit_info for associated types | Michael Goulet | -6/+3 |
| 2023-03-14 | Rollup merge of #109101 - compiler-errors:layout-err, r=michaelwoerister | Matthias Krüger | -1/+5 |
| 2023-03-14 | Make fns from other crates with RPITIT work | Santiago Pastorino | -0/+6 |
| 2023-03-13 | Layout of `&dyn Trait<[type error]>` is still wide | Michael Goulet | -1/+5 |
| 2023-03-13 | Don't opt_rpitit_info as a separate query | Michael Goulet | -11/+7 |
| 2023-03-12 | Auto merge of #108682 - est31:simplify_dirs, r=davidtwco | bors | -1/+1 |
| 2023-03-12 | Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors | bors | -13/+60 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -3/+2 |
| 2023-03-07 | Rollup merge of #108583 - compiler-errors:rpitit-default-method-with-nested-r... | Matthias Krüger | -1/+24 |
| 2023-03-06 | Implement inferred_outlives_of for impl side RPITITs assoc type | Santiago Pastorino | -0/+3 |
| 2023-03-06 | Implement explicit_predicates_of for impl side RPITITs assoc type | Santiago Pastorino | -0/+6 |
| 2023-03-06 | Implement generics_of for impl side RPITITs assoc type | Santiago Pastorino | -6/+34 |
| 2023-03-06 | Implement param_env for RPITITs assoc type | Santiago Pastorino | -2/+15 |
| 2023-03-06 | Properly implement explicit_item_bounds for RPITITs trait assoc ty | Santiago Pastorino | -3/+0 |
| 2023-03-06 | Add tcx::lower_impl_trait_in_trait_to_assoc_ty to avoid accessing through ses... | Santiago Pastorino | -2/+2 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -2/+1 |
| 2023-03-02 | Feed queries on impl side for RPITITs when using lower_impl_trait_in_trait_to... | Santiago Pastorino | -5/+65 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -2/+1 |
| 2023-03-01 | Make associated_item_def_ids for traits use an unstable option to also return... | Santiago Pastorino | -5/+89 |