| Age | Commit message (Expand) | Author | Lines |
| 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 | remove unsused div_rem method from bignum | Kivooeo | -56/+0 |
| 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 | move target-specific definitions into constants | Folkert de Vries | -38/+36 |
| 2025-09-07 | move `build_c_file` and `build_rust_file` into `SupportedArchitectureTest` | Folkert de Vries | -143/+143 |
| 2025-09-07 | remove `trait IntrinsicDefinition` | Folkert de Vries | -54/+28 |
| 2025-09-07 | move `print_result_c` into the trait | Folkert de Vries | -83/+75 |
| 2025-09-07 | move `print_result_c` into the inner intrinsic type | Folkert de Vries | -22/+30 |
| 2025-09-07 | move more constants into `SupportedArchitectureTest` | Folkert de Vries | -28/+53 |
| 2025-09-07 | move platform headers into `SupportedArchitectureTest` | Folkert de Vries | -2/+5 |
| 2025-09-07 | move `compare_outputs` implementation into `SupportedArchitectureTest` defini... | Folkert de Vries | -40/+47 |
| 2025-09-07 | update Cargo.lock | Folkert de Vries | -65/+152 |
| 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 | s390x: use the new `u128::funnel_shl` | Folkert de Vries | -15/+5 |
| 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 |