| Age | Commit message (Expand) | Author | Lines |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -1/+1 |
| 2022-09-11 | Fix naming format of IEEE 754 standard | LingMan | -7/+7 |
| 2022-09-04 | Add `inline(always)` to rt functions | Deadbeef | -0/+2 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -8/+14 |
| 2022-08-28 | Auto merge of #100578 - Urgau:float-next-up-down, r=scottmcm | bors | -0/+100 |
| 2022-08-22 | Rollup merge of #93162 - camsteffen:std-prim-docs, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2022-08-21 | Rollup merge of #100556 - Alex-Velez:patch-1, r=scottmcm | Matthias Krüger | -7/+6 |
| 2022-08-20 | Improve primitive/std docs separation and headers | Cameron Steffen | -1/+1 |
| 2022-08-16 | Fixed a few documentation errors | PunkyMunky64 | -3/+3 |
| 2022-08-16 | Update src/test/assembly/x86_64-floating-point-clamp.rs | Alex | -7/+6 |
| 2022-08-15 | Say that the identity holds only for all finite numbers (aka not NaN) | Urgau | -2/+2 |
| 2022-08-15 | Added tracking issue numbers for float_next_up_down. | Orson Peters | -2/+4 |
| 2022-08-15 | Added next_up and next_down for f32/f64. | Orson Peters | -0/+98 |
| 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 | -39/+15 |
| 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 | -2/+8 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -39/+15 |
| 2022-04-12 | Ban subnormals and NaNs in const {from,to}_bits | Jubilee Young | -4/+112 |
| 2022-04-12 | Rectify float classification impls for weird FPUs | Jubilee Young | -8/+51 |
| 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/+7 |
| 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 | -14/+14 |
| 2021-02-23 | Convert core/num/mod.rs to intra-doc links | Joshua Nelson | -6/+6 |
| 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 |