| Age | Commit message (Expand) | Author | Lines |
| 2025-05-29 | Make `std/src/num` mirror `core/src/num` | Trevor Gross | -1105/+0 |
| 2025-05-13 | Initial implementation of `core_float_math` | Trevor Gross | -431/+0 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -135/+90 |
| 2025-04-27 | Use `feature(target_has_reliable_f16_f128)` in library tests | Trevor Gross | -45/+225 |
| 2025-03-29 | std: make `cmath` functions safe | joboet | -16/+16 |
| 2025-03-21 | Rollup merge of #137357 - syvb:sv/log-docs, r=tgross35 | Matthias Krüger | -0/+60 |
| 2025-03-19 | Document results of non-positive logarithms | syvb | -0/+60 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -1/+1 |
| 2025-02-22 | make the new intrinsics safe | Ralf Jung | -1/+1 |
| 2025-02-17 | tests: Also gate `f16::erfc()` doctest with `reliable_f16_math` cfg | Martin Nordholts | -0/+2 |
| 2025-02-15 | Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35 | bors | -0/+72 |
| 2025-02-14 | Implement `f{16,32,64,128}::{erf,erfc}` | Pavel Grigorenko | -0/+72 |
| 2025-02-12 | `f16` is half-precision | eyelash | -1/+1 |
| 2025-02-04 | intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intr... | Ralf Jung | -1/+1 |
| 2025-02-04 | Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=Noratrieb | Jacob Pratt | -3/+0 |
| 2025-01-28 | Document powf and powi calls that always return 1.0 | Marijn Schouten | -1/+17 |
| 2025-01-26 | Move std float unit tests to integration tests | bjorn3 | -3/+0 |
| 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 | -97/+0 |
| 2024-10-15 | Make some float methods unstable `const fn` | Eduardo Sánchez Muñoz | -3/+6 |
| 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-08-01 | Add math functions for `f16` and `f128` | Trevor Gross | -9/+1287 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -1/+0 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -3/+3 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -1/+0 |
| 2024-06-25 | Add more `f16` and `f128` library functions and constants | Trevor Gross | -0/+29 |
| 2024-05-16 | Add `powi` to `f16` and `f128` | Trevor Gross | -0/+24 |
| 2024-04-10 | Add basic f16 and f128 modules | Trevor Gross | -0/+11 |