| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-08-27 | Rollup merge of #145335 - clarfonthey:wtf8-core-alloc, r=Mark-Simulacrum | Matthias Krüger | -1842/+40 |
| 2025-08-27 | Rollup merge of #145290 - ntc2:patch-1, r=joshtriplett,tgross35 | Matthias Krüger | -0/+3 |
| 2025-08-27 | Rollup merge of #145078 - minxuanz:riscv-cacheline, r=samueltardieu | Matthias Krüger | -5/+3 |
| 2025-08-27 | Improve std::fs::read_dir docs | Nathan Collins | -0/+3 |
| 2025-08-26 | Rollup merge of #145615 - lorenzleutgeb:socket-doc, r=ChrisDenton | Guillaume Gomez | -1/+1 |
| 2025-08-26 | Rollup merge of #144373 - hkBst:remove-deprecated-1, r=jhpratt | Guillaume Gomez | -191/+28 |
| 2025-08-26 | remove deprecated Error::description in impls | Marijn Schouten | -191/+28 |
| 2025-08-25 | fix(std): Add __my_thread_exit stub for QNX 8 | Rafael RL | -1/+1 |
| 2025-08-23 | Rollup merge of #145799 - ada4a:patch-3, r=GuillaumeGomez | Jacob Pratt | -1/+1 |
| 2025-08-23 | Rollup merge of #145307 - connortsui20:lazylock-poison-msg, r=Amanieu | Jacob Pratt | -3/+6 |
| 2025-08-23 | std/src/lib.rs: mention "search button" instead of "search bar" | Ada Alakbarova | -1/+1 |
| 2025-08-23 | Rollup merge of #144452 - morinmorin:apple/update_read_limit, r=ChrisDenton | Samuel Tardieu | -3/+3 |
| 2025-08-23 | std library: use execinfo library also on NetBSD. | Havard Eidnes | -0/+1 |
| 2025-08-23 | fix visibility of private getters | Connor Tsui | -3/+6 |
| 2025-08-23 | move `WaitTimeoutResult` up to `mod.rs` | Connor Tsui | -137/+68 |
| 2025-08-23 | change `Barrier` implementation to use `nonpoison::Condvar` | Connor Tsui | -5/+3 |
| 2025-08-23 | add `nonpoison::condvar` implementation | Connor Tsui | -2/+524 |
| 2025-08-23 | Fix STD build failing for target_os = espidf | ivmarkov | -2/+11 |
| 2025-08-22 | Rollup merge of #145633 - qxzcode:patch-1, r=jhpratt | Jacob Pratt | -4/+4 |
| 2025-08-22 | Rollup merge of #144648 - connortsui20:nonpoison_rwlock, r=Mark-Simulacrum | Jacob Pratt | -327/+1458 |
| 2025-08-22 | modify `LazyLock` poison panic message | Connor Tsui | -3/+6 |
| 2025-08-22 | Stabilize `round_char_boundary` feature | okaneco | -1/+0 |
| 2025-08-21 | Rollup merge of #137494 - nabijaczleweli:dup, r=Mark-Simulacrum | Jacob Pratt | -24/+26 |
| 2025-08-21 | Rollup merge of #145673 - Berrysoft:cygwin-fix-flock, r=joshtriplett | Jacob Pratt | -0/+10 |
| 2025-08-21 | Rollup merge of #145525 - typesanitizer:vg/doc, r=Mark-Simulacrum | Jacob Pratt | -1/+1 |