about summary refs log tree commit diff
path: root/library/core/src/num/f32.rs
AgeCommit message (Expand)AuthorLines
2021-10-11Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...Guillaume Gomez-0/+4
2021-10-10Add #[must_use] to from_value conversionsJohn Kugelman-0/+4
2021-10-10Rollup merge of #89720 - jkugelman:must-use-math-operations, r=joshtriplettMatthias Krüger-0/+14
2021-10-09Add #[must_use] to math and bit manipulation methodsJohn Kugelman-0/+14
2021-10-09Add #[must_use] to is_condition testsJohn Kugelman-0/+7
2021-06-01Intra doc link-ify a reference to a functionest31-2/+2
2021-05-25Remove num_as_ne_bytes featureHoe Hao Cheng-29/+0
2021-04-11Stabilize is_subnormal.Mara Bos-2/+1
2021-02-25Convert the rest of the standard library primitives to intra-doc linksJoshua Nelson-14/+14
2021-02-23Convert core/num/mod.rs to intra-doc linksJoshua Nelson-6/+6
2021-01-20Deprecate-in-future the constants superceded by RFC 2700bstrie-4/+60
2020-11-27Move {f32,f64}::clamp to core.Mara Bos-0/+35
2020-11-22Add f{32,64}::is_subnormalltdk-0/+26
2020-11-01Point out that total_cmp is no strict superset of partial comparisonest31-0/+4
2020-09-20Implement as_ne_bytes for floats and integersHoe Hao Cheng-0/+29
2020-08-22Add `#![feature(const_float_classify)]` for `f64::classify` and friendsDylan MacKenzie-9/+17
2020-08-22Add `#![feature(const_float_bits_conv)]` for `f64::to_bits` and friendsDylan MacKenzie-8/+16
2020-07-27mv std libs to library/mark-0/+889