rust/src/librustc_typeck
Tobias Schottdorf 687ee7fee4 Downgrade ProjectionTy's TraitRef to its substs
Addresses the second part of #42171 by removing the `TraitRef` from
`ProjectionTy`, and directly storing its `Substs`.

Closes #42171.
2017-07-11 10:33:09 -04:00
..
check Downgrade ProjectionTy's TraitRef to its substs 2017-07-11 10:33:09 -04:00
coherence rustc_typeck: use body-id of type-checking item in need_type_info 2017-06-28 20:19:52 +00:00
variance Downgrade ProjectionTy's TraitRef to its substs 2017-07-11 10:33:09 -04:00
Cargo.toml rustc: expose monomorphic const_eval through on-demand. 2017-04-16 01:31:06 +03:00
astconv.rs Downgrade ProjectionTy's TraitRef to its substs 2017-07-11 10:33:09 -04:00
check_unused.rs introduce ability to if we have typeck-tables for a given def-id 2017-04-28 10:02:06 -04:00
collect.rs Downgrade ProjectionTy's TraitRef to its substs 2017-07-11 10:33:09 -04:00
constrained_type_params.rs Downgrade ProjectionTy's TraitRef to its substs 2017-07-11 10:33:09 -04:00
diagnostics.rs Auto merge of #43075 - durka:error-long-link, r=nikomatsakis 2017-07-08 19:50:13 +00:00
impl_wf_check.rs Downgrade ProjectionTy's TraitRef to its substs 2017-07-11 10:33:09 -04:00
lib.rs report the total number of errors on compilation failure 2017-07-02 16:16:44 +03:00