| Age | Commit message (Expand) | Author | Lines |
| 2024-09-02 | replace placeholder version | Boxy | -4/+4 |
| 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 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -117/+122 |
| 2024-07-27 | bitwise and bytewise methods on `NonZero` | Peter Jaszkowiak | -3/+430 |
| 2024-07-27 | Auto merge of #128255 - stepancheg:doc-shl, r=scottmcm | bors | -0/+13 |
| 2024-07-27 | Document int.checked_shl(BITS - 1) | Stepan Koltsov | -0/+13 |
| 2024-07-26 | Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnay | Trevor Gross | -3/+4 |
| 2024-07-26 | Fix doc nits | John Arundel | -117/+122 |
| 2024-07-24 | Rollup merge of #126042 - davidzeng0:master, r=Amanieu | Matthias Krüger | -0/+61 |
| 2024-07-24 | Rollup merge of #127252 - fitzgen:edge-cases-for-bitwise-operations, r=m-ou-se | Matthias Krüger | -6/+35 |
| 2024-07-23 | add `is_multiple_of` for unsigned integer types | Folkert | -0/+29 |
| 2024-07-19 | improve safety comment | ivan-shrimp | -1/+1 |
| 2024-07-19 | add `NonZero<uN>::isqrt` | ivan-shrimp | -45/+63 |
| 2024-07-16 | Rollup merge of #126271 - diondokter:dec2flt-skip-fast-path, r=tgross35 | Trevor Gross | -2/+4 |
| 2024-07-17 | Cfg nit | Dion Dokter | -1/+1 |
| 2024-07-16 | Rollup merge of #127047 - tspiteri:f128-aconsts-lsd, r=tgross35 | Trevor Gross | -3/+3 |
| 2024-07-15 | Auto merge of #127020 - tgross35:f16-f128-classify, r=workingjubilee | bors | -33/+491 |
| 2024-07-15 | Mark some `f16` and `f128` functions unstably const | Trevor Gross | -32/+210 |
| 2024-07-14 | Add `classify` and related methods for `f16` and `f128` | Trevor Gross | -1/+281 |
| 2024-07-13 | Use is_val_statically_known to optimize pow | Mikhail Zabaluev | -92/+124 |
| 2024-07-12 | Explicitly unroll integer pow for small exponents | Mikhail Zabaluev | -12/+112 |
| 2024-07-11 | Optimize integer pow by removing exit branch | Mikhail Zabaluev | -73/+52 |