rust/compiler/rustc_hir_analysis/src/check
Cameron Steffen 4a68373217 Introduce TypeErrCtxt
TypeErrCtxt optionally has a TypeckResults so that InferCtxt doesn't
need to.
2022-10-07 07:06:16 -05:00
..
fn_ctxt Introduce TypeErrCtxt 2022-10-07 07:06:16 -05:00
generator_interior rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
method Introduce TypeErrCtxt 2022-10-07 07:06:16 -05:00
_match.rs do not reverse the expected type and found type for ObligationCauseCode of IfExpressionWithNoElse 2022-10-05 14:00:51 -07:00
autoderef.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
callee.rs Update compiler/rustc_hir_analysis/src/check/callee.rs 2022-10-05 10:13:47 -07:00
cast.rs Refactor rustc lint API 2022-10-01 10:03:06 +00:00
check.rs Introduce TypeErrCtxt 2022-10-07 07:06:16 -05:00
closure.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
coercion.rs Introduce TypeErrCtxt 2022-10-07 07:06:16 -05:00
compare_method.rs Introduce TypeErrCtxt 2022-10-07 07:06:16 -05:00
demand.rs Introduce TypeErrCtxt 2022-10-07 07:06:16 -05:00
diverges.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
dropck.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
expectation.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
expr.rs Introduce TypeErrCtxt 2022-10-07 07:06:16 -05:00
fallback.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
gather_locals.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
generator_interior.rs Refactor rustc lint API 2022-10-01 10:03:06 +00:00
inherited.rs Introduce TypeErrCtxt 2022-10-07 07:06:16 -05:00
intrinsic.rs rustc_safe_intrinsic: Keep list of safe intrinsics within the compiler 2022-09-28 09:40:02 +02:00
intrinsicck.rs It's not about types or consts, but the lack of regions 2022-10-04 14:10:44 +00:00
mod.rs make compare_const_impl a query and use it in instance.rs 2022-09-30 17:47:44 +01:00
op.rs Introduce TypeErrCtxt 2022-10-07 07:06:16 -05:00
pat.rs Refactor rustc lint API 2022-10-01 10:03:06 +00:00
place_op.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
region.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rvalue_scopes.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
upvar.rs Refactor rustc lint API 2022-10-01 10:03:06 +00:00
wfcheck.rs Introduce TypeErrCtxt 2022-10-07 07:06:16 -05:00
writeback.rs Introduce TypeErrCtxt 2022-10-07 07:06:16 -05:00