| Age | Commit message (Expand) | Author | Lines |
| 2024-10-14 | replace placeholder version | Josh Stone | -32/+32 |
| 2024-10-05 | move f16/f128 const fn under f16/f128 feature gate | Ralf Jung | -16/+16 |
| 2024-10-04 | Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJung | bors | -30/+28 |
| 2024-09-23 | Rollup merge of #130713 - bjoernager:const-char-make-ascii, r=Noratrieb | Matthias Krüger | -2/+4 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -9/+9 |
| 2024-09-22 | Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'u8' as const; Rena... | Gabriel Bjørnager Jensen | -2/+4 |
| 2024-09-19 | Rollup merge of #130553 - GnomedDev:remove-clippy-paths, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2024-09-19 | Rollup merge of #128001 - Krappa322:master, r=scottmcm | Matthias Krüger | -26/+53 |
| 2024-09-19 | [Clippy] Swap `float_equality_without_abs` to use diagnostic items instead of... | GnomedDev | -0/+2 |
| 2024-09-16 | Auto merge of #130220 - RalfJung:float-classify, r=workingjubilee | bors | -109/+31 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-09-12 | Stabilize `const_float_classify` | Eduardo Sánchez Muñoz | -30/+28 |
| 2024-09-12 | simplify float::classify logic | Ralf Jung | -109/+31 |
| 2024-09-10 | clean up internal comments about float semantics | Ralf Jung | -8/+3 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -1/+1 |
| 2024-09-08 | Auto merge of #130002 - orlp:better-div-floor-ceil, r=thomcc | bors | -4/+16 |
| 2024-09-07 | Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgr | bors | -32/+32 |
| 2024-09-05 | better implementation of signed div_floor/ceil | Orson Peters | -4/+16 |
| 2024-09-03 | replace placeholder version | Boxy | -4/+4 |
| 2024-09-01 | stabilize const_float_bits_conv | Ralf Jung | -32/+32 |
| 2024-08-31 | Improve documentation for <integer>::from_str_radix | Kappa322 | -26/+53 |
| 2024-08-29 | Rollup merge of #128166 - ChaiTRex:isqrt, r=tgross35 | Guillaume Gomez | -35/+371 |
| 2024-08-28 | Speed up `checked_isqrt` and `isqrt` methods | Chai T. Rex | -35/+371 |
| 2024-08-28 | Rollup merge of #129480 - lolbinarycat:euclid-docs, r=joboet | Matthias Krüger | -8/+13 |
| 2024-08-27 | Rollup merge of #129559 - RalfJung:float-nan-semantics, r=thomcc | Trevor Gross | -36/+52 |
| 2024-08-26 | Rollup merge of #129377 - chorman0773:unbounded-shifts-impl, r=scottmcm | Matthias Krüger | -0/+118 |
| 2024-08-26 | float types: document NaN bit pattern guarantees | Ralf Jung | -36/+52 |
| 2024-08-23 | Change `f16` doctests in core to run on x86-64 linux | Trevor Gross | -13/+13 |
| 2024-08-23 | docs: correct panic conditions for rem_euclid and similar functions | binarycat | -8/+13 |
| 2024-08-22 | feat(core): Make `unbounded_shl{l,r}` unstably const and remove `rustc_allow_... | Connor Horman | -4/+4 |
| 2024-08-22 | fix(core): Use correct operations/values in `unbounded_shr` doctests | Connor Horman | -2/+2 |
| 2024-08-21 | chore: `x fmt` | Connor Horman | -1/+1 |
| 2024-08-21 | fix(core): Add `#![feature(unbounded_shifts)]` to doctests for `unbounded_shr... | Connor Horman | -2/+6 |
| 2024-08-21 | chore: `x fmt` and hopefully fix the tidy issue | Connor Horman | -12/+12 |
| 2024-08-21 | chore: Also format the control flow | Connor Horman | -8/+8 |
| 2024-08-21 | Manually format functions and use `rhs` instead of `v` from my CE testing | Connor Horman | -17/+17 |
| 2024-08-21 | feat(core): Add implementations for `unbounded_shl`/`unbounded_shr` | Connor Horman | -0/+114 |
| 2024-08-16 | float to/from bits and classify: update comments regarding non-conformant har... | Ralf Jung | -500/+85 |
| 2024-08-13 | Rollup merge of #122884 - mzabaluev:pow-remove-exit-branch, r=Amanieu | Matthias Krüger | -89/+150 |
| 2024-08-13 | Revert to original loop for const pow exponents | Mikhail Zabaluev | -160/+110 |
| 2024-08-08 | Rollup merge of #128749 - tgross35:float-inline, r=scottmcm | Matthias Krüger | -0/+6 |
| 2024-08-07 | Mark `{f32,f64}::{next_up,next_down,midpoint}` inline | Trevor Gross | -0/+6 |
| 2024-08-06 | Rollup merge of #128417 - tgross35:f16-f128-math, r=dtolnay | Trevor Gross | -6/+353 |
| 2024-08-03 | Remove unnecessary constants from flt2dec dragon | Christopher Swenson | -23/+26 |
| 2024-08-01 | Update comments for `{f16, f32, f64, f128}::midpoint` | Trevor Gross | -12/+12 |
| 2024-08-01 | Add `core` functions for `f16` and `f128` that require math routines | Trevor Gross | -0/+347 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -41/+0 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -48/+27 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -41/+0 |
| 2024-07-28 | Rollup merge of #128103 - folkertdev:unsigned-int-is-multiple-of, r=Amanieu | Guillaume Gomez | -0/+29 |