rust/src/librustc_typeck
2019-01-20 14:51:54 +09:00
..
check Mark incorrect recovered char literals as TyErr to avoid type errors 2019-01-20 14:51:54 +09:00
coherence forbid manually impl'ing one of an object type's marker traits 2019-01-13 19:44:28 +02:00
outlives add support for principal-less trait object types 2019-01-04 00:34:52 +02:00
variance add support for principal-less trait object types 2019-01-04 00:34:52 +02:00
astconv.rs Rollup merge of #57314 - wiktorkuchta:master, r=Centril 2019-01-05 23:56:59 +08:00
Cargo.toml Upgrade smallvec to 0.6.7 and use the new may_dangle feature. 2018-12-10 09:31:27 +11:00
check_unused.rs Store Ident rather than just Name in HIR types Item and ForeignItem. 2018-12-26 21:26:37 +00:00
collect.rs Auto merge of #51487 - Zoxc:incr-passes, r=michaelwoerister 2019-01-13 19:43:46 +00:00
constrained_type_params.rs Remove licenses 2018-12-25 21:08:33 -07:00
diagnostics.rs Forbid impl Trait from referring to unnamable recursive types 2019-01-03 22:15:02 +00:00
impl_wf_check.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs Fixed issues raised in first review. 2018-12-26 21:40:21 +00:00
namespace.rs Remove licenses 2018-12-25 21:08:33 -07:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
structured_errors.rs Remove licenses 2018-12-25 21:08:33 -07:00

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