rust/src/librustc_typeck
2020-01-20 07:06:27 +09:00
..
check Use named fields for hir::ItemKind::Impl 2020-01-17 16:14:29 -08:00
coherence Use named fields for hir::ItemKind::Impl 2020-01-17 16:14:29 -08:00
outlives nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
variance nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
astconv.rs Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb 2020-01-17 18:53:41 +05:30
Cargo.toml nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
check_unused.rs nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
collect.rs Use named fields for hir::ItemKind::Impl 2020-01-17 16:14:29 -08:00
constrained_generic_params.rs canonicalize FxHash{Map,Set} imports 2020-01-04 18:57:22 +01:00
expr_use_visitor.rs Fix ICE #68025 2020-01-20 07:06:27 +09:00
impl_wf_check.rs Use named fields for hir::ItemKind::Impl 2020-01-17 16:14:29 -08:00
lib.rs slice_patterns: remove internal uses of gate 2020-01-18 19:33:47 +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 nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00

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