| Age | Commit message (Expand) | Author | Lines |
| 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 #146299 - smirzaei:doc/improve-path-canonicalize-docs, r=jhpratt | Matthias Krüger | -0/+8 |
| 2025-09-07 | Rollup merge of #146269 - weihanglo:solaris-flock, r=Mark-Simulacrum | Matthias Krüger | -0/+70 |
| 2025-09-07 | docs(std): add error docs for path canonicalize | Soroush Mirzaei | -0/+8 |
| 2025-09-07 | Auto merge of #146216 - LorrensP-2158466:miri-float-nondet-foreign-items-take... | bors | -40/+40 |
| 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 | -40/+40 |
| 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-05 | Rollup merge of #138944 - madsmtm:apple_os_version_check, r=tgross35 | León Orell Valerian Liehr | -0/+1077 |
| 2025-09-05 | Add __isOSVersionAtLeast and __isPlatformVersionAtLeast symbols | Mads Marquart | -0/+1077 |
| 2025-09-05 | Rollup merge of #146207 - alexcrichton:wasip2-stdio, r=juntyr | Trevor Gross | -3/+127 |
| 2025-09-04 | Add `Path::has_trailing_sep` and related methods | ltdk | -3/+184 |
| 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/+1 |
| 2025-09-04 | fix | bendn | -1/+1 |
| 2025-09-04 | Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35 | Jacob Pratt | -0/+1 |
| 2025-09-04 | Rollup merge of #145209 - hanna-kruppe:path_add_extension, r=tgross35 | Stuart Cook | -6/+2 |
| 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 | std: improve the `dlsym!` macro and add a test for it | joboet | -51/+102 |
| 2025-09-03 | Rollup merge of #145944 - alexcrichton:native-wasip2, r=tgross35 | Stuart Cook | -13/+177 |
| 2025-09-03 | Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35 | Stuart Cook | -9/+19 |
| 2025-09-03 | Add `funnel_sh{l,r}` functions and intrinsics | sayantn | -0/+1 |
| 2025-09-03 | thread parking: fix docs and examples | Ralf Jung | -16/+59 |
| 2025-09-02 | Rollup merge of #146118 - RalfJung:miri-abort, r=joboet | Guillaume Gomez | -2/+5 |
| 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 | -9/+19 |
| 2025-08-31 | std: fix `SplitPaths` regression | joboet | -5/+15 |
| 2025-08-30 | Rollup merge of #146030 - ChrisDenton:wait-timeout, r=tgross35 | Trevor Gross | -6/+18 |
| 2025-08-30 | Rollup merge of #144964 - 0xdeafbeef:fix-open-options, r=ibraheemdev | Trevor Gross | -22/+91 |
| 2025-08-30 | Fix spurious test timeout | Chris Denton | -6/+18 |
| 2025-08-30 | std: clarify `OpenOptions` error for create without write access | Vladimir Petrzhikovskii | -22/+91 |
| 2025-08-30 | Rollup merge of #144651 - connortsui20:nonpoison_condvar, r=joboet | Stuart Cook | -76/+530 |
| 2025-08-30 | Rollup merge of #143462 - Rudxain:read_to_string_usize, r=joboet | Stuart Cook | -2/+2 |
| 2025-08-29 | Rollup merge of #146017 - maurer:pipe2, r=Mark-Simulacrum | Trevor Gross | -0/+1 |
| 2025-08-29 | Rollup merge of #145991 - GrigorenkoPV:haiku, r=tgross35 | Trevor Gross | -1/+1 |
| 2025-08-29 | Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcm | Trevor Gross | -1/+0 |
| 2025-08-29 | Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=s... | Trevor Gross | -1/+0 |
| 2025-08-29 | std: use a TAIT to define `SplitPaths` on UNIX | joboet | -29/+7 |
| 2025-08-29 | std: haiku: fix `B_FIND_PATH_IMAGE_PATH` | Pavel Grigorenko | -1/+1 |
| 2025-08-29 | Rollup merge of #145793 - he32:netbsd-libexecinfo-fix, r=Mark-Simulacrum | Stuart Cook | -0/+1 |
| 2025-08-29 | Rollup merge of #144354 - rafaeling:fix-142726-qnx8-link-fail, r=tgross35 | Stuart Cook | -1/+1 |
| 2025-08-29 | Mark pipe2 supported in Android | Matthew Maurer | -0/+1 |
| 2025-08-28 | std: Start supporting WASIp2 natively | Alex Crichton | -13/+177 |
| 2025-08-28 | Rollup merge of #142727 - hkBst:rm-static-mut-wasm, r=ChrisDenton | Stuart Cook | -7/+10 |
| 2025-08-27 | Rollup merge of #145746 - ivmarkov:fix-nofollow-espidf, r=ibraheemdev | Jacob Pratt | -2/+11 |