rust/src/librustc_typeck
2019-04-17 18:21:34 +09:00
..
check Rollup merge of #59877 - Zoxc:hiridify_def_id, r=eddyb 2019-04-14 17:49:19 +02:00
coherence Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxc 2019-03-23 17:34:18 +00:00
outlives HirIdification: replace NodeId method calls 2019-03-07 09:22:43 +01:00
variance Separate variant id and variant constructor id. 2019-03-24 12:10:16 +03:00
astconv.rs improve unknown enum variant errors 2019-04-09 14:19:20 -04:00
Cargo.toml
check_unused.rs HirIdification: replace NodeId method calls 2019-03-07 09:22:43 +01:00
collect.rs Rollup merge of #58894 - GuillaumeGomez:invalid-lifetime-bounds, r=estebank 2019-04-06 00:14:40 +02:00
constrained_generic_params.rs Rename type_parameters to generics and so on 2019-03-29 00:28:07 +00:00
error_codes.rs Rename diagnostics to error_codes 2019-04-17 18:19:14 +09:00
impl_wf_check.rs Rename type_parameters to generics and so on 2019-03-29 00:28:07 +00:00
lib.rs Rename modules 2019-04-17 18:21:34 +09: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.