| Age | Commit message (Expand) | Author | Lines |
| 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 and poison condvar tests | Connor Tsui | -195/+241 |
| 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 | -744/+1988 |
| 2025-08-22 | modify `LazyLock` poison panic message | Connor Tsui | -34/+59 |
| 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 #144960 - raoulstrackx:raoul/rte-513-disable_sleep_tests_on_s... | Stuart Cook | -0/+1 |
| 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 | -504/+702 |
| 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 |
| 2025-08-16 | tidy now installs typos-cli as-needed via cargo | binarycat | -1/+1 |
| 2025-08-16 | run spellcheck as a tidy extra check in ci | binarycat | -2/+2 |
| 2025-08-16 | library: Migrate from `cfg_if` to `cfg_select` | Josh Triplett | -504/+702 |
| 2025-08-16 | Fix typo in doc for library/std/src/fs.rs#set_permissions | Alan Urmancheev | -1/+1 |
| 2025-08-15 | stabilize strict provenance atomic ptr | Kivooeo | -1/+0 |
| 2025-08-15 | stabilize const pathbuf osstring new | Kivooeo | -2/+2 |
| 2025-08-15 | Rollup merge of #145412 - tgross35:win-tid, r=ChrisDenton | Jakub Beránek | -3/+3 |
| 2025-08-15 | Rollup merge of #144210 - Gelbpunkt:thread-stack-size-musl, r=jhpratt | Jakub Beránek | -1/+12 |
| 2025-08-15 | Rollup merge of #145331 - theemathas:std-prelude-2024, r=tgross35 | Stuart Cook | -1/+1 |
| 2025-08-15 | Rollup merge of #145322 - LorrensP-2158466:early-prelude-processing, r=petroc... | Stuart Cook | -3/+4 |