| Age | Commit message (Expand) | Author | Lines |
| 2024-01-14 | Unindent nonzero_integer macro body | David Tolnay | -139/+139 |
| 2024-01-14 | Define only a single NonZero type per macro call | David Tolnay | -6/+39 |
| 2024-01-14 | Move nonzero_integers macro call to bottom of module | David Tolnay | -15/+15 |
| 2024-01-13 | libs: use `assert_unchecked` instead of intrinsic | joboet | -2/+3 |
| 2024-01-06 | Add assume into `NonZeroIntX::get` | AngelicosPhosphoros | -4/+18 |
| 2023-11-28 | reword panic comments and add spaces to unlikely branches | Ryan Mehri | -60/+64 |
| 2023-11-28 | Rollup merge of #118397 - Zalathar:nonzero, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2023-11-28 | Rollup merge of #118236 - ksw2000:update_mod_comment, r=cuviper | Matthias Krüger | -3/+3 |
| 2023-11-28 | Fix comments for unsigned non-zero `checked_add`, `saturating_add` | Zalathar | -2/+2 |
| 2023-11-26 | Improve some comments for non-zero ops | Maybe Waffle | -14/+44 |
| 2023-11-25 | Convert many `assert_unsafe_precondition` to `debug_assert_nounwind` | Gary Guo | -4/+4 |
| 2023-11-24 | add `#[track_caller]` to improve panic locations | Ryan Mehri | -0/+26 |
| 2023-11-24 | implement strict_* operations for unsigned integer types | Ryan Mehri | -0/+394 |
| 2023-11-24 | implement strict_* operations for signed integer types | Ryan Mehri | -0/+556 |
| 2023-11-24 | correct grammar | Kashiwa | -1/+1 |
| 2023-11-24 | Update comment for consistent context logic. | Kashiwa | -2/+2 |
| 2023-11-18 | Auto merge of #115412 - eswartz:docs/total_cmp-test-result-in-docs, r=scottmcm | bors | -6/+22 |
| 2023-11-01 | Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomcc | Matthias Krüger | -18/+43 |
| 2023-10-26 | Refactor some `char`, `u8` ascii functions to be branchless | okaneco | -3/+6 |
| 2023-10-23 | fix typos in comments | GoodDaisy | -1/+1 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -88/+86 |
| 2023-10-13 | Clean up unchecked_math, separate out unchecked_shifts | ltdk | -18/+43 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -3/+1 |
| 2023-10-07 | Expose tests for {f32,f64}.total_cmp in docs, along with comment | Ed Swartz | -6/+22 |
| 2023-10-05 | Auto merge of #114042 - liushuyu:ubuntu/i586-fpmath, r=workingjubilee | bors | -1/+1 |
| 2023-10-05 | Auto merge of #104153 - tspiteri:doc-float-constants, r=workingjubilee | bors | -4/+80 |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -86/+86 |
| 2023-09-29 | Auto merge of #116176 - FedericoStra:isqrt, r=dtolnay | bors | -0/+102 |
| 2023-09-28 | isqrt: `assume` that `isqrt` takes half as many bits | Federico Stra | -0/+7 |
| 2023-09-28 | fixup! isqrt: fix stability | Federico Stra | -6/+6 |
| 2023-09-28 | isqrt: cite source and rename variables to match original C code | Federico Stra | -11/+16 |
| 2023-09-28 | isqrt: fix stability | Federico Stra | -6/+9 |
| 2023-09-28 | fixup! isqrt: initial implementation | Federico Stra | -4/+4 |
| 2023-09-26 | isqrt: remove duplication by delegating to unsigned integers | Federico Stra | -40/+12 |
| 2023-09-22 | Extend fix to wrapping_div, wrapping_div_euclid and wrapping_rem_euclid | James Haywood | -0/+12 |
| 2023-09-22 | Resolve rust-lang/rust#116063 | James Haywood | -0/+4 |
| 2023-09-22 | isqrt: initial implementation | Federico Stra | -0/+115 |
| 2023-09-22 | checked_ilog: remove duplication by delegating to unsigned integers | Federico Stra | -22/+3 |
| 2023-09-22 | checked_ilog: add comments explaining the correctness of the 128 bit optimiza... | Federico Stra | -0/+16 |
| 2023-09-22 | checked_ilog: set `n` and `r` directly avoiding arithmetic operations | Federico Stra | -6/+4 |
| 2023-09-22 | checked_ilog: improve performance | Federico Stra | -8/+8 |
| 2023-09-19 | explain mysterious addition in float minimum/maximum | Ralf Jung | -0/+2 |
| 2023-09-17 | Rollup merge of #115477 - kellerkindt:stabilized_int_impl, r=dtolnay | Dylan DPC | -222/+218 |
| 2023-09-05 | Rollup merge of #114813 - RalfJung:fpu-control, r=Amanieu | Matthias Krüger | -0/+12 |
| 2023-09-03 | Stabilize the Saturating type (saturating_int_impl, gh-87920) | Michael Watzko | -99/+92 |
| 2023-09-03 | Unimpl Shl, ShlAssign, Shr and ShrAssign for Saturating | Michael Watzko | -123/+126 |
| 2023-09-02 | Rollup merge of #114845 - scottmcm:npo-align, r=WaffleLapkin | Matthias Krüger | -0/+14 |
| 2023-09-01 | [`clippy`] Use symbols intended for `arithmetic_side_effects` | Caio | -0/+2 |
| 2023-08-28 | Auto merge of #103836 - H4x5:extra-float-constants, r=thomcc | bors | -0/+40 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -6/+6 |