rust/src/librustc_typeck
bors c7cba3d33f Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis
Implement existential types

(not for associated types yet)

r? @nikomatsakis

cc @Centril @varkor @alexreg
2018-07-19 21:14:01 +00:00
..
check Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis 2018-07-19 21:14:01 +00:00
coherence ItemKind 2018-07-16 15:09:17 +02:00
outlives ItemKind 2018-07-16 15:09:17 +02:00
variance ItemKind 2018-07-16 15:09:17 +02:00
astconv.rs Prepare for using wfcheck on existential types 2018-07-18 10:53:10 +02:00
Cargo.toml Remove fmt_macros dependency 2018-06-05 15:55:07 -06:00
check_unused.rs ItemKind 2018-07-16 15:09:17 +02:00
collect.rs Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis 2018-07-19 21:14:01 +00:00
constrained_type_params.rs bring TyCtxt into scope 2017-09-14 21:26:06 -04:00
diagnostics.rs Deny bare trait objects in librustc_typeck 2018-07-12 10:57:04 +02:00
impl_wf_check.rs ItemKind 2018-07-16 15:09:17 +02:00
lib.rs ItemKind 2018-07-16 15:09:17 +02:00
namespace.rs Implement existential types 2018-07-18 10:53:08 +02: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.