| Age | Commit message (Expand) | Author | Lines |
| 2025-09-26 | update issue number for more_float_constants | Joshua Rayton | -6/+6 |
| 2025-09-25 | Rollup merge of #146735 - Qelxiros:const_mul_add, r=tgross35,RalfJung | Stuart Cook | -1/+2 |
| 2025-09-24 | unstably constify float mul_add methods | Jeremy Smart | -1/+2 |
| 2025-09-24 | Rollup merge of #146915 - clarfonthey:safe-intrinsics-2, r=RalfJung | Matthias Krüger | -4/+2 |
| 2025-09-23 | Make missed precondition-free float intrinsics safe | ltdk | -4/+2 |
| 2025-09-23 | Rollup merge of #146818 - npmccallum:total_cmp, r=fee1-dead | Matthias Krüger | -1/+2 |
| 2025-09-22 | constify {float}::total_cmp() | Nathaniel McCallum | -1/+2 |
| 2025-09-21 | Mark float intrinsics with no preconditions as safe | ltdk | -14/+7 |
| 2025-09-07 | Auto merge of #146216 - LorrensP-2158466:miri-float-nondet-foreign-items-take... | bors | -3/+3 |
| 2025-09-06 | Change stdlib float tests to account for miri nondet floats. | LorrensP-2158466 | -3/+3 |
| 2025-09-05 | Simplify `{f16, f32, f54, f128}::midpoint()` | Jules Bertholet | -8/+0 |
| 2025-08-22 | improve float to_degrees/to_radians rounding comments and impl | Karol Zwolak | -1/+19 |
| 2025-08-08 | Revert "Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-... | Jakub Beránek | -3/+3 |
| 2025-08-07 | Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-items, r... | Stuart Cook | -3/+3 |
| 2025-08-06 | Change stdlib float tests to account for miri nondet floats. | LorrensP-2158466 | -3/+3 |
| 2025-07-20 | Stabilize `const_float_round_methods` | Nurzhan Sakén | -6/+0 |
| 2025-06-05 | change tests to use fixed constants to let them pass with miri | LorrensP-2158466 | -1/+1 |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -6/+12 |
| 2025-05-29 | Add `loongarch64` with `d` feature to `f32::midpoint` fast path | WANG Rui | -0/+1 |
| 2025-05-22 | Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieu | bors | -2/+2 |
| 2025-05-20 | Rename `cfg_match!` to `cfg_select!` | Trevor Gross | -2/+2 |
| 2025-05-20 | `core_float_math`: Move functions to `math` folder | Daniel McNab | -389/+417 |
| 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/+409 |
| 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-26 | Use cfg_match in core | Christopher Durham | -11/+12 |
| 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 | -10/+10 |
| 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 |