rust/src/librustc_typeck
Mazdak Farrokhzad 7b3896fdf2
Rollup merge of #65755 - estebank:icicle, r=davidtwco
Avoid ICE when adjusting bad self ty

Fix #65611.
2019-10-24 20:20:08 +02:00
..
check Rollup merge of #65755 - estebank:icicle, r=davidtwco 2019-10-24 20:20:08 +02:00
coherence RFC 2027: "first draft" of implementation 2019-10-22 15:24:33 -04:00
outlives rustc: arena-allocate the slice in ty::GenericsPredicate, not the whole struct. 2019-10-18 03:14:57 +03:00
variance Rename ForeignItem.node to ForeignItem.kind 2019-09-26 18:21:48 +01:00
astconv.rs Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb 2019-10-23 22:19:19 +02:00
Cargo.toml remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
check_unused.rs Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
collect.rs Rollup merge of #65627 - varkor:const-generics-forbid-non-structural_match, r=petrochenkov 2019-10-24 20:20:01 +02:00
constrained_generic_params.rs rustc: arena-allocate the slice in ty::GenericsPredicate, not the whole struct. 2019-10-18 03:14:57 +03:00
error_codes.rs Rollup merge of #65627 - varkor:const-generics-forbid-non-structural_match, r=petrochenkov 2019-10-24 20:20:01 +02:00
impl_wf_check.rs rustc: arena-allocate the slice in ty::GenericsPredicate, not the whole struct. 2019-10-18 03:14:57 +03:00
lib.rs Stabilize mem::take (mem_take) 2019-10-08 18:04:18 -04:00
namespace.rs Rename ItemImplKind::Type to ItemImplKind::TyAlias 2019-08-04 20:16:41 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
structured_errors.rs Replace diagnostic plugins with macro_rules 2019-09-05 12:35:15 -04:00

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