| Age | Commit message (Expand) | Author | Lines |
| 2025-09-14 | Update CURRENT_RUSTC_VERSION post-bump | Mark Rousskov | -60/+60 |
| 2025-09-12 | Constify Eq, Ord, PartialOrd | Evgenii Zheltonozhskii | -6/+11 |
| 2025-09-08 | simplify the declaration of the legacy integer modules (`std::u32` etc.) | cyrgani | -178/+71 |
| 2025-09-07 | Auto merge of #146216 - LorrensP-2158466:miri-float-nondet-foreign-items-take... | bors | -3/+3 |
| 2025-09-06 | Change stdlib float tests to account for miri nondet floats. | LorrensP-2158466 | -3/+3 |
| 2025-09-05 | Rollup merge of #146225 - Jules-Bertholet:simplify-float-midpoint, r=tgross35 | León Orell Valerian Liehr | -32/+0 |
| 2025-09-05 | Simplify `{f16, f32, f54, f128}::midpoint()` | Jules Bertholet | -32/+0 |
| 2025-09-05 | Rollup merge of #144342 - Qelxiros:exact-bitshifts, r=tgross35 | Trevor Gross | -0/+231 |
| 2025-09-04 | Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35 | Jacob Pratt | -0/+97 |
| 2025-09-04 | Rollup merge of #146136 - AudaciousAxiom:docs/missing-closing-code-block-fenc... | Stuart Cook | -2/+2 |
| 2025-09-03 | Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35 | Stuart Cook | -4/+4 |
| 2025-09-03 | Add `funnel_sh{l,r}` functions and intrinsics | sayantn | -0/+97 |
| 2025-09-02 | add exact bitshifts | Jeremy Smart | -0/+231 |
| 2025-09-02 | docs(std): add missing closing code block fences in doc comments | AudaciousAxiom | -2/+2 |
| 2025-09-01 | Constify conversion traits | ltdk | -4/+4 |
| 2025-08-30 | Rollup merge of #145776 - ChaiTRex:ilog_specialization, r=joboet | Stuart Cook | -0/+14 |
| 2025-08-30 | Auto merge of #144494 - scottmcm:min_bigint_helpers, r=Mark-Simulacrum | bors | -24/+42 |
| 2025-08-29 | Optimize `.ilog({2,10})` to `.ilog{2,10}()` | Chai T. Rex | -0/+14 |
| 2025-08-27 | Rollup merge of #145625 - karolzwolak:f16-use-expr-instead-literal, r=beetree... | Matthias Krüger | -10/+79 |
| 2025-08-27 | Rollup merge of #145335 - clarfonthey:wtf8-core-alloc, r=Mark-Simulacrum | Matthias Krüger | -0/+15 |
| 2025-08-26 | remove deprecated Error::description in impls | Marijn Schouten | -29/+13 |
| 2025-08-22 | improve float to_degrees/to_radians rounding comments and impl | Karol Zwolak | -10/+79 |
| 2025-08-20 | Move WTF-8 code from std to core/alloc | ltdk | -0/+15 |
| 2025-08-20 | Partial-stabilize the basics from `bigint_helper_methods` | Scott McMurray | -24/+42 |
| 2025-08-20 | Rollup merge of #145381 - Gnurou:int_lowest_highest_one, r=jhpratt | Jacob Pratt | -0/+138 |
| 2025-08-19 | Rollup merge of #145255 - lune-climate:dec2flt-doc, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2025-08-19 | Rollup merge of #144767 - tgross35:doc-grammar, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -18/+12 |
| 2025-08-18 | Implement feature `int_lowest_highest_one` for integer and NonZero types | Alexandre Courbot | -0/+138 |
| 2025-08-15 | Rollup merge of #144947 - tautschnig:remove-stray-checked_div-comment, r=Mark... | Stuart Cook | -12/+6 |
| 2025-08-11 | Make a James Bond reference | Jakub Stasiak | -2/+2 |
| 2025-08-11 | dec2flt: Provide more valid inputs examples | Jakub Stasiak | -0/+2 |
| 2025-08-10 | Constify remaining operators | ltdk | -136/+267 |
| 2025-08-10 | Let forward_ref_* macros accept multiple attributes, and require attributes e... | ltdk | -61/+100 |
| 2025-08-08 | Revert "Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-... | Jakub Beránek | -3/+3 |
| 2025-08-07 | Rollup merge of #144900 - Kivooeo:unsigned_signed_diff-stabilize, r=dtolnay | Trevor Gross | -2/+2 |
| 2025-08-07 | Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalathar | bors | -90/+57 |
| 2025-08-07 | Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrum | bors | -9/+9 |
| 2025-08-07 | Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-Simulacrum | Stuart Cook | -87/+54 |
| 2025-08-07 | Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-items, r... | Stuart Cook | -3/+3 |
| 2025-08-06 | tidy | Boxy | -1/+1 |
| 2025-08-06 | Change stdlib float tests to account for miri nondet floats. | LorrensP-2158466 | -3/+3 |
| 2025-08-06 | replace version placeholder | Boxy | -8/+8 |
| 2025-08-05 | Renamed `isolate_most_least_significant_one` functions | okaneco | -16/+16 |
| 2025-08-05 | Fix description of unsigned `checked_exact_div` | Michael Tautschnig | -12/+6 |
| 2025-08-04 | remove feature gate | Kivooeo | -2/+2 |
| 2025-08-01 | Fix safety comment for new_unchecked in niche_types | Nico Lehmann | -3/+3 |
| 2025-07-31 | Correct some grammar in integer documentation | Trevor Gross | -18/+12 |
| 2025-07-30 | Stabilize strict_overflow_ops | Nurzhan Sakén | -87/+54 |
| 2025-07-22 | Auto merge of #144205 - hkBst:flt2dec, r=workingjubilee | bors | -11/+7 |
| 2025-07-22 | Rollup merge of #143768 - Randl:const-try, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -4/+8 |