rust/src/librustc_typeck
2019-09-26 18:21:48 +01:00
..
check Rename ForeignItem.node to ForeignItem.kind 2019-09-26 18:21:48 +01:00
coherence Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
outlives Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
variance Rename ForeignItem.node to ForeignItem.kind 2019-09-26 18:21:48 +01:00
astconv.rs Rename Ty.node to Ty.kind 2019-09-26 18:21:10 +01:00
Cargo.toml rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
check_unused.rs Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
collect.rs Rename MetaItem.node to MetaItem.kind 2019-09-26 18:21:48 +01:00
constrained_generic_params.rs Rename sty to kind 2019-09-25 15:50:04 +01:00
error_codes.rs Replace diagnostic plugins with macro_rules 2019-09-05 12:35:15 -04:00
impl_wf_check.rs Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
lib.rs Rename Item.node to Item.kind 2019-09-26 18:21:48 +01: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 Replace diagnostic plugins with macro_rules 2019-09-05 12:35:15 -04:00

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