| Age | Commit message (Expand) | Author | Lines |
| 2025-07-11 | Rollup merge of #142391 - LevitatingBusinessMan:setsid, r=workingjubilee | Matthias Krüger | -0/+8 |
| 2025-07-10 | rust: library: Add setsid method to CommandExt trait | LevitatingBusinessMan (Rein Fernhout) | -0/+8 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -1/+1 |
| 2025-07-01 | Update version placeholders | Josh Stone | -8/+8 |
| 2025-06-29 | Rollup merge of #142889 - nabijaczleweli:rusts, r=Mark-Simulacrum | Matthias Krüger | -7/+5 |
| 2025-06-28 | Rollup merge of #123476 - devnexen:std_net_solaris_exclbind, r=Mark-Simulacrum | Matthias Krüger | -0/+102 |
| 2025-06-28 | "set by Rusts options". Remove misleading always-true if cfg!(unix). Drop #![... | наб | -7/+5 |
| 2025-06-24 | Rollup merge of #140005 - mlowicki:patch-1, r=tgross35 | Guillaume Gomez | -1/+22 |
| 2025-06-20 | Rollup merge of #141990 - Qelxiros:141975-unix_send_signal, r=ChrisDenton,tgr... | Trevor Gross | -0/+38 |
| 2025-06-18 | add ChildExt(::send_signal) | Jeremy Smart | -0/+38 |
| 2025-06-16 | Set MSG_NOSIGNAL for UnixSteam | Michał Łowicki | -1/+22 |
| 2025-06-12 | Delegate `<SocketAddr as Debug>` to `ByteStr` | Tamir Duberstein | -4/+14 |
| 2025-06-10 | std::net: adding `unix_socket_exclbind` feature for solaris/illumos. | David Carlier | -0/+102 |
| 2025-06-09 | Rollup merge of #129121 - devnexen:stabilize_ext_linux_tcp_layer, r=tgross35 | Matthias Krüger | -10/+8 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -0/+1 |
| 2025-05-23 | Rollup merge of #141019 - ehuss:android-doctest-xcompile, r=Mark-Simulacrum | Matthias Krüger | -0/+15 |
| 2025-05-21 | Apply suggestions from code review | Josh Triplett | -5/+5 |
| 2025-05-20 | `CommandExt::chroot`: Add tracking issue | Josh Triplett | -1/+1 |
| 2025-05-20 | `CommandExt::chroot`: Document difference to underlying `chroot` | Josh Triplett | -3/+5 |
| 2025-05-20 | Add `std::os::unix::process::CommandExt::chroot` to safely chroot a child pro... | Josh Triplett | -0/+16 |
| 2025-05-16 | Rollup merge of #141013 - federico-terzi:feat/command_startupinfo_windows, r=... | Matthias Krüger | -0/+36 |
| 2025-05-16 | Rollup merge of #140984 - mlowicki:patch-2, r=ibraheemdev | Matthias Krüger | -2/+2 |
| 2025-05-14 | Update std doctests for android | Eric Huss | -0/+15 |
| 2025-05-14 | wire up startupinfo methods | Federico Terzi | -0/+36 |
| 2025-05-13 | fix doc for UnixStream | Michał Łowicki | -2/+2 |
| 2025-05-10 | Remove `stable` attribute from wasi fs (read_exact|write_all)_at | Paolo Barbolini | -2/+0 |
| 2025-04-27 | use generic Atomic type where possible | Christopher Durham | -16/+16 |
| 2025-04-23 | Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo` | Jiahao XU | -0/+56 |
| 2025-04-09 | replace version placeholder | Boxy | -24/+24 |
| 2025-03-23 | Trusty: Fix build for anonymous pipes and std::sys::process | Thalia Archibald | -4/+14 |
| 2025-03-17 | Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplett | Jacob Pratt | -1/+171 |
| 2025-03-17 | Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet | Jacob Pratt | -2/+122 |
| 2025-03-14 | Rollup merge of #136001 - hkBst:patch-21, r=cuviper | Jacob Pratt | -49/+75 |
| 2025-03-14 | Mv os-specific trait impl of `Pipe*` into `std::os::*` | Jiahao XU | -1/+171 |
| 2025-03-13 | Rollup merge of #138162 - ehuss:library-2024, r=cuviper | Matthias Krüger | -1/+1 |
| 2025-03-11 | Migrate std to Rust 2024 | Eric Huss | -1/+1 |
| 2025-03-10 | Remove unused file | Nicole L | -4/+0 |
| 2025-03-10 | Format after patches have been applied | Nicole LeGare | -6/+11 |
| 2025-03-10 | Apply rustc-0054-Add-std-os-fd-support-for-Trusty.patch | Nicole LeGare | -6/+43 |
| 2025-03-10 | Readd os::cygwin::raw as pub(crate) | 王宇逸 | -0/+5 |
| 2025-03-10 | Remove std::os::cygwin::raw | 王宇逸 | -91/+0 |
| 2025-03-10 | Fix building for cygwin | 王宇逸 | -0/+1 |
| 2025-03-10 | Initial STD support for Cygwin | 王宇逸 | -2/+207 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -25/+17 |
| 2025-02-28 | Use correct error message casing for `io::const_error`s | Noratrieb | -1/+1 |
| 2025-02-17 | Remove std::os::wasi::fs::FileExt::tell | Thalia Archibald | -11/+0 |
| 2025-02-14 | Add safe new to NotAllOnes | Kornel | -24/+12 |
| 2025-02-12 | std: replace the `FromInner` implementation for addresses with private conver... | joboet | -2/+2 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -34/+40 |
| 2025-02-08 | Rustfmt | bjorn3 | -34/+40 |