| Age | Commit message (Expand) | Author | Lines |
| 2025-03-31 | replace version placeholder | Boxy | -22/+22 |
| 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-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 |
| 2025-02-03 | For NonZero impl macros, give unsigned impls access to the corresponding sign... | Josh Triplett | -2/+17 |
| 2025-01-31 | More PR feedback | Scott McMurray | -6/+4 |
| 2025-01-31 | PR feedback | Scott McMurray | -1/+1 |
| 2025-01-31 | Add `unchecked_disjoint_bitor` with fallback intrinsic implementation | Scott McMurray | -3/+56 |
| 2025-01-31 | Rollup merge of #136296 - RalfJung:float-min-max, r=tgross35 | Jacob Pratt | -8/+16 |
| 2025-01-30 | Auto merge of #134824 - niklasf:int_from_ascii, r=ibraheemdev | bors | -89/+131 |
| 2025-01-30 | float::min/max: mention the non-determinism around signed 0 | Ralf Jung | -8/+16 |
| 2025-01-27 | Stabilize `num_midpoint_signed` feature | Urgau | -4/+4 |
| 2025-01-26 | Rollup merge of #136019 - scottmcm:alias-unchecked-div, r=Mark-Simulacrum | Jacob Pratt | -0/+7 |
| 2025-01-24 | Add an `unchecked_div` alias to the `Div<NonZero<_>>` impls | Scott McMurray | -0/+7 |
| 2025-01-24 | Update library/core/src/num/nonzero.rs
| Carl Sverre | -1/+1 |
| 2025-01-23 | Add memory layout documentation to generic NonZero<T> | Carl Sverre | -0/+20 |
| 2025-01-21 | Rollup merge of #135750 - scottmcm:cma-example, r=cuviper | Matthias Krüger | -2/+31 |
| 2025-01-20 | core: add `#![warn(unreachable_pub)]` | Urgau | -63/+64 |
| 2025-01-19 | Add an example of using `carrying_mul_add` to write wider multiplication | Scott McMurray | -2/+31 |
| 2025-01-17 | Add references to the IEEE functions for `float_next_up_down` | Trevor Gross | -0/+24 |
| 2025-01-17 | Stabilize `float_next_up_down` | Trevor Gross | -16/+8 |
| 2025-01-11 | Add inherent versions of MaybeUninit methods for slices | ltdk | -34/+34 |
| 2025-01-10 | Improve the safety documentation on new_unchecked | Scott McMurray | -1/+7 |