about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/impl_wf_check.rs
AgeCommit message (Expand)AuthorLines
2023-02-22Remove type-traversal trait aliasesAlan Egerton-1/+1
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-2/+2
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-2/+2
2023-02-14Add `of_trait` to DefKind::Impl.Camille GILLOT-1/+1
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-2/+1
2023-01-14change usages of impl_trait_ref to bound_impl_trait_refKyle Matsuda-1/+2
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-3/+3
2022-10-13Report duplicate definition in impls with overlap check.Camille GILLOT-39/+1
2022-10-11Report duplicate definitions in trait impls during resolution.Camille GILLOT-0/+3
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+228