summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/wfcheck.rs
AgeCommit message (Expand)AuthorLines
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-29/+29
2022-10-26Process registered region obligation in resolve_regions_with_wf_tysMichael Goulet-0/+4
2022-10-18change `ConstEvaluatable` to use `ty::Const`lcnr-6/+1
2022-10-10Check representability in adt_sized_constraintCameron Steffen-0/+2
2022-10-10Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8KiYuki Okushi-1/+1
2022-10-09ImplItemKind::TyAlias => ImplItemKind::TypeMichael Goulet-1/+1
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-32/+30
2022-10-07Remove TypeckResults from InferCtxtCameron Steffen-1/+1
2022-10-07Introduce TypeErrCtxtCameron Steffen-4/+7
2022-10-04It's not about types or consts, but the lack of regionsOli Scherer-3/+1
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+1990