| Age | Commit message (Expand) | Author | Lines |
| 2025-01-28 | Document powf and powi calls that always return 1.0 | Marijn Schouten | -2/+5 |
| 2025-01-05 | Add doc aliases for `libm` and IEEE names | Trevor Gross | -0/+2 |
| 2024-11-01 | float types: move copysign, abs, signum to libcore | Ralf Jung | -84/+0 |
| 2024-10-15 | Make some float methods unstable `const fn` | Eduardo Sánchez Muñoz | -3/+6 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 |
| 2024-08-28 | copysign with sign being a NaN is non-portable | Ralf Jung | -3/+8 |
| 2024-08-26 | also update copysign docs | Ralf Jung | -5/+5 |
| 2024-07-31 | android: Remove libstd hacks for unsupported Android APIs | Matthew Maurer | -1/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -5/+5 |
| 2024-07-14 | std: removes logarithms family function edge cases handling for solaris. | David Carlier | -3/+3 |
| 2024-05-02 | variable-precision float operations behave non-deterministically | Ralf Jung | -58/+87 |
| 2024-03-01 | Use the guaranteed precision of a couple of float functions in docs | Tobias Bucher | -11/+13 |
| 2024-02-29 | Document the precision of `f64` methods | Tobias Bucher | -0/+184 |
| 2024-02-08 | Bump version placeholders | Mark Rousskov | -1/+1 |
| 2024-01-19 | Stabilize `round_ties_even` | Jules Bertholet | -3/+1 |
| 2023-08-25 | Rollup merge of #114754 - workingjubilee:gamma-ray-logger, r=thomcc | Matthias Krüger | -1/+3 |
| 2023-08-21 | docs: add alias log1p to ln_1p | Michael Howell | -0/+1 |
| 2023-08-19 | Rollup merge of #114977 - kpreid:modulo, r=thomcc | Matthias Krüger | -0/+1 |
| 2023-08-18 | Add `modulo` and `mod` as doc aliases for `rem_euclid`. | Kevin Reid | -0/+1 |
| 2023-08-18 | Add doc aliases for trigonometry and other f32,f64 methods. | Kevin Reid | -0/+9 |
| 2023-08-12 | Name what ln_gamma does | Jubilee Young | -1/+3 |
| 2023-07-31 | Add gamma and ln_gamma functions to f32 and f64 | Andrew Kane | -0/+42 |
| 2023-07-09 | move pal cfgs in f32 and f64 to sys | Gus Caplan | -32/+3 |
| 2023-06-10 | abs_sub: fix typo 0[-:][+.]0 | icecream17 | -1/+1 |
| 2023-04-13 | Cover edge cases for {f32, f64}.hypot() docs | jmaargh | -2/+4 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+30 |
| 2023-02-05 | Clarify wording on f64::round() and f32::round() | Wilfred Hughes | -2/+2 |
| 2022-12-11 | Remove some `cfg(not(bootstrap))` | Jules Bertholet | -2/+1 |
| 2022-12-11 | Use rint instead of roundeven | Jules Bertholet | -1/+1 |
| 2022-12-11 | Add tracking issue | Jules Bertholet | -1/+1 |
| 2022-12-11 | Add `round_ties_even` to `f32` and `f64` | Jules Bertholet | -0/+31 |
| 2022-11-17 | Improve accuracy of asinh and acosh | Max Willsey | -2/+8 |
| 2022-11-06 | rustdoc: Add an example for round that is different from truncate | yancy | -0/+2 |
| 2022-11-04 | Small round of typo fixes | Alex Saveau | -1/+1 |
| 2022-08-20 | Improve primitive/std docs separation and headers | Cameron Steffen | -1/+1 |
| 2022-05-09 | Rollup merge of #95483 - golddranks:improve_float_docs, r=joshtriplett | Matthias Krüger | -11/+15 |
| 2022-05-02 | Fix nits | Pyry Kontio | -1/+1 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -8/+8 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -41/+40 |
| 2022-03-31 | Improve floating point documentation: | Pyry Kontio | -11/+15 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -1/+1 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+40 |
| 2021-10-25 | Remove fNN::lerp - consensus unlikely | CAD97 | -36/+0 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -1/+1 |
| 2021-07-07 | Clarify behaviour of f64 and f32::sqrt when argument is negative zero | cyberia | -1/+3 |
| 2021-06-13 | Change tracking issue | ltdk | -1/+1 |
| 2021-06-13 | More lerp tests, altering lerp docs | ltdk | -13/+21 |
| 2021-06-01 | Add lerp method | ltdk | -0/+28 |
| 2021-02-26 | doc: cube root, not cubic root | Trevor Spiteri | -1/+1 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -13/+10 |