| Age | Commit message (Expand) | Author | Lines |
| 2025-05-01 | Rollup merge of #139186 - TDecking:float, r=workingjubilee | Guillaume Gomez | -47/+15 |
| 2025-04-24 | Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJung | Matthias Krüger | -20/+40 |
| 2025-04-24 | Rollup merge of #140150 - RalfJung:MAX_EXP, r=tgross35 | Matthias Krüger | -24/+48 |
| 2025-04-24 | Rollup merge of #136083 - bend-n:⃤⃤, r=lcnr | Matthias Krüger | -4/+14 |
| 2025-04-24 | Rollup merge of #140075 - Urgau:midpoint-average, r=tgross35 | Matthias Krüger | -9/+25 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -4/+14 |
| 2025-04-24 | Mention average in midpoint documentations | Urgau | -9/+25 |
| 2025-04-23 | fix f*::MAX_EXP and MIN_EXP docs | Ralf Jung | -24/+48 |
| 2025-04-23 | Make algebraic intrinsics into 'const fn' items; Make algebraic functions of ... | Gabriel Bjørnager Jensen | -20/+40 |
| 2025-04-22 | MANTISSA_DIGITS: explain relation to bitwise representation | Ralf Jung | -0/+12 |
| 2025-04-17 | Rollup merge of #139483 - RalfJung:nan, r=tgross35 | Matthias Krüger | -32/+40 |
| 2025-04-12 | docs: clarify uint exponent for `is_power_of_two` | Ricardo Fernández Serrata | -1/+1 |
| 2025-04-11 | Rollup merge of #137835 - scottmcm:signum, r=compiler-errors | Jacob Pratt | -4/+1 |
| 2025-04-10 | Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxu | bors | -22/+22 |
| 2025-04-09 | replace version placeholder | Boxy | -22/+22 |
| 2025-04-08 | Update 'u8'-to-and-from-'i8' suggestions; | Gabriel Bjørnager Jensen | -2/+2 |
| 2025-04-07 | f*::NAN: guarantee that this is a quiet NaN | Ralf Jung | -32/+40 |
| 2025-04-04 | Expose algebraic floating point intrinsics | Calder Coalson | -0/+200 |
| 2025-03-31 | Refactor `diy_float` | Tobias Decking | -47/+15 |
| 2025-03-26 | Use cfg_match in core | Christopher Durham | -11/+12 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -18/+6 |
| 2025-03-08 | Use `disjoint_bitor` inside `borrowing_sub` | Tobias Decking | -3/+8 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -0/+6 |
| 2025-03-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -29/+24 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -29/+24 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -18/+6 |
| 2025-03-06 | Add UseCloned trait related code | Santiago Pastorino | -0/+6 |
| 2025-03-02 | dec2flt: Refactor the fast path | Trevor Gross | -24/+23 |
| 2025-03-02 | dec2flt: Refactor float traits | Trevor Gross | -111/+203 |
| 2025-03-02 | dec2flt: Rename fields to be consistent with documented notation | Trevor Gross | -14/+18 |
| 2025-03-02 | dec2flt: Rename `Number` to `Decimal` | Trevor Gross | -9/+9 |
| 2025-03-02 | dec2flt: Rename `Decimal` to `DecimalSeq` | Trevor Gross | -22/+39 |
| 2025-03-02 | dec2flt: Update documentation of existing methods | Trevor Gross | -17/+35 |
| 2025-03-02 | float: Update some constants to `pub(crate)` | Trevor Gross | -6/+6 |
| 2025-03-01 | Use `BinOp::Cmp` for `iNN::signum` | Scott McMurray | -4/+1 |
| 2025-02-24 | Rollup merge of #137393 - chorman0773:unbounded-shifts-stabilize, r=Amanieu | Jacob Pratt | -8/+8 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -10/+10 |
| 2025-02-23 | Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-of, r=Nor... | Matthias Krüger | -2/+2 |
| 2025-02-22 | Rollup merge of #136910 - okaneco:sig_ones, r=thomcc | Matthias Krüger | -0/+156 |
| 2025-02-21 | Stabilize `unbounded_shifts` | Connor Horman | -8/+8 |
| 2025-02-21 | stabilize `unsigned_is_multiple_of` | Folkert de Vries | -2/+2 |
| 2025-02-20 | Rollup merge of #134340 - Urgau:stabilize-num_midpoint_signed, r=scottmcm | Jubilee | -4/+4 |
| 2025-02-20 | Implement feature `isolate_most_least_significant_one` for integer types | okaneco | -0/+156 |
| 2025-02-19 | Rollup merge of #137026 - GrigorenkoPV:integer_sign_cast, r=jhpratt | Matthias Krüger | -9/+8 |
| 2025-02-18 | update version placeholders | Josh Stone | -10/+10 |
| 2025-02-15 | Stabilize (and const-stabilize) `integer_sign_cast` | Pavel Grigorenko | -9/+8 |
| 2025-02-14 | Add safe new to NotAllOnes | Kornel | -0/+10 |
| 2025-02-06 | stabilize `NonZero::count_ones` | Waffle Lapkin | -3/+2 |
| 2025-02-04 | Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkin | bors | -3/+54 |
| 2025-02-03 | Add `cast_signed` and `cast_unsigned` methods for `NonZero` types | Josh Triplett | -0/+47 |