| Age | Commit message (Expand) | Author | Lines |
| 2025-09-09 | Fix compare_against_sw_vers test when a version part is 0 | Mads Marquart | -3/+3 |
| 2025-09-09 | Rollup merge of #146366 - LorrensP-2158466:miri-gamma, r=RalfJung | Matthias Krüger | -5/+5 |
| 2025-09-09 | Rollup merge of #146001 - bjorn3:update_getopts, r=davidtwco | Matthias Krüger | -14/+3 |
| 2025-09-09 | Make the compile test use a const instead | Georg Semmler | -8/+7 |
| 2025-09-09 | Make Barrier RefUnwindSafe again | Georg Semmler | -0/+15 |
| 2025-09-09 | add approx_delta to all gamma tests | LorrensP-2158466 | -5/+5 |
| 2025-09-09 | Rollup merge of #146343 - madsmtm:fix-platform_version, r=tgross35 | Stuart Cook | -3/+8 |
| 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 | -5/+42 |
| 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 | Weakly export platform_version symbols | Mads Marquart | -0/+5 |
| 2025-09-08 | Reorder test to make failures clearer | Mads Marquart | -3/+3 |
| 2025-09-08 | std: move `thread` into `sys` (rename only) | joboet | -0/+0 |
| 2025-09-08 | std: make address resolution weirdness local to SGX | joboet | -216/+276 |
| 2025-09-08 | Rollup merge of #146319 - justinyaodu:patch-1, r=jhpratt | Matthias Krüger | -1/+1 |
| 2025-09-08 | Rollup merge of #146299 - smirzaei:doc/improve-path-canonicalize-docs, r=jhpratt | Matthias Krüger | -0/+8 |
| 2025-09-08 | mark `format_args_nl!` as `#[doc(hidden)]` | cyrgani | -0/+1 |
| 2025-09-08 | const-eval: disable pointer fragment support | Ralf Jung | -5/+42 |
| 2025-09-08 | fix typos in comment | Fang He | -2/+2 |
| 2025-09-08 | add some comments to clarify the fix | Fang He | -0/+6 |
| 2025-09-08 | check before test for hardware capabilites in bits 32~63 of usize | Fang He | -33/+38 |
| 2025-09-08 | Auto merge of #146173 - Kmeakin:km/unicode-data/no-ascii, r=jhpratt | bors | -247/+315 |
| 2025-09-07 | Fix typo in default.rs | Justin Yao Du | -1/+1 |
| 2025-09-07 | Rollup merge of #146269 - weihanglo:solaris-flock, r=Mark-Simulacrum | Matthias Krüger | -0/+70 |
| 2025-09-07 | Implement 'Sum' and 'Product' for 'f16' and 'f128'; | Gabriel Bjørnager Jensen | -1/+1 |
| 2025-09-07 | docs(std): add error docs for path canonicalize | Soroush Mirzaei | -0/+8 |
| 2025-09-07 | optimization: Don't include ASCII characters in Unicode tables | Karl Meakin | -247/+315 |
| 2025-09-07 | Auto merge of #146216 - LorrensP-2158466:miri-float-nondet-foreign-items-take... | bors | -50/+50 |
| 2025-09-07 | feat(std): emulate flock for solaris via fcntl | Weihang Lo | -0/+70 |
| 2025-09-06 | Change stdlib float tests to account for miri nondet floats. | LorrensP-2158466 | -50/+50 |
| 2025-09-06 | Rollup merge of #145940 - pascaldekloe:int-exp-tune, r=tgross35 | Trevor Gross | -176/+237 |
| 2025-09-06 | Rollup merge of #139524 - Berrysoft:cygwin-socket-ext, r=tgross35 | Trevor Gross | -57/+131 |
| 2025-09-06 | Add socket extensions for cygwin | Berrysoft | -57/+131 |
| 2025-09-06 | Auto merge of #146071 - npmccallum:cleanup, r=fmease | bors | -106/+55 |
| 2025-09-06 | clean up some old const trait impl syntax | Nathaniel McCallum | -106/+55 |
| 2025-09-05 | Rollup merge of #146257 - alexcrichton:update-wasi-crate, r=tgross35 | Trevor Gross | -4/+4 |
| 2025-09-05 | std: Update `wasi` crate dependency | Alex Crichton | -4/+4 |
| 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 | Rollup merge of #138944 - madsmtm:apple_os_version_check, r=tgross35 | León Orell Valerian Liehr | -0/+1077 |
| 2025-09-05 | single buffer for exponent fmt of integers | Pascal S. de Kloe | -176/+213 |
| 2025-09-05 | Add __isOSVersionAtLeast and __isPlatformVersionAtLeast symbols | Mads Marquart | -0/+1077 |
| 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 #146207 - alexcrichton:wasip2-stdio, r=juntyr | Trevor Gross | -3/+127 |
| 2025-09-05 | Rollup merge of #146152 - rperier:unify_and_dedup_algebraic_float_tests, r=tg... | Trevor Gross | -83/+44 |
| 2025-09-05 | Rollup merge of #144342 - Qelxiros:exact-bitshifts, r=tgross35 | Trevor Gross | -0/+231 |