summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/compare_method.rs
AgeCommit message (Expand)AuthorLines
2022-10-27Remap early bound lifetimes tooMichael Goulet-1/+1
2022-10-24Delay span bug when we can't map lifetimes back in collect_trait_impl_trait_tysMichael Goulet-2/+10
2022-10-22Introduce subst_iter and subst_iter_copied on EarlyBinderMichael Goulet-12/+4
2022-10-15typosMichael Goulet-9/+9
2022-10-15Equate full fn signatures to infer all region variablesMichael Goulet-13/+33
2022-10-15Fix subst issues with RPITITMichael Goulet-6/+31
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-521/+506
2022-10-07Remove TypeckResults from InferCtxtCameron Steffen-2/+2
2022-10-07Introduce TypeErrCtxtCameron Steffen-9/+10
2022-10-06reviewsBoxy-40/+41
2022-09-30make query take `(LocalDefId, DefId)`Boxy-19/+20
2022-09-30make `compare_const_impl` a query and use it in `instance.rs`Boxy-49/+49
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+1792