| Age | Commit message (Expand) | Author | Lines |
| 2022-05-09 | Rollup merge of #95483 - golddranks:improve_float_docs, r=joshtriplett | Matthias Krüger | -19/+60 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -41/+17 |
| 2022-05-02 | Fix nits | Pyry Kontio | -4/+4 |
| 2022-04-22 | Remove unnecessary const-time x87-related checks | Jubilee Young | -16/+8 |
| 2022-04-22 | Fix comments for float classify | Jubilee Young | -3/+3 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -41/+17 |
| 2022-04-12 | Ban subnormals and NaNs in const {from,to}_bits | Jubilee Young | -4/+99 |
| 2022-04-12 | Rectify float classification impls for weird FPUs | Jubilee Young | -8/+52 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+0 |
| 2022-04-04 | Stabilize total_cmp | Pyry Kontio | -2/+1 |
| 2022-03-31 | Re-introduce "propagating NaN" to `maximum`/`minimum`, add "ignoring NaN" to ... | Pyry Kontio | -4/+10 |
| 2022-03-31 | Add references to explanation about portability to f{32,64}::{from,to}_{be,le... | Pyry Kontio | -0/+18 |
| 2022-03-31 | Fix: is_sign_positive -> is_sign_negative | Pyry Kontio | -1/+1 |
| 2022-03-31 | Improve floating point documentation: | Pyry Kontio | -17/+34 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -1/+1 |
| 2022-01-30 | review the total_cmp documentation | Simonas Kazlauskas | -19/+27 |
| 2022-01-18 | fix typo in `max` description for f32/f64 | klensy | -1/+1 |
| 2022-01-06 | add some missing must use to float ops | asquared31415 | -0/+5 |
| 2021-11-20 | Apply documentation suggestions from @est31 | Urgau | -4/+4 |
| 2021-11-20 | Add similar note as LLVM does for minNum and maxNum functions | Loïc BRANSTETT | -0/+6 |
| 2021-11-20 | Implement IEEE 754-2019 minimun and maximum functions for f32/f64 | Loïc BRANSTETT | -0/+62 |
| 2021-10-31 | Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+1 |
| 2021-10-20 | Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahc | Yuki Okushi | -1/+1 |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -0/+4 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -0/+4 |
| 2021-10-10 | Rollup merge of #89720 - jkugelman:must-use-math-operations, r=joshtriplett | Matthias Krüger | -0/+14 |
| 2021-10-09 | Add #[must_use] to math and bit manipulation methods | John Kugelman | -0/+14 |
| 2021-10-09 | Add #[must_use] to is_condition tests | John Kugelman | -0/+9 |
| 2021-06-19 | Automatic exponential formatting in Debug | Michael Lamparski | -1/+1 |
| 2021-06-01 | Intra doc link-ify a reference to a function | est31 | -2/+2 |
| 2021-05-25 | Remove num_as_ne_bytes feature | Hoe Hao Cheng | -29/+0 |
| 2021-04-11 | Stabilize is_subnormal. | Mara Bos | -2/+1 |
| 2021-02-25 | Convert the rest of the standard library primitives to intra-doc links | Joshua Nelson | -15/+15 |
| 2021-02-23 | Convert core/num/mod.rs to intra-doc links | Joshua Nelson | -5/+5 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -4/+60 |
| 2020-11-27 | Move {f32,f64}::clamp to core. | Mara Bos | -0/+35 |
| 2020-11-22 | Add f{32,64}::is_subnormal | ltdk | -0/+26 |
| 2020-11-01 | Point out that total_cmp is no strict superset of partial comparison | est31 | -0/+4 |
| 2020-09-20 | Implement as_ne_bytes for floats and integers | Hoe Hao Cheng | -0/+29 |
| 2020-08-22 | Add `#![feature(const_float_classify)]` for `f64::classify` and friends | Dylan MacKenzie | -9/+17 |
| 2020-08-22 | Add `#![feature(const_float_bits_conv)]` for `f64::to_bits` and friends | Dylan MacKenzie | -8/+16 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+903 |