| Age | Commit message (Expand) | Author | Lines |
| 2025-09-08 | Auto merge of #146173 - Kmeakin:km/unicode-data/no-ascii, r=jhpratt | bors | -247/+315 |
| 2025-09-07 | Rollup merge of #146269 - weihanglo:solaris-flock, r=Mark-Simulacrum | Matthias Krüger | -0/+70 |
| 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 |
| 2025-09-04 | std: Implement WASIp2-specific stdio routines | Alex Crichton | -3/+127 |
| 2025-09-04 | Rollup merge of #146194 - bend-n:fix-path-str-eq, r=ibraheemdev | Matthias Krüger | -1/+7 |
| 2025-09-04 | fix | bendn | -1/+1 |
| 2025-09-04 | add test | bendn | -0/+6 |
| 2025-09-04 | Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35 | Jacob Pratt | -0/+264 |
| 2025-09-04 | Rollup merge of #146136 - AudaciousAxiom:docs/missing-closing-code-block-fenc... | Stuart Cook | -2/+7 |
| 2025-09-04 | Rollup merge of #146054 - joboet:array-repeat-must_use, r=ibraheemdev | Stuart Cook | -0/+1 |
| 2025-09-04 | Rollup merge of #145750 - btj:drop-alloc-guard, r=tgross35 | Stuart Cook | -25/+2 |
| 2025-09-04 | Rollup merge of #145209 - hanna-kruppe:path_add_extension, r=tgross35 | Stuart Cook | -7/+3 |
| 2025-09-04 | Rollup merge of #143725 - kennytm:peekable_next_if_map, r=jhpratt | Stuart Cook | -0/+189 |
| 2025-09-04 | Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35 | Stuart Cook | -23/+307 |
| 2025-09-03 | Add `read_buf` equivalents for positioned reads | Niklas Fiekas | -23/+308 |
| 2025-09-03 | Rollup merge of #145944 - alexcrichton:native-wasip2, r=tgross35 | Stuart Cook | -14/+205 |
| 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 | -168/+275 |
| 2025-09-03 | Unify and deduplicate algebraic float tests | Romain Perier | -83/+44 |
| 2025-09-03 | Add `funnel_sh{l,r}` functions and intrinsics | sayantn | -0/+264 |
| 2025-09-03 | raw_vec.rs: Remove superfluous fn alloc_guard | Bart Jacobs | -25/+2 |
| 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/+7 |
| 2025-09-02 | Rollup merge of #146118 - RalfJung:miri-abort, r=joboet | Guillaume Gomez | -2/+5 |
| 2025-09-02 | Rollup merge of #146088 - npmccallum:try, r=scottmcm | Guillaume Gomez | -2/+4 |
| 2025-09-02 | Rollup merge of #144066 - RalfJung:extern-c-variadics, r=workingjubilee | Guillaume Gomez | -1/+0 |
| 2025-09-02 | improve process::abort rendering in Miri backtraces | Ralf Jung | -2/+5 |
| 2025-09-02 | stabilize extended_varargs_abi_support | Ralf Jung | -1/+0 |
| 2025-09-01 | Constify conversion traits | ltdk | -168/+275 |
| 2025-09-01 | constify impl Try for ControlFlow | Nathaniel McCallum | -2/+4 |