| Age | Commit message (Expand) | Author | Lines |
| 2023-08-15 | Add alignment to the NPO guarantee | Scott McMurray | -0/+14 |
| 2023-06-15 | Correct types in method descriptions of `NonZero*` types | zica | -9/+12 |
| 2023-05-30 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -14/+14 |
| 2023-05-16 | Auto merge of #111044 - jmillikin:nonzero-negation, r=dtolnay | bors | -18/+12 |
| 2023-05-14 | Auto merge of #92048 - Urgau:num-midpoint, r=scottmcm | bors | -0/+37 |
| 2023-05-05 | Stabilize feature `nonzero_negation_ops` | John Millikin | -18/+12 |
| 2023-05-04 | Add `is_positive` method for signed non-zero integers. | John Millikin | -0/+26 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -4/+4 |
| 2023-04-26 | Implement midpoint for all unsigned NonZeroU{8,16,32,64,128,size} | Loïc BRANSTETT | -0/+37 |
| 2023-04-20 | Implement `Neg` for signed non-zero integers. | John Millikin | -3/+16 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -16/+8 |
| 2023-04-05 | Auto merge of #94786 - joshlf:patch-5, r=dtolnay | bors | -0/+7 |
| 2023-01-09 | Remove unstable feature | Caio | -8/+0 |
| 2023-01-09 | Stabilize `nonzero_min_max` | Caio | -4/+4 |
| 2022-12-28 | update stabilization version numbers | Pietro Albini | -5/+5 |
| 2022-12-04 | Auto merge of #101514 - nvzqz:nvzqz/stabilize-nonzero-bits, r=thomcc | bors | -2/+1 |
| 2022-11-21 | Rollup merge of #104420 - TethysSvensson:master, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-11-20 | Incorporate review feedback | Tethys Svensson | -4/+1 |
| 2022-11-14 | Fix doc example for `wrapping_abs` | Tethys Svensson | -0/+3 |
| 2022-11-13 | remove leading newlines from `NonZero*` doc examples | Lukas Markeffsky | -20/+6 |
| 2022-11-09 | Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm | Dylan DPC | -4/+4 |
| 2022-10-26 | Print the precondition we violated, and visible through output capture | Ben Kimock | -1/+4 |
| 2022-10-26 | stabilize `int_log` | Lukas Markeffsky | -4/+4 |
| 2022-10-05 | Add missing trailing `)]` | Joshua Liebow-Feeser | -1/+1 |
| 2022-10-05 | Fix typo (missing `>`) | Joshua Liebow-Feeser | -1/+1 |
| 2022-10-05 | Update library/core/src/num/nonzero.rs | Joshua Liebow-Feeser | -0/+2 |
| 2022-09-29 | nonzero_negation_ops: `inline(always)` -> `inline`. | John Millikin | -1/+1 |
| 2022-09-29 | nonzero_negation_ops: Set `issue = "102443"`. | John Millikin | -5/+5 |
| 2022-09-27 | Add negation methods for signed non-zero integers. | John Millikin | -0/+154 |
| 2022-09-06 | Stabilize `nonzero_bits` | Nikolai Vazquez | -2/+1 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -1/+1 |
| 2022-08-30 | Make docs formulation more consistent for NonZero{int} | yjhn | -12/+12 |
| 2022-08-09 | Rename integer log* methods to ilog* | Eric Holk | -10/+10 |
| 2022-07-19 | Suggest a fix for `NonZero*` <- `*` coercion error | Maybe Waffle | -0/+1 |
| 2022-06-26 | Fix spelling in SAFETY comment | Wilfred Hughes | -2/+2 |
| 2022-06-26 | Update `since` to 1.64 (since we're after 1.63) | scottmcm | -26/+26 |
| 2022-06-09 | Stabilize NonZero* checked operations constness. | Iago-lito | -13/+13 |
| 2022-06-09 | Partial stabilization of "nonzero_unchecked_ops". | Iago-lito | -26/+26 |
| 2022-05-13 | Remove some unnecessary `rustc_allow_const_fn_unstable` attributes. | Nicholas Nethercote | -1/+0 |
| 2022-04-03 | Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieu | bors | -1/+5 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -1/+1 |
| 2022-03-29 | Add debug assertions to some unsafe functions | Ben Kimock | -1/+5 |
| 2022-03-12 | Use `Self::BITS` in `log2` implementation | Nikolai Vazquez | -1/+1 |
| 2022-03-12 | Implement `BITS` constant for non-zero integers | Nikolai Vazquez | -0/+38 |
| 2022-03-11 | Rollup merge of #93293 - nvzqz:nonzero-min-max, r=joshtriplett | Dylan DPC | -0/+101 |
| 2022-03-10 | Move note about 0 gap to signed integers | Nikolai Vazquez | -8/+8 |
| 2022-03-09 | Add missing closing parenthesis | Joshua Liebow-Feeser | -1/+1 |
| 2022-03-09 | Document NonZeroXxx layout guarantees | Joshua Liebow-Feeser | -0/+5 |
| 2022-02-03 | Add missing const stability attributes | Jacob Pratt | -0/+1 |
| 2022-01-25 | Implement `MIN`/`MAX` constants for non-zero integers | Nikolai Vazquez | -0/+101 |