1
Fork 0
rust/compiler/rustc_hir_analysis/src/check
2022-10-07 11:37:33 +09:00
..
fn_ctxt Rollup merge of #102496 - compiler-errors:into-suggestion, r=davidtwco 2022-10-05 17:27:33 +05:30
generator_interior
method fix #102320, suggest unwrap_or_else when a closure is passed to unwrap_or instead of suggesting calling it 2022-10-02 18:36:52 +08:00
_match.rs
autoderef.rs
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 Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnr 2022-10-06 16:29:43 +02:00
closure.rs
coercion.rs
compare_method.rs reviews 2022-10-06 07:00:38 +01:00
demand.rs Suggest .into() when all other coercion suggestions fail 2022-10-05 02:47:31 +00:00
diverges.rs
dropck.rs
expectation.rs
expr.rs suggest == to the first expr which has ExprKind::Assign 2022-10-07 11:37:33 +09:00
fallback.rs
gather_locals.rs
generator_interior.rs Refactor rustc lint API 2022-10-01 10:03:06 +00:00
inherited.rs HirId for deferred_transmute_checks 2022-10-03 13:53:17 +02: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 It's not about types or consts, but the lack of regions 2022-10-04 14:10:44 +00:00
pat.rs Refactor rustc lint API 2022-10-01 10:03:06 +00:00
place_op.rs
region.rs
rvalue_scopes.rs
upvar.rs Refactor rustc lint API 2022-10-01 10:03:06 +00:00
wfcheck.rs It's not about types or consts, but the lack of regions 2022-10-04 14:10:44 +00:00
writeback.rs