summary refs log tree commit diff
path: root/compiler/rustc_ty_utils/src/implied_bounds.rs
AgeCommit message (Expand)AuthorLines
2023-01-14fix various subst_identity vs skip_binderKyle Matsuda-2/+2
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-1/+1
2023-01-14change usages of impl_trait_ref to bound_impl_trait_refKyle Matsuda-7/+9
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-1/+1
2022-09-09RPITIT placeholder itemsMichael Goulet-0/+1
2022-08-17implied_bounds: clarify our assumptionslcnr-0/+60