about summary refs log tree commit diff
path: root/src/librustc/ich/impls_const_math.rs
AgeCommit message (Expand)AuthorLines
2018-04-30Remove the `rustc_const_math` crateOliver Schneider-29/+0
2018-04-30Remove ConstFloatOliver Schneider-5/+0
2018-04-30Remove unused const math opsOliver Schneider-3/+0
2018-04-30Remove the `UnequalTypes` error variantOliver Schneider-1/+0
2018-04-30Implement `PartialCmp` for `ConstFloat`Oliver Schneider-1/+0
2018-04-30Remove unused error variantsOliver Schneider-5/+0
2018-03-08Nuke ConstInt and Const*sizeOliver Schneider-27/+0
2017-08-02rustc_const_math: use apfloat::ieee::{Single,Double} in ConstFloat.Eduard-Mihai Burtescu-3/+3
2017-04-06Introduce HashStable trait and base ICH implementations on it.Michael Woerister-0/+71