rust/src/librustc_typeck
Dylan DPC 029e930ab7
Rollup merge of #71247 - ldm0:minor, r=estebank
Remove unnecessary variable intialization

Minor fix.
2020-04-17 20:35:24 +02:00
..
check Rollup merge of #71247 - ldm0:minor, r=estebank 2020-04-17 20:35:24 +02:00
coherence rustc: add lang items "const_slice_ptr" and "mut_slice_ptr" 2020-04-14 18:49:28 +02:00
collect mir/interpret: only use ErrorHandled::Reported for ErrorReported. 2020-04-16 19:00:30 +03:00
impl_wf_check Use PredicateObligations instead of Predicates 2020-04-08 14:40:45 -07:00
outlives ty: switch Ty::walk from Ty to GenericArg. 2020-04-06 21:55:50 +03:00
variance fix ice with trait obj dummy self 2020-04-07 22:47:26 -05:00
astconv.rs ty: add ty::ConstKind::Error to replace tcx.consts.err. 2020-04-16 19:00:30 +03:00
Cargo.toml rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
check_unused.rs librustc_middle: return LocalDefId instead of DefId in body_owner_def_id 2020-04-10 12:13:54 +01:00
collect.rs ty: add ty::ConstKind::Error to replace tcx.consts.err. 2020-04-16 19:00:30 +03:00
constrained_generic_params.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
expr_use_visitor.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
impl_wf_check.rs Rename AssocKind::Method to AssocKind::Fn 2020-04-14 07:12:07 +08:00
lib.rs Remove FnCtxt::impl_self_ty 2020-04-13 11:36:37 +09:00
mem_categorization.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
structured_errors.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.