rust/src/librustc_typeck
2018-07-06 16:01:25 +00:00
..
check Auto merge of #51967 - varkor:const-body-break-continue, r=estebank 2018-07-05 09:40:08 +00:00
coherence Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
outlives implement fix for cross crate inferrence and fix test 2018-07-03 10:13:50 -04:00
variance rustc: rename ty::maps to ty::query. 2018-06-14 18:05:12 +03:00
astconv.rs Get rid of TyImplTraitExistential 2018-07-02 09:17:38 +02:00
Cargo.toml Remove fmt_macros dependency 2018-06-05 15:55:07 -06:00
check_unused.rs in which hir::Visibility recalls whence it came (i.e., becomes Spanned) 2018-06-30 22:41:01 -07:00
collect.rs Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=scalexm 2018-07-04 09:33:33 +00:00
constrained_type_params.rs bring TyCtxt into scope 2017-09-14 21:26:06 -04:00
diagnostics.rs migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
impl_wf_check.rs Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
lib.rs change the enter_canonical_trait_query method to give a fulfill cx 2018-06-27 16:04:32 -04:00
namespace.rs Check namespaces when resolving associated items in typeck 2017-10-15 11:58:32 +01:00
README.md Move librustc_typeck READMEs to rustc guide 2018-03-12 20:05:18 -05:00
structured_errors.rs Rename -Z explain to -Z teach 2018-01-23 11:34:57 -08:00

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