summary refs log tree commit diff
path: root/src/librustc/ich/impls_ty.rs
AgeCommit message (Expand)AuthorLines
2017-04-23rustc_const_eval: support all unit enum variants.Eduard-Mihai Burtescu-3/+6
2017-04-13Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a...bors-0/+4
2017-04-12ICH: Replace old, transitive metadata hashing with direct hashing approach.Michael Woerister-20/+12
2017-04-12ICH: Hash everything that gets encoded into crate metadata.Michael Woerister-12/+279
2017-04-11add Subtype predicateNiko Matsakis-0/+4
2017-04-06Introduce HashStable trait and base ICH implementations on it.Michael Woerister-0/+415