summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/coherence
AgeCommit message (Expand)AuthorLines
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-12/+12
2022-10-20Add fix suggestions for E0199, E0200, and E0569Nicolas Barrios-0/+30
2022-10-16Auto merge of #102931 - camsteffen:inline-overlapping-impls, r=cjgillotbors-6/+5
2022-10-13Make overlapping_impls non-genericCameron Steffen-6/+5
2022-10-13Report duplicate definition in impls with overlap check.Camille GILLOT-6/+35
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-331/+314
2022-10-07Introduce TypeErrCtxtCameron Steffen-3/+4
2022-10-01Refactor rustc lint APIMaybe Waffle-11/+12
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+1951