| Age | Commit message (Expand) | Author | Lines |
| 2024-06-02 | Rollup merge of #125884 - Rua:integer_sign_cast, r=Mark-Simulacrum | Jubilee | -0/+48 |
| 2024-06-02 | Rollup merge of #121062 - RustyYato:f32-midpoint, r=the8472 | Jubilee | -19/+36 |
| 2024-06-02 | Wording of the documentation | Rua | -4/+4 |
| 2024-06-02 | Implement feature `integer_sign_cast` | Rua | -0/+48 |
| 2024-06-01 | Change f32::midpoint to upcast to f64 | RustyYato | -19/+36 |
| 2024-06-02 | Auto merge of #124294 - tspiteri:ilog-first-iter, r=the8472 | bors | -2/+5 |
| 2024-05-26 | Rollup merge of #125559 - scottmcm:simplify-shift-ubcheck, r=workingjubilee | Jubilee | -8/+4 |
| 2024-05-26 | Rollup merge of #125571 - tesuji:dummy-pi, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2024-05-26 | f32: use constants instead of reassigning a dummy value as PI | Lzu Tao | -4/+4 |
| 2024-05-25 | Simplify the `unchecked_sh[lr]` ub-checks a bit | Scott McMurray | -8/+4 |
| 2024-05-23 | Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methods | ltdk | -33/+147 |
| 2024-05-16 | Add doctests for f16 and f128 library functions where possible | Trevor Gross | -1/+40 |
| 2024-05-12 | reverse condition in `uN::checked_sub` | ivan-shrimp | -3/+3 |
| 2024-05-10 | Auto merge of #124863 - DaniPopes:from-str-radix-panic, r=Amanieu | bors | -6/+6 |
| 2024-05-08 | Use generic `NonZero` in examples. | Markus Reiter | -183/+181 |
| 2024-05-08 | Rollup merge of #124838 - RalfJung:next_power_of_two, r=scottmcm | Jubilee | -0/+1 |
| 2024-05-08 | from_str_radix: outline only the panic function | DaniPopes | -6/+6 |
| 2024-05-07 | next_power_of_two: add a doctest to show what happens on 0 | Ralf Jung | -0/+1 |
| 2024-05-06 | f16::is_sign_{positive,negative} were feature-gated on f128 | Trevor Spiteri | -2/+2 |
| 2024-05-06 | Auto merge of #123850 - tspiteri:f16_f128_consts, r=Amanieu | bors | -4/+382 |
| 2024-05-04 | Rollup merge of #124701 - scottmcm:unchecked_sub_docs, r=Nilstrieb | Matthias Krüger | -0/+25 |
| 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 |