| Age | Commit message (Expand) | Author | Lines |
| 2023-10-05 | Auto merge of #104153 - tspiteri:doc-float-constants, r=workingjubilee | bors | -2/+40 |
| 2023-09-19 | explain mysterious addition in float minimum/maximum | Ralf Jung | -0/+1 |
| 2023-08-28 | Auto merge of #103836 - H4x5:extra-float-constants, r=thomcc | bors | -0/+20 |
| 2023-06-09 | Add diagnostic items for `f32::NAN` and `f64::NAN` | Urgau | -0/+1 |
| 2023-04-26 | Implement midpoint for all floating point f32 and f64 | Loïc BRANSTETT | -0/+36 |
| 2023-04-14 | Auto merge of #101959 - Xaeroxe:clamp-better-assert, r=ChrisDenton | bors | -1/+1 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -1/+1 |
| 2022-11-08 | doc: expand description for f32 and f64 associated constants | Trevor Spiteri | -2/+40 |
| 2022-11-02 | Add additional float constants | Sky | -0/+20 |
| 2022-10-03 | Add better assert messages for f32/f64 clamps | Jacob Kiesel | -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 | -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 |