| Age | Commit message (Expand) | Author | Lines |
| 2025-07-20 | Stabilize `const_float_round_methods` | Nurzhan Sakén | -6/+0 |
| 2025-07-03 | Always use the pure Rust fallback instead of `llvm.{maximum,minimum}` | Urgau | -2/+2 |
| 2025-07-01 | Ignore `float_minimum_maximum` doctests on i586 | Josh Stone | -2/+2 |
| 2025-06-09 | Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJung | bors | -1/+1 |
| 2025-06-05 | change tests to use fixed constants to let them pass with miri | LorrensP-2158466 | -1/+1 |
| 2025-06-02 | Disable f64 minimum/maximum tests for arm 32 | Eric Huss | -2/+2 |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -6/+12 |
| 2025-05-20 | `core_float_math`: Move functions to `math` folder | Daniel McNab | -383/+411 |
| 2025-05-14 | Skip {f32,f64}::mul_add tests on MinGW | Trevor Gross | -0/+3 |
| 2025-05-13 | Initial implementation of `core_float_math` | Trevor Gross | -1/+402 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -2/+2 |
| 2025-05-09 | Add intrinsic fallback for `{minimum,maximum}{16,32,64,128}` | Urgau | -35/+2 |
| 2025-05-09 | Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operations | Urgau | -17/+33 |
| 2025-04-24 | Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJung | Matthias Krüger | -5/+10 |
| 2025-04-24 | Rollup merge of #140150 - RalfJung:MAX_EXP, r=tgross35 | Matthias Krüger | -6/+12 |
| 2025-04-24 | Rollup merge of #136083 - bend-n:⃤⃤, r=lcnr | Matthias Krüger | -2/+3 |
| 2025-04-24 | Rollup merge of #140075 - Urgau:midpoint-average, r=tgross35 | Matthias Krüger | -1/+2 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -2/+3 |
| 2025-04-24 | Mention average in midpoint documentations | Urgau | -1/+2 |
| 2025-04-23 | fix f*::MAX_EXP and MIN_EXP docs | Ralf Jung | -6/+12 |
| 2025-04-23 | Make algebraic intrinsics into 'const fn' items; Make algebraic functions of ... | Gabriel Bjørnager Jensen | -5/+10 |
| 2025-04-22 | MANTISSA_DIGITS: explain relation to bitwise representation | Ralf Jung | -0/+3 |
| 2025-04-07 | f*::NAN: guarantee that this is a quiet NaN | Ralf Jung | -8/+10 |
| 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 |