| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-08-21 | Rollup merge of #144758 - QnJ1c2kNCg:master, r=Noratrieb | Jacob Pratt | -6/+6 |
| 2025-08-20 | Move WTF-8 code from std to core/alloc | ltdk | -8/+40 |
| 2025-08-20 | Copy WTF-8 code into core/alloc (for better diffs) | ltdk | -1834/+0 |
| 2025-08-21 | Add flock support for cygwin | 王宇逸 | -0/+10 |
| 2025-08-20 | Rollup merge of #145006 - ginnyTheCat:docs-skip-until, r=ibraheemdev | Jacob Pratt | -2/+7 |
| 2025-08-19 | Auto merge of #145601 - jieyouxu:rollup-t5mbqhc, r=jieyouxu | bors | -1/+1 |
| 2025-08-19 | Tweak wording again | Quinn Tucker | -1/+1 |
| 2025-08-19 | Adjust wording for conciseness | Quinn Tucker | -2/+2 |
| 2025-08-19 | Fix typos in LocalKey documentation | Quinn Tucker | -2/+2 |
| 2025-08-19 | Auto merge of #145600 - jieyouxu:rollup-jw0bpnt, r=jieyouxu | bors | -2/+12 |
| 2025-08-19 | Fix doc of `std::os::windows::io::BorrowedSocket::borrow_raw` | Lorenz Leutgeb | -1/+1 |
| 2025-08-19 | Rollup merge of #145538 - lolbinarycat:std-bufreader-buffer-backshift-less, r... | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-08-19 | Rollup merge of #145511 - semarie:push-rnytptsoxrxn, r=joshtriplett | 许杰友 Jieyou Xu (Joe) | -0/+10 |
| 2025-08-19 | Rollup merge of #145464 - Kivooeo:stabilize-const_pathbuf_osstring_new, r=ibr... | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-08-19 | Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -5/+5 |
| 2025-08-19 | Rollup merge of #142938 - lolbinarycat:std-set_permissions_nofollow, r=ibrahe... | 许杰友 Jieyou Xu (Joe) | -0/+34 |
| 2025-08-19 | Rollup merge of #145563 - Kobzol:remove-from-from-prelude, r=petrochenkov | Stuart Cook | -0/+8 |
| 2025-08-19 | Rollup merge of #140956 - Kixunil:impl-partialeq-str-for-path, r=Amanieu | Stuart Cook | -0/+65 |
| 2025-08-18 | Auto merge of #145489 - joshtriplett:cfg-if-not, r=Amanieu | bors | -501/+695 |
| 2025-08-18 | implement std::fs::set_permissions_nofollow on unix | binarycat | -0/+34 |
| 2025-08-18 | Remove the `From` derive macro from prelude | Jakub Beránek | -0/+8 |
| 2025-08-17 | bufreader::Buffer::backshift: don't move the uninit bytes | binarycat | -1/+1 |
| 2025-08-17 | stdlib: Replace typedef -> type alias in doc comment | Varun Gandhi | -1/+1 |
| 2025-08-17 | Rust build fails on OpenBSD after using file_lock feature | Sebastien Marie | -0/+10 |
| 2025-08-16 | std: fix more typos | binarycat | -2/+2 |