| Age | Commit message (Expand) | Author | Lines |
| 2025-08-01 | thread name in stack overflow message | joboet | -29/+78 |
| 2025-07-07 | Null terminate UNICODE_STRINGs | Chris Denton | -2/+12 |
| 2025-06-23 | Update version placeholders | Josh Stone | -22/+22 |
| 2025-06-22 | Stop dbg! macro yapping about format modifiers | mejrs | -1/+8 |
| 2025-06-20 | Add diagnostic items for Clippy | Samuel Tardieu | -0/+2 |
| 2025-06-20 | Rollup merge of #141990 - Qelxiros:141975-unix_send_signal, r=ChrisDenton,tgr... | Trevor Gross | -8/+67 |
| 2025-06-19 | Auto merge of #141864 - Berrysoft:cygwin-path, r=ChrisDenton | bors | -173/+300 |
| 2025-06-18 | add ChildExt(::send_signal) | Jeremy Smart | -8/+67 |
| 2025-06-17 | Rollup merge of #142517 - ChrisDenton:anon-pipe, r=Mark-Simulacrum | Jacob Pratt | -86/+142 |
| 2025-06-16 | Rollup merge of #142236 - yotamofek:pr/std/pathbuf-extend-docs, r=tgross35 | Jakub Beránek | -0/+27 |
| 2025-06-16 | Add documentation for `PathBuf`'s `FromIterator` and `Extend` impls | Yotam Ofek | -0/+27 |
| 2025-06-16 | Handle win32 separator & prefixes for cygwin paths | 王宇逸 | -173/+300 |
| 2025-06-15 | Windows: Use anonymous pipes in Command | Chris Denton | -86/+142 |
| 2025-06-15 | Stabilize "file_lock" feature | Christopher Berner | -15/+10 |
| 2025-06-14 | Rollup merge of #141493 - tamird:addreskind-bytestr, r=joshtriplett | Matthias Krüger | -4/+14 |
| 2025-06-13 | Remove "intermittent" wording from `ReadDir` | Chris Denton | -3/+2 |
| 2025-06-12 | Delegate `<SocketAddr as Debug>` to `ByteStr` | Tamir Duberstein | -4/+14 |
| 2025-06-10 | Rollup merge of #142102 - kiseitai3:141714_stdin_read_to_string_docs, r=tgross35 | León Orell Valerian Liehr | -0/+40 |
| 2025-06-10 | docs: Small clarification on the usage of read_to_string and read_to_end trai... | kiseitai3 | -0/+40 |
| 2025-06-09 | Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJung | bors | -20/+20 |
| 2025-06-09 | Rollup merge of #142238 - RalfJung:nonnull_provenance, r=workingjubilee | Trevor Gross | -1/+0 |
| 2025-06-09 | Rollup merge of #142192 - Urgau:dedup-f16-f128-test-attrs, r=tgross35 | Matthias Krüger | -134/+2 |
| 2025-06-09 | Rollup merge of #129121 - devnexen:stabilize_ext_linux_tcp_layer, r=tgross35 | Matthias Krüger | -10/+8 |
| 2025-06-09 | stabilize nonnull_provenance | Ralf Jung | -1/+0 |
| 2025-06-08 | Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser | Jubilee | -1/+4 |
| 2025-06-08 | De-duplicate f16 & f128 doctest attributes | Urgau | -134/+2 |
| 2025-06-07 | Rollup merge of #137992 - its-the-shrimp:stabilise_os_string_pathbuf_leak, r=... | Jacob Pratt | -2/+2 |
| 2025-06-06 | Rollup merge of #141471 - RalfJung:unsafe-fn-in-trait, r=traviscross | Guillaume Gomez | -16/+11 |
| 2025-06-06 | Rollup merge of #140418 - tgross35:std-c-size_t, r=workingjubilee | Guillaume Gomez | -0/+2 |
| 2025-06-06 | unsafe keyword docs: emphasize that an unsafe fn in a trait does not get to c... | Ralf Jung | -16/+11 |
| 2025-06-06 | Stabilised `os_string_pathbuf_leak` | schvv31n | -2/+2 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -1/+4 |
| 2025-06-06 | Rollup merge of #142091 - thaliaarchi:aix-getenv, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-06-05 | Fix AIX build | Thalia Archibald | -1/+1 |
| 2025-06-05 | Clarify description of `Seek::stream_len` | Tobias Bucher | -1/+1 |
| 2025-06-05 | Optimize `Seek::stream_len` impl for `File` | Tobias Bucher | -10/+89 |
| 2025-06-05 | change tests to use fixed constants to let them pass with miri | LorrensP-2158466 | -20/+20 |
| 2025-06-04 | Rollup merge of #141467 - cyrgani:const-empty-stringlikes, r=Amanieu | Matthias Krüger | -5/+7 |
| 2025-06-03 | Rollup merge of #141925 - cuviper:vestigial-bootstrap, r=workingjubilee | Matthias Krüger | -8/+2 |
| 2025-06-03 | Rollup merge of #141455 - joboet:tls_exhaustion_abort, r=tgross35 | Matthias Krüger | -11/+10 |
| 2025-06-03 | Enable Float non-determinism in miri. Update and add tests and change | LorrensP-2158466 | -18/+18 |
| 2025-06-03 | Rollup merge of #140715 - lukaslueg:oncecellsyncdocs, r=tgross35 | Matthias Krüger | -5/+13 |
| 2025-06-02 | Remove more library bootstrap | Josh Stone | -6/+1 |
| 2025-06-02 | Remove bootstrap cfgs from library/ | Josh Stone | -2/+1 |
| 2025-06-01 | Rollup merge of #141832 - workingjubilee:explain-what-toctou-races-are, r=tho... | Jacob Pratt | -8/+19 |
| 2025-05-31 | library: explain TOCTOU races in `fs::remove_dir_all` | Jubilee Young | -8/+19 |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -12/+25 |
| 2025-05-31 | Auto merge of #141685 - orlp:inplace-tls-drop, r=joboet | bors | -29/+51 |
| 2025-05-30 | Address review comments. | Orson Peters | -0/+7 |
| 2025-05-29 | Make `std/src/num` mirror `core/src/num` | Trevor Gross | -2/+8 |