| Age | Commit message (Expand) | Author | Lines |
| 2024-05-04 | Docs: suggest `uN::checked_sub` instead of check-then-unchecked | Scott McMurray | -0/+25 |
| 2024-05-04 | Remove an unnecessary cast | Scott McMurray | -1/+1 |
| 2024-05-02 | add constants in std::f128::consts | Trevor Spiteri | -1/+110 |
| 2024-05-02 | add constants in std::f16::consts | Trevor Spiteri | -1/+106 |
| 2024-05-02 | add f128 associated constants | Trevor Spiteri | -1/+83 |
| 2024-05-02 | add f16 associated constants | Trevor Spiteri | -1/+83 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -65/+8 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -16/+16 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -7/+32 |
| 2024-04-23 | unroll first iter of checked_ilog loop to save one multiplication | Trevor Spiteri | -2/+5 |
| 2024-04-22 | Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay | Guillaume Gomez | -9/+9 |
| 2024-04-22 | Rollup merge of #115913 - FedericoStra:checked_ilog, r=the8472 | Guillaume Gomez | -21/+16 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -9/+9 |
| 2024-04-22 | Add comma at one place in `abs()` documentation | Gurinder Singh | -1/+1 |
| 2024-04-21 | Rollup merge of #124184 - gurry:124152-suggest-unsigned-abs-in-abs-doc, r=jhp... | Guillaume Gomez | -1/+2 |
| 2024-04-20 | Suggest using `unsigned_abs` in `abs` documentation | Gurinder Singh | -1/+2 |
| 2024-04-18 | Make `checked` ops emit *unchecked* LLVM operations where feasible | Scott McMurray | -10/+47 |
| 2024-04-16 | Change intrinsic types to use `u32` instead of `T` to match stable reexports | Maybe Waffle | -7/+32 |
| 2024-04-11 | Add a `Debug` impl and some basic functions to `f16` and `f128` | Trevor Gross | -0/+208 |
| 2024-04-10 | Add basic f16 and f128 modules | Trevor Gross | -0/+32 |
| 2024-04-02 | Rollup merge of #123226 - scottmcm:u32-shifts, r=WaffleLapkin | Matthias Krüger | -27/+48 |
| 2024-03-30 | Make {integer}::from_str_radix constant | George Bateman | -166/+186 |
| 2024-03-30 | De-LLVM the unchecked shifts [MCP#693] | Scott McMurray | -27/+48 |
| 2024-03-29 | Auto merge of #122520 - scottmcm:stabilize_unchecked_math_basics, r=jhpratt | bors | -36/+60 |
| 2024-03-27 | `num::NonZero::get` can be 1 transmute instead of 3 | Scott McMurray | -12/+14 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -2/+3 |
| 2024-03-20 | step cfgs | Mark Rousskov | -20/+4 |
| 2024-03-17 | chore(121952): echo comments on the `*_assign` methods | Petr Portnov | -0/+3 |
| 2024-03-17 | chore(121952): remove redundant comments | Petr Portnov | -3/+0 |
| 2024-03-17 | feat: implement `{Div,Rem}Assign<NonZero<X>>` on `X` | Petr Portnov | -1/+20 |
| 2024-03-17 | Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw... | bors | -51/+98 |
| 2024-03-15 | Workaround issue 122566 | Scott McMurray | -6/+6 |
| 2024-03-14 | Stabilize `unchecked_{add,sub,mul}` | Scott McMurray | -36/+60 |
| 2024-03-14 | Hide implementation details for `NonZero` auto traits. | Markus Reiter | -1/+22 |
| 2024-03-10 | Fix lint. | Markus Reiter | -0/+1 |
| 2024-03-10 | Move generic `NonZero` `rustc_layout_scalar_valid_range_start` attribute to i... | Markus Reiter | -51/+76 |
| 2024-03-09 | fix legacy numeric constant diag items | Peter Jaszkowiak | -0/+2 |
| 2024-03-09 | NonZero::from_mut_unchecked is library UB | Ben Kimock | -1/+1 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -4/+6 |
| 2024-03-02 | const_eval_select: make it safe but be careful with what we expose on stable ... | Ralf Jung | -4/+16 |
| 2024-03-01 | Make `ZeroablePrimitive` trait unsafe. | Markus Reiter | -2/+6 |
| 2024-02-22 | Use generic `NonZero` everywhere in `core`. | Markus Reiter | -9/+7 |
| 2024-02-20 | Rollup merge of #121241 - reitermarkus:generic-nonzero-traits, r=dtolnay | Nilstrieb | -179/+211 |
| 2024-02-18 | diagnostic items for legacy numeric constants | Peter Jaszkowiak | -0/+32 |
| 2024-02-17 | Implement `NonZero` traits generically. | Markus Reiter | -179/+211 |
| 2024-02-17 | Auto merge of #120563 - reitermarkus:generic-nonzero-get, r=dtolnay | bors | -20/+21 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -5/+5 |
| 2024-02-15 | doc: panicking division by zero examples for unsigned strict div ops | Trevor Spiteri | -0/+27 |
| 2024-02-15 | doc: add note before panicking examples for strict_overflow_ops | Trevor Spiteri | -0/+52 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -1/+1 |