rust/src/librustc_typeck
2018-05-08 16:21:58 +02:00
..
check Insert fields from TypeAndMut into TyRef to allow layout optimization 2018-05-08 16:21:58 +02:00
coherence Insert fields from TypeAndMut into TyRef to allow layout optimization 2018-05-08 16:21:58 +02:00
outlives Insert fields from TypeAndMut into TyRef to allow layout optimization 2018-05-08 16:21:58 +02:00
variance Insert fields from TypeAndMut into TyRef to allow layout optimization 2018-05-08 16:21:58 +02:00
astconv.rs Rename InternedString to LocalInternedString and introduce a new thread-safe InternedString 2018-04-27 03:35:32 +02:00
Cargo.toml Removed unused dependencies on rustc_const_math 2018-04-30 18:18:33 +02:00
check_unused.rs rustc: Filter out bogus extern crate warnings 2017-11-30 08:03:04 -08:00
collect.rs Store the GeneratorInterior in the new GeneratorSubsts 2018-05-08 16:21:58 +02:00
constrained_type_params.rs bring TyCtxt into scope 2017-09-14 21:26:06 -04:00
diagnostics.rs Move intrinsics-based float methods out of libcore into libstd 2018-04-21 09:47:37 +02:00
impl_wf_check.rs Updated codeblocks to specify language where required. 2018-04-04 16:09:58 +01:00
lib.rs Removed unused dependencies on rustc_const_math 2018-04-30 18:18:33 +02:00
namespace.rs Check namespaces when resolving associated items in typeck 2017-10-15 11:58:32 +01:00
README.md Move librustc_typeck READMEs to rustc guide 2018-03-12 20:05:18 -05:00
structured_errors.rs Rename -Z explain to -Z teach 2018-01-23 11:34:57 -08:00

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