| 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/+772 |
| 2025-06-18 | Rollup merge of #142654 - workingjubilee:increase-timeout-factor-on-mpmc-test... | Trevor Gross | -2/+2 |
| 2025-06-18 | add ChildExt(::send_signal) | Jeremy Smart | -8/+67 |
| 2025-06-17 | library: Increase timeout on mpmc test to reduce flakes | Jubilee Young | -2/+2 |
| 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/+772 |
| 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 | Rollup merge of #142452 - ChrisDenton:intermittent, r=Noratrieb | Jubilee | -3/+2 |
| 2025-06-13 | Remove "intermittent" wording from `ReadDir` | Chris Denton | -3/+2 |
| 2025-06-13 | Rollup merge of #142308 - tgross35:upgrade-library-object, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2025-06-12 | Delegate `<SocketAddr as Debug>` to `ByteStr` | Tamir Duberstein | -4/+14 |
| 2025-06-11 | Upgrade the standard library `addr2line` version | Trevor Gross | -1/+1 |
| 2025-06-11 | Upgrade the standard library `object` version | Trevor Gross | -2/+2 |
| 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 | -38/+43 |
| 2025-06-09 | Rollup merge of #142238 - RalfJung:nonnull_provenance, r=workingjubilee | Trevor Gross | -1/+0 |
| 2025-06-09 | Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3 | Trevor Gross | -1/+1 |
| 2025-06-09 | Auto merge of #142242 - matthiaskrgr:rollup-1sgx0ji, r=matthiaskrgr | bors | -144/+10 |
| 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-09 | Rollup merge of #142224 - joshtriplett:remove-gratuitous-wait-in-stress-test,... | Matthias Krüger | -6/+16 |
| 2025-06-08 | Avoid a gratuitous 10s wait in a stress test | Josh Triplett | -6/+16 |
| 2025-06-08 | Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser | Jubilee | -1/+6 |
| 2025-06-08 | De-duplicate f16 & f128 doctest attributes | Urgau | -134/+2 |
| 2025-06-08 | Use the in-tree `compiler-builtins` | Trevor Gross | -1/+1 |
| 2025-06-07 | Rollup merge of #137992 - its-the-shrimp:stabilise_os_string_pathbuf_leak, r=... | Jacob Pratt | -3/+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 | -3/+2 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -1/+6 |
| 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 | -72/+32 |
| 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 | -9/+2 |