| Age | Commit message (Expand) | Author | Lines |
| 2025-09-14 | Update CURRENT_RUSTC_VERSION post-bump | Mark Rousskov | -93/+93 |
| 2025-09-13 | Rollup merge of #146521 - folkertdev:document-va-arg-safe, r=workingjubilee | Jacob Pratt | -6/+23 |
| 2025-09-13 | c-variadic: document `core::ffi::VaArgSafe` | Folkert de Vries | -6/+23 |
| 2025-09-12 | Constify Eq, Ord, PartialOrd | Evgenii Zheltonozhskii | -103/+216 |
| 2025-09-11 | Rollup merge of #142315 - lolbinarycat:core-dedup-ptr-docs-139190-pt3, r=work... | Stuart Cook | -134/+111 |
| 2025-09-10 | core::ptr: deduplicate docs for as_ref, addr, and as_uninit_ref | binarycat | -134/+111 |
| 2025-09-10 | Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhpratt | Matthias Krüger | -26/+169 |
| 2025-09-09 | Rollup merge of #146326 - cyrgani:int-module-1, r=jhpratt | Stuart Cook | -219/+81 |
| 2025-09-09 | Rollup merge of #146324 - RalfJung:no-ptr-fragment, r=oli-obk | Stuart Cook | -1/+37 |
| 2025-09-09 | Rollup merge of #146314 - cyrgani:hide-fmt-args-nl, r=GuillaumeGomez | Stuart Cook | -0/+1 |
| 2025-09-09 | Rollup merge of #146300 - bjoernager:f16-f128-sum-product, r=jhpratt | Stuart Cook | -1/+1 |
| 2025-09-08 | change end to last | Jeremy Smart | -26/+169 |
| 2025-09-08 | simplify the declaration of the legacy integer modules (`std::u32` etc.) | cyrgani | -219/+81 |
| 2025-09-08 | Rollup merge of #146319 - justinyaodu:patch-1, r=jhpratt | Matthias Krüger | -1/+1 |
| 2025-09-08 | mark `format_args_nl!` as `#[doc(hidden)]` | cyrgani | -0/+1 |
| 2025-09-08 | const-eval: disable pointer fragment support | Ralf Jung | -1/+37 |
| 2025-09-08 | Auto merge of #146173 - Kmeakin:km/unicode-data/no-ascii, r=jhpratt | bors | -244/+313 |
| 2025-09-07 | Fix typo in default.rs | Justin Yao Du | -1/+1 |
| 2025-09-07 | Implement 'Sum' and 'Product' for 'f16' and 'f128'; | Gabriel Bjørnager Jensen | -1/+1 |
| 2025-09-07 | optimization: Don't include ASCII characters in Unicode tables | Karl Meakin | -244/+313 |
| 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-06 | Rollup merge of #145940 - pascaldekloe:int-exp-tune, r=tgross35 | Trevor Gross | -176/+213 |
| 2025-09-06 | clean up some old const trait impl syntax | Nathaniel McCallum | -106/+55 |
| 2025-09-05 | Rollup merge of #146234 - hkBst:file-generated-header, r=tgross35 | León Orell Valerian Liehr | -1/+1 |
| 2025-09-05 | Rollup merge of #146225 - Jules-Bertholet:simplify-float-midpoint, r=tgross35 | León Orell Valerian Liehr | -32/+0 |
| 2025-09-05 | single buffer for exponent fmt of integers | Pascal S. de Kloe | -176/+213 |
| 2025-09-05 | change file-is-generated doc comment to inner | Marijn Schouten | -1/+1 |
| 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/+226 |
| 2025-09-04 | Rollup merge of #146136 - AudaciousAxiom:docs/missing-closing-code-block-fenc... | Stuart Cook | -2/+5 |
| 2025-09-04 | Rollup merge of #146054 - joboet:array-repeat-must_use, r=ibraheemdev | Stuart Cook | -0/+1 |
| 2025-09-04 | Rollup merge of #143725 - kennytm:peekable_next_if_map, r=jhpratt | Stuart Cook | -0/+102 |
| 2025-09-03 | Rollup merge of #145414 - Kmeakin:km/unicode-table-refactors, r=joshtriplett,... | Stuart Cook | -4/+16 |
| 2025-09-03 | Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35 | Stuart Cook | -150/+237 |
| 2025-09-03 | Add `funnel_sh{l,r}` functions and intrinsics | sayantn | -0/+226 |
| 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/+5 |
| 2025-09-01 | Constify conversion traits | ltdk | -150/+237 |
| 2025-09-01 | constify impl Try for ControlFlow | Nathaniel McCallum | -2/+4 |
| 2025-09-01 | Rollup merge of #145968 - connortsui20:bound-copied, r=joboet | Stuart Cook | -2/+30 |
| 2025-08-31 | add `#[must_use]` to `array::repeat` | joboet | -0/+1 |
| 2025-08-31 | Rollup merge of #145931 - gonzalobg:patch-1, r=nagisa | Matthias Krüger | -3/+2 |
| 2025-08-31 | Rollup merge of #145174 - 197g:issue-145148-select-unpredictable-drop, r=joboet | Matthias Krüger | -2/+35 |
| 2025-08-30 | Auto merge of #145479 - Kmeakin:km/hardcode-char-is-control, r=joboet | bors | -27/+5 |
| 2025-08-30 | Switch select_unpredictable guard to raw pointer | Aurelia Molzer | -8/+11 |
| 2025-08-30 | Simplify select_unpredictable guard selection | Aurelia Molzer | -6/+6 |
| 2025-08-30 | Rollup merge of #145969 - actuallylost:duration-from-nanos-128, r=tgross35 | Stuart Cook | -0/+36 |
| 2025-08-30 | Rollup merge of #145776 - ChaiTRex:ilog_specialization, r=joboet | Stuart Cook | -0/+14 |