rust/src/librustc_typeck
2020-01-09 11:47:32 +09:00
..
check Remove unused struct ClosureUpvar 2020-01-09 11:47:32 +09:00
coherence Rename traits::drop -> traits::misc. 2020-01-07 19:36:50 +01:00
outlives Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
variance Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
astconv.rs Move ty::wf to traits. 2020-01-07 18:03:53 +01:00
Cargo.toml Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
check_unused.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
collect.rs Move structural_match to rustc::traits. 2020-01-07 18:07:08 +01:00
constrained_generic_params.rs canonicalize FxHash{Map,Set} imports 2020-01-04 18:57:22 +01:00
expr_use_visitor.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
impl_wf_check.rs Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa 2020-01-06 12:55:40 +00:00
lib.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
mem_categorization.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
namespace.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
structured_errors.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00

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