rust/src/librustc_typeck
2018-04-12 23:02:09 +03:00
..
check AST/HIR: Merge field access expressions for named and numeric fields 2018-04-12 23:02:09 +03:00
coherence rename 'tcx and tcx to 'gcx and gcx 2018-03-23 09:22:08 +08:00
outlives add a test case 2017-10-16 14:26:17 -04:00
variance Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis 2018-03-14 23:43:04 +00:00
astconv.rs Use InternedString instead of Symbol for type parameters. 2018-04-06 10:32:31 +02:00
Cargo.toml Try to fix a perf regression by updating log 2018-01-07 16:54:05 +01:00
check_unused.rs rustc: Filter out bogus extern crate warnings 2017-11-30 08:03:04 -08:00
collect.rs Use InternedString instead of Symbol for type parameters. 2018-04-06 10:32:31 +02:00
constrained_type_params.rs bring TyCtxt into scope 2017-09-14 21:26:06 -04:00
diagnostics.rs AST/HIR: Merge field access expressions for named and numeric fields 2018-04-12 23:02:09 +03:00
impl_wf_check.rs Updated codeblocks to specify language where required. 2018-04-04 16:09:58 +01:00
lib.rs Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister 2018-04-12 16:22:36 +00: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.