| Age | Commit message (Expand) | Author | Lines |
| 2025-02-17 | update version placeholders | Josh Stone | -10/+10 |
| 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-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 |
| 2025-01-09 | Update a bunch of library types for MCP807 | Scott McMurray | -30/+167 |
| 2025-01-08 | update version placeholders | Pietro Albini | -28/+28 |
| 2024-12-27 | Tidy up bigint mul methods | ltdk | -116/+264 |
| 2024-12-27 | Implement `int_from_ascii` (#134821) | Niklas Fiekas | -89/+131 |
| 2024-12-27 | Move `{widening, carrying}_mul` to an intrinsic with fallback MIR | Scott McMurray | -135/+116 |
| 2024-12-17 | Fix typo in uint_macros.rs | Marijn Schouten | -1/+1 |
| 2024-12-11 | Add a note saying that `{u8,i8}::from_{be,le,ne}_bytes` is meaningless | Tobias Bucher | -4/+29 |
| 2024-12-04 | Rollup merge of #133651 - scottmcm:nonnull-nonzero-no-field-projection, r=oli... | Matthias Krüger | -6/+28 |
| 2024-12-03 | Update `NonZero` and `NonNull` to not field-project (per MCP807) | Scott McMurray | -6/+28 |
| 2024-12-03 | Update the definition of `borrowing_sub` | Tobias Decking | -1/+1 |
| 2024-12-02 | Fix `f16::midpoint` const feature gate | Urgau | -1/+1 |
| 2024-12-02 | Auto merge of #133728 - jhpratt:rollup-k1i60pg, r=jhpratt | bors | -2/+0 |
| 2024-12-01 | Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhpratt | Jacob Pratt | -2/+0 |
| 2024-12-01 | Rollup merge of #131784 - Urgau:stabilize-midpoint, r=dtolnay | Jacob Pratt | -36/+33 |
| 2024-12-01 | Stabilize unsigned `num_midpoint` feature | Urgau | -36/+33 |
| 2024-11-30 | get rid of a bunch of unnecessary rustc_const_unstable | Ralf Jung | -2/+0 |
| 2024-11-30 | Fix chaining `carrying_add`s | Scott McMurray | -1/+1 |
| 2024-11-29 | Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum | bors | -27/+12 |
| 2024-11-28 | Use consistent wording in docs, use zero instead of 0 | timvisee | -24/+24 |
| 2024-11-27 | update cfgs | Boxy | -15/+0 |
| 2024-11-27 | replace placeholder version | Boxy | -12/+12 |
| 2024-11-24 | Rollup merge of #133389 - eduardosm:stabilize-const_float_methods, r=RalfJung | Matthias Krüger | -40/+30 |
| 2024-11-23 | Stabilize `const_float_methods` | Eduardo Sánchez Muñoz | -40/+30 |
| 2024-11-22 | Add code example for `wrapping_neg` method for signed integers | Guillaume Gomez | -0/+1 |
| 2024-11-16 | Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errors | Matthias Krüger | -4/+0 |
| 2024-11-14 | Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlin | Jubilee | -6/+4 |
| 2024-11-14 | Rollup merge of #133019 - sorairolake:add-missing-period-and-colon, r=tgross35 | Jubilee | -16/+16 |