summary refs log tree commit diff
path: root/src/librustc/ich/impls_const_math.rs
AgeCommit message (Collapse)AuthorLines
2017-04-06Introduce HashStable trait and base ICH implementations on it.Michael Woerister-0/+71
This initial commit provides implementations for HIR, MIR, and everything that also needs to be supported for those two.