| Age | Commit message (Expand) | Author | Lines |
| 2025-04-04 | Expose algebraic floating point intrinsics | Calder Coalson | -0/+50 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -5/+2 |
| 2025-03-02 | float: Update some constants to `pub(crate)` | Trevor Gross | -3/+3 |
| 2025-02-18 | update version placeholders | Josh Stone | -4/+4 |
| 2025-01-30 | float::min/max: mention the non-determinism around signed 0 | Ralf Jung | -2/+4 |
| 2025-01-17 | Add references to the IEEE functions for `float_next_up_down` | Trevor Gross | -0/+6 |
| 2025-01-17 | Stabilize `float_next_up_down` | Trevor Gross | -4/+4 |
| 2025-01-08 | update version placeholders | Pietro Albini | -11/+11 |
| 2024-12-01 | Stabilize unsigned `num_midpoint` feature | Urgau | -3/+3 |
| 2024-11-23 | Stabilize `const_float_methods` | Eduardo Sánchez Muñoz | -10/+9 |
| 2024-11-13 | Rollup merge of #131304 - RalfJung:float-core, r=tgross35 | Jubilee | -12/+87 |
| 2024-11-12 | remove no-longer-needed abs_private | Ralf Jung | -12/+4 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -1/+1 |
| 2024-11-03 | Auto merge of #132542 - RalfJung:const_panic, r=tgross35 | bors | -10/+9 |
| 2024-11-03 | add const_panic macro to make it easier to fall back to non-formatting panic ... | Ralf Jung | -10/+9 |
| 2024-11-02 | get rid of a whole bunch of unnecessary rustc_const_unstable attributes | Ralf Jung | -2/+0 |
| 2024-11-01 | remove no-longer-needed attribute | Ralf Jung | -3/+0 |
| 2024-11-01 | add missing safety comments | Ralf Jung | -0/+2 |
| 2024-11-01 | float types: move copysign, abs, signum to libcore | Ralf Jung | -0/+84 |
| 2024-10-15 | replace placeholder version | Josh Stone | -16/+16 |
| 2024-10-15 | Make some float methods unstable `const fn` | Eduardo Sánchez Muñoz | -9/+24 |
| 2024-10-04 | Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJung | bors | -9/+8 |
| 2024-09-19 | [Clippy] Swap `float_equality_without_abs` to use diagnostic items instead of... | GnomedDev | -0/+1 |
| 2024-09-12 | Stabilize `const_float_classify` | Eduardo Sánchez Muñoz | -9/+8 |
| 2024-09-12 | simplify float::classify logic | Ralf Jung | -32/+12 |
| 2024-09-10 | clean up internal comments about float semantics | Ralf Jung | -4/+1 |
| 2024-09-01 | stabilize const_float_bits_conv | Ralf Jung | -8/+8 |
| 2024-08-26 | float types: document NaN bit pattern guarantees | Ralf Jung | -6/+8 |
| 2024-08-16 | float to/from bits and classify: update comments regarding non-conformant har... | Ralf Jung | -120/+23 |
| 2024-08-08 | Rollup merge of #128749 - tgross35:float-inline, r=scottmcm | Matthias Krüger | -0/+3 |
| 2024-08-07 | Mark `{f32,f64}::{next_up,next_down,midpoint}` inline | Trevor Gross | -0/+3 |
| 2024-08-01 | Update comments for `{f16, f32, f64, f128}::midpoint` | Trevor Gross | -3/+3 |
| 2024-07-26 | Fix doc nits | John Arundel | -17/+21 |
| 2024-06-24 | Reword docs for `f32` and `f64` | Trevor Gross | -4/+6 |
| 2024-06-24 | Extract repeated constants from `f32` and `f64` source | Trevor Gross | -25/+26 |
| 2024-06-09 | Rollup merge of #125253 - sunsided:feature/FRAC_1_SQRT_PI, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-05-29 | Add FRAC_1_SQRT_2PI doc alias to FRAC_1_SQRT_TAU | Markus Mayer | -0/+1 |
| 2024-05-29 | Add FRAC_1_SQRT_2PI constant to f16/f32/f64/f128 | Markus Mayer | -0/+4 |
| 2024-05-26 | f32: use constants instead of reassigning a dummy value as PI | Lzu Tao | -2/+2 |
| 2024-05-16 | Add doctests for f16 and f128 library functions where possible | Trevor Gross | -1/+0 |
| 2024-03-20 | step cfgs | Mark Rousskov | -10/+2 |
| 2024-03-02 | const_eval_select: make it safe but be careful with what we expose on stable ... | Ralf Jung | -2/+8 |
| 2024-02-18 | diagnostic items for legacy numeric constants | Peter Jaszkowiak | -0/+14 |
| 2024-01-21 | Fix `clippy::correctness` in the library | Nilstrieb | -0/+2 |
| 2023-10-07 | Expose tests for {f32,f64}.total_cmp in docs, along with comment | Ed Swartz | -3/+11 |
| 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 |