rust/src/librustc_typeck
2020-01-09 07:06:40 +01:00
..
check Rollup merge of #68023 - FSciammarella:master, r=Centril,varkor 2020-01-09 00:22:18 +01:00
coherence Change -Z time event naming scheme and make them generic activities 2020-01-09 07:06:40 +01:00
outlives - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
variance - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
astconv.rs normalize rustc::hir::intravisit imports 2020-01-08 22:09:42 +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 normalize rustc::hir::intravisit imports 2020-01-08 22:09:42 +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 - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
lib.rs Change -Z time event naming scheme and make them generic activities 2020-01-09 07:06:40 +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 - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00

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