| Age | Commit message (Expand) | Author | Lines |
| 2025-01-07 | update version placeholders | Pietro Albini | -28/+28 |
| 2024-12-27 | Tidy up bigint mul methods | ltdk | -116/+264 |
| 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 |
| 2024-11-14 | Pass `f16` and `f128` by value in `const_assert!` | Trevor Gross | -6/+4 |
| 2024-11-13 | Rollup merge of #133008 - onur-ozkan:update-outdated-comment, r=jieyouxu | Jubilee | -1/+1 |
| 2024-11-13 | Rollup merge of #131304 - RalfJung:float-core, r=tgross35 | Jubilee | -50/+373 |
| 2024-11-14 | docs: Fix missing colon in methods for primitive types | Shun Sakai | -9/+9 |
| 2024-11-14 | docs: Fix missing period in methods for integer types | Shun Sakai | -7/+7 |
| 2024-11-14 | Auto merge of #133006 - matthiaskrgr:rollup-dz6oiq5, r=matthiaskrgr | bors | -0/+103 |
| 2024-11-13 | update outdated comment about test-float-parse | onur-ozkan | -1/+1 |
| 2024-11-13 | Rollup merge of #126046 - davidzeng0:mixed_integer_ops_unsigned_sub, r=Amanieu | Matthias Krüger | -0/+103 |
| 2024-11-13 | Auto merge of #132662 - RalfJung:const-panic-inlining, r=tgross35 | bors | -4/+6 |
| 2024-11-13 | const_panic: don't wrap it in a separate function | Ralf Jung | -4/+6 |
| 2024-11-13 | Auto merge of #132972 - matthiaskrgr:rollup-456osr7, r=matthiaskrgr | bors | -2/+2 |
| 2024-11-12 | Rollup merge of #132970 - tyilo:nonzero-u-div-ceil-issue, r=tgross35 | Matthias Krüger | -1/+1 |
| 2024-11-12 | Auto merge of #132870 - Noratrieb:inline-int-parsing, r=tgross35 | bors | -0/+3 |
| 2024-11-12 | Add tracking issue number to unsigned_nonzero_div_ceil feature | Asger Hautop Drewsen | -1/+1 |
| 2024-11-12 | remove no-longer-needed abs_private | Ralf Jung | -50/+16 |
| 2024-11-10 | `#[inline]` integer parsing functions | Noratrieb | -0/+3 |
| 2024-11-10 | Update the doc comment of `ASCII_CASE_MASK` | chansuke | -1/+1 |
| 2024-11-08 | mark is_val_statically_known intrinsic as stably const-callable | Ralf Jung | -4/+0 |
| 2024-11-07 | Rollup merge of #132665 - tyilo:nonzero-u-div-ceil, r=joboet | Jonas Böttiger | -0/+29 |
| 2024-11-05 | Implement div_ceil for NonZero<unsigned> | Asger Hautop Drewsen | -0/+29 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -5/+5 |
| 2024-11-03 | Rollup merge of #132563 - frectonz:master, r=Amanieu | Jubilee | -1/+9 |
| 2024-11-03 | Auto merge of #132542 - RalfJung:const_panic, r=tgross35 | bors | -56/+43 |
| 2024-11-03 | Modify `NonZero` documentation to reference the underlying integer type | frectonz | -1/+9 |
| 2024-11-03 | Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnay | Matthias Krüger | -16/+30 |