rust/src/librustc_typeck
2019-12-21 23:17:29 +01:00
..
check Use Arena inside hir::Item. 2019-12-21 23:17:29 +01:00
coherence Use Arena inside hir::Item. 2019-12-21 23:17:29 +01:00
outlives Use Arena inside hir::Item. 2019-12-21 23:17:29 +01:00
variance Use Arena inside hir::Item. 2019-12-21 23:17:29 +01:00
astconv.rs Suggest associated type when the specified one cannot be found 2019-12-18 21:07:32 +01:00
Cargo.toml Update to use new librustc_error_codes library 2019-11-14 13:05:42 +01:00
check_unused.rs Use Arena inside hir::Item. 2019-12-21 23:17:29 +01:00
collect.rs Use Arena inside hir::Item. 2019-12-21 23:17:29 +01:00
constrained_generic_params.rs Rename in librustc_typecheck. 2019-11-12 20:14:53 +01:00
expr_use_visitor.rs Move ExprUseVisitor and mem_categorization to rustc_typeck 2019-11-27 19:47:12 +00:00
impl_wf_check.rs Use Arena inside hir::Item. 2019-12-21 23:17:29 +01:00
lib.rs Revert "Stabilize the never_type, written !." 2019-12-14 09:01:09 -05:00
mem_categorization.rs Move ExprUseVisitor and mem_categorization to rustc_typeck 2019-11-27 19:47:12 +00:00
namespace.rs Rename ItemImplKind::Type to ItemImplKind::TyAlias 2019-08-04 20:16:41 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
structured_errors.rs Update to use new librustc_error_codes library 2019-11-14 13:05:42 +01:00

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