rust/src/librustc_typeck
bors b4463d788b Auto merge of #50943 - oli-obk:cleanups, r=estebank
impl Trait diagnostic/test cleanups
2018-05-24 03:40:16 +00:00
..
check Auto merge of #50943 - oli-obk:cleanups, r=estebank 2018-05-24 03:40:16 +00:00
coherence rustc: make mk_substs_trait take &[Kind] instead of &[Ty]. 2018-05-21 12:13:17 +03:00
outlives Pull common parameters into GenericParamDef 2018-05-15 14:21:32 +01:00
variance Insert fields from TypeAndMut into TyRef to allow layout optimization 2018-05-08 16:21:58 +02:00
astconv.rs Auto merge of #50682 - F001:issue-50589, r=petrochenkov 2018-05-23 05:09:13 +00:00
Cargo.toml Removed unused dependencies on rustc_const_math 2018-04-30 18:18:33 +02:00
check_unused.rs
collect.rs rustc: move TypeParamDef's fields into GenericParamDefKind::Type. 2018-05-21 12:13:19 +03:00
constrained_type_params.rs
diagnostics.rs Remove the unstable Float trait 2018-05-22 19:19:09 +02:00
impl_wf_check.rs rustc: move TypeParamDef's fields into GenericParamDefKind::Type. 2018-05-21 12:13:19 +03:00
lib.rs Auto merge of #50782 - matthewjasper:wheres-main, r=matthewjasper 2018-05-19 20:10:34 +00:00
namespace.rs
README.md
structured_errors.rs

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