rust/src/librustc_typeck
bors ad48d52a74 Auto merge of #71231 - cuviper:rustc_or_patterns, r=Mark-Simulacrum
Dogfood more or_patterns in the compiler

Another step toward the stabilization of `or_patterns`...

cc #54883 @Centril
r? @Mark-Simulacrum
2020-04-19 16:43:02 +00:00
..
check Auto merge of #71231 - cuviper:rustc_or_patterns, r=Mark-Simulacrum 2020-04-19 16:43:02 +00:00
coherence rustc: add lang items "const_slice_ptr" and "mut_slice_ptr" 2020-04-14 18:49:28 +02:00
collect Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07: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 Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07: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 Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07: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 Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07: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.