rust/src/librustc_typeck
2020-01-04 19:01:42 +01:00
..
check DefId{Map,Set} -> rustc::hir::def_id 2020-01-04 19:01:42 +01:00
coherence clarify that Drop can be implemented for enums and unions too 2020-01-03 17:57:24 -05:00
outlives canonicalize FxHash{Map,Set} imports 2020-01-04 18:57:22 +01:00
variance Normalize syntax::symbol imports. 2020-01-02 13:57:04 +01:00
astconv.rs canonicalize FxHash{Map,Set} imports 2020-01-04 18:57:22 +01:00
Cargo.toml Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
check_unused.rs DefId{Map,Set} -> rustc::hir::def_id 2020-01-04 19:01:42 +01:00
collect.rs canonicalize FxHash{Map,Set} imports 2020-01-04 18:57:22 +01:00
constrained_generic_params.rs canonicalize FxHash{Map,Set} imports 2020-01-04 18:57:22 +01:00
expr_use_visitor.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
impl_wf_check.rs canonicalize FxHash{Map,Set} imports 2020-01-04 18:57:22 +01:00
lib.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
mem_categorization.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
namespace.rs Format the world 2019-12-22 17:42:47 -05: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.