| Age | Commit message (Expand) | Author | Lines |
| 2025-05-19 | Rollup merge of #141248 - RalfJung:reentrant-lock-race, r=joboet | Matthias Krüger | -2/+6 |
| 2025-05-19 | Add `std::io::Seek` instance for `std::io::Take` | Mario Pastorelli | -1/+173 |
| 2025-05-19 | windows: document that we rely on an undocumented property of GetUserProfileD... | Ralf Jung | -0/+2 |
| 2025-05-19 | fix data race in ReentrantLock fallback for targets without 64bit atomics | Ralf Jung | -2/+6 |
| 2025-05-18 | Rollup merge of #140628 - joboet:async_signal_safe, r=Mark-Simulacrum | León Orell Valerian Liehr | -58/+215 |
| 2025-05-18 | Rollup merge of #140966 - est31:let_chains_library, r=tgross35 | León Orell Valerian Liehr | -1/+0 |
| 2025-05-18 | replace `try_reserve_exact` with `try_with_capacity` in `std::fs::read` | Fluid | -2/+1 |
| 2025-05-17 | Auto merge of #138087 - tgross35:core-float-math, r=Amanieu | bors | -867/+29 |
| 2025-05-17 | Rollup merge of #139103 - joboet:abort_dedup, r=tgross35 | Matthias Krüger | -30/+25 |
| 2025-05-17 | Switch library rustc_unimplemented to use `Self` and `This` | mejrs | -1/+1 |
| 2025-05-16 | discuss deadlocks in the std::io::pipe() example | Jack O'Connor | -12/+26 |
| 2025-05-17 | Docs(lib/coll/hm): Add kv pair to `extract_if`'s first sentence | Paul Mabileau | -1/+1 |
| 2025-05-17 | Docs(lib/extract_if): Unify paragraph about elements mutation | Paul Mabileau | -2/+2 |
| 2025-05-17 | Docs(lib/extract_if): Unify paragraph about closure actions | Paul Mabileau | -6/+6 |
| 2025-05-17 | Docs(lib/coll/hm): Reword `extract_if` to use `element` instead of `value` | Paul Mabileau | -3/+3 |
| 2025-05-16 | Remove #![feature(let_chains)] from library and src/librustdoc | est31 | -1/+0 |
| 2025-05-16 | disable the stack overflow handler on miri | joboet | -29/+41 |
| 2025-05-16 | Rollup merge of #141013 - federico-terzi:feat/command_startupinfo_windows, r=... | Matthias Krüger | -0/+72 |
| 2025-05-16 | Rollup merge of #140984 - mlowicki:patch-2, r=ibraheemdev | Matthias Krüger | -2/+2 |
| 2025-05-16 | Rollup merge of #140910 - paolobarbolini:wasi-fs-incorrect-stabilization, r=j... | Matthias Krüger | -2/+0 |
| 2025-05-15 | improve internal fastfail explainer | joboet | -3/+2 |
| 2025-05-15 | deduplicate abort implementations | joboet | -30/+26 |
| 2025-05-14 | Update std doctests for android | Eric Huss | -6/+21 |
| 2025-05-15 | Fix confusing WTF surrogate safety docs | teor | -6/+6 |
| 2025-05-14 | wire up startupinfo methods | Federico Terzi | -0/+72 |
| 2025-05-14 | Fix settimes for vxworks | B I Mohammed Abbas | -2/+1 |
| 2025-05-14 | Fix set_name for vxworks. Length of name should be truncated to VX_TASK_RENAM... | B I Mohammed Abbas | -10/+2 |
| 2025-05-13 | fix doc for UnixStream | Michał Łowicki | -2/+2 |
| 2025-05-13 | Initial implementation of `core_float_math` | Trevor Gross | -867/+29 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -274/+182 |
| 2025-05-12 | update version placeholders | Pietro Albini | -11/+11 |
| 2025-05-10 | Remove `stable` attribute from wasi fs (read_exact|write_all)_at | Paolo Barbolini | -2/+0 |
| 2025-05-10 | Rollup merge of #140783 - veluca93:oncelock-docs, r=jhpratt | Matthias Krüger | -1/+1 |
| 2025-05-10 | Rollup merge of #129334 - ChayimFriedman2:more-lazy-methods, r=Amanieu | Matthias Krüger | -1/+9 |
| 2025-05-08 | Rollup merge of #140759 - dpaoliello:symlink, r=workingjubilee | Matthias Krüger | -0/+16 |
| 2025-05-08 | Update documentation of OnceLock::get_or_init. | Luca Versari | -1/+1 |
| 2025-05-07 | [win][arm64] Disable FS tests that require symlinks | Daniel Paoliello | -0/+16 |
| 2025-05-07 | Fix regression from #140393 for espidf / horizon / nuttx / vita | ivmarkov | -0/+1 |
| 2025-05-07 | Rollup merge of #140656 - joboet:fuchsia_pal, r=workingjubilee | Jacob Pratt | -282/+122 |
| 2025-05-06 | Rollup merge of #140393 - joboet:sys_common_process, r=thomcc | Stuart Cook | -136/+176 |
| 2025-05-06 | Rollup merge of #139773 - thaliaarchi:vec-into-iter-last, r=workingjubilee | Stuart Cook | -2/+2 |
| 2025-05-05 | Consistent trait bounds for ExtractIf Debug impls | David Tolnay | -22/+17 |
| 2025-05-05 | std: stop using TLS in signal handler | joboet | -38/+183 |
| 2025-05-05 | collect all Fuchsia bindings into the `fuchsia` module | joboet | -282/+122 |
| 2025-05-03 | Rollup merge of #140595 - lolbinarycat:std-set_permissions-typo, r=cuviper | Matthias Krüger | -1/+1 |
| 2025-05-03 | Rollup merge of #140564 - ebkalderon:use-present-indicative-in-std-io-pipe-do... | Matthias Krüger | -3/+3 |
| 2025-05-03 | Rollup merge of #139343 - cberner:filelock_wouldblock, r=workingjubilee | Matthias Krüger | -62/+144 |
| 2025-05-02 | Implement Iterator::last for vec::IntoIter | Thalia Archibald | -2/+2 |
| 2025-05-02 | Rollup merge of #140536 - zachs18:mapped-guard-filter-map, r=Amanieu | Matthias Krüger | -41/+35 |
| 2025-05-02 | doc(std): fix typo lchown -> lchmod | binarycat | -1/+1 |