rust/src/librustc_typeck
Matthias Krüger 7fbd30b1ae don't clone types that are copy
found via clippy
2020-01-16 23:48:49 +01:00
..
check don't clone types that are copy 2020-01-16 23:48:49 +01:00
coherence nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01: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 Code review changes and fix rustdoc test. 2020-01-14 07:47:45 +13:00
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 Account for Paths on is_suggestable_infer_ty 2020-01-14 16:18:21 -08: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 nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
lib.rs nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +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.