| Age | Commit message (Expand) | Author | Lines |
| 2025-10-04 | Rollup merge of #147190 - joboet:sys-net-cleanup, r=hkBst,tgross35 | Matthias Krüger | -220/+251 |
| 2025-10-04 | Rollup merge of #146451 - DimitriiTrater:atan2_correctness_docs, r=tgross35 | Matthias Krüger | -16/+24 |
| 2025-10-03 | Document fully-qualified syntax in `as`' keyword doc | Fletcher Porter | -3/+32 |
| 2025-10-02 | Rollup merge of #146281 - Jules-Bertholet:static-align-thread-local, r=Mark-S... | Matthias Krüger | -72/+408 |
| 2025-10-01 | Fix memory leak in `os` impl | Jules Bertholet | -31/+72 |
| 2025-10-01 | Rollup merge of #147213 - ivmarkov:fix-hostname-espidf, r=joboet | Stuart Cook | -1/+1 |
| 2025-10-01 | Fix broken STD build for ESP-IDF | ivmarkov | -1/+1 |
| 2025-10-01 | Auto merge of #147198 - matthiaskrgr:rollup-b0ryvvu, r=matthiaskrgr | bors | -3/+25 |
| 2025-09-30 | Add fast-path for accessing the current thread id | Josh Simmons | -3/+25 |
| 2025-09-30 | Rollup merge of #142506 - clarfonthey:path-trailing-sep, r=joboet | Matthias Krüger | -3/+184 |
| 2025-09-30 | std: merge address family computation | joboet | -57/+26 |
| 2025-09-30 | std: add missing unsafe blocks | joboet | -136/+156 |
| 2025-09-30 | std: improve internal socket functions | joboet | -27/+69 |
| 2025-09-30 | std: call WinSock cleanup function directly instead of through its reexport | joboet | -2/+2 |
| 2025-09-29 | Rollup merge of #146937 - joboet:gethostname, r=Mark-Simulacrum | Matthias Krüger | -78/+224 |
| 2025-09-29 | std: implement `hostname` | joboet | -1/+140 |
| 2025-09-29 | Auto merge of #147090 - Noratrieb:immediate-abort-stack-overflow, r=joboet | bors | -2/+13 |
| 2025-09-28 | Rollup merge of #140482 - devnexen:tcp_deferaccept_toduration, r=joboet | Matthias Krüger | -17/+27 |
| 2025-09-28 | Rollup merge of #147110 - SebastianSpeitel:patch-1, r=saethlin | Matthias Krüger | -1/+1 |
| 2025-09-28 | Rollup merge of #147093 - jackpot51:redox-path, r=bjorn3 | Matthias Krüger | -1/+1 |
| 2025-09-28 | Rollup merge of #146788 - sysrex:146756/discord_invite, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2025-09-28 | Fix typo | Sebastian Speitel | -1/+1 |
| 2025-09-27 | Hoist non-platform-specific code out of `thread_local_inner!` | Jules Bertholet | -16/+6 |
| 2025-09-27 | fix build for android | David Carlier | -0/+1 |
| 2025-09-27 | redox: switch to colon as path separator | Jeremy Soller | -1/+1 |
| 2025-09-27 | Skip stack overflow handler for panic=immediate-abort | Noratrieb | -2/+13 |
| 2025-09-27 | Remove `cfg(bootstrap)` for `doc_cfg` feature following #141925 | Guillaume Gomez | -6/+1 |
| 2025-09-27 | Fix autodiff feature activation | Guillaume Gomez | -1/+0 |
| 2025-09-27 | fmt | Guillaume Gomez | -5/+1 |
| 2025-09-27 | Remove `doc_cfg_hide` feature | Guillaume Gomez | -1/+2 |
| 2025-09-27 | Strenghten checks for `doc(auto_cfg(show/hide))` attributes | Guillaume Gomez | -7/+1 |
| 2025-09-27 | Implement RFC 3631 | Guillaume Gomez | -1/+15 |
| 2025-09-27 | Auto merge of #146636 - Mark-Simulacrum:bootstrap-bump, r=jieyouxu | bors | -15/+15 |
| 2025-09-26 | Update CURRENT_RUSTC_VERSION post-bump | Mark Rousskov | -15/+15 |
| 2025-09-26 | Support `#[rustc_align_static]` inside `thread_local!` | Jules Bertholet | -72/+377 |
| 2025-09-26 | std::net: update tcp deferaccept delay type to Duration. | David Carlier | -17/+26 |
| 2025-09-26 | Rollup merge of #145113 - petrochenkov:lessfinalize, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-09-26 | Rollup merge of #147049 - vexide:vex-std, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-09-25 | std: fix warning in VEXos stdio module | Tropical | -1/+1 |
| 2025-09-25 | resolve: Do not finalize shadowed bindings | Vadim Petrochenkov | -1/+1 |
| 2025-09-25 | Auto merge of #147019 - Zalathar:rollup-boxzbmo, r=Zalathar | bors | -2/+982 |
| 2025-09-25 | Fix atan2 inaccuracy in documentation | DimitriiTrater | -16/+24 |
| 2025-09-25 | Rollup merge of #147007 - LawnGnome:tosocketaddrs-doc, r=tgross35 | Stuart Cook | -0/+2 |
| 2025-09-25 | Rollup merge of #146735 - Qelxiros:const_mul_add, r=tgross35,RalfJung | Stuart Cook | -2/+5 |
| 2025-09-25 | Rollup merge of #145973 - vexide:vex-std, r=tgross35 | Stuart Cook | -0/+975 |
| 2025-09-25 | Auto merge of #147003 - matthiaskrgr:rollup-b5z9uiz, r=matthiaskrgr | bors | -23/+27 |
| 2025-09-24 | Explicitly note `&[SocketAddr]` impl of `ToSocketAddrs`. | Adam Harvey | -0/+2 |
| 2025-09-24 | Rollup merge of #146958 - el-ev:fix_path_string_eq_recurse, r=joboet | Matthias Krüger | -6/+6 |
| 2025-09-24 | Repro duration_since regression from issue 146228 | Stepan Koltsov | -17/+21 |
| 2025-09-24 | unstably constify float mul_add methods | Jeremy Smart | -2/+5 |