about summary refs log tree commit diff
path: root/library/std/src/os
AgeCommit message (Expand)AuthorLines
2025-07-11Rollup merge of #142391 - LevitatingBusinessMan:setsid, r=workingjubileeMatthias Krüger-0/+8
2025-07-10rust: library: Add setsid method to CommandExt traitLevitatingBusinessMan (Rein Fernhout)-0/+8
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-07-01Update version placeholdersJosh Stone-8/+8
2025-06-29Rollup merge of #142889 - nabijaczleweli:rusts, r=Mark-SimulacrumMatthias Krüger-7/+5
2025-06-28Rollup merge of #123476 - devnexen:std_net_solaris_exclbind, r=Mark-SimulacrumMatthias Krüger-0/+102
2025-06-28"set by Rusts options". Remove misleading always-true if cfg!(unix). Drop #![...наб-7/+5
2025-06-24Rollup merge of #140005 - mlowicki:patch-1, r=tgross35Guillaume Gomez-1/+22
2025-06-20Rollup merge of #141990 - Qelxiros:141975-unix_send_signal, r=ChrisDenton,tgr...Trevor Gross-0/+38
2025-06-18add ChildExt(::send_signal)Jeremy Smart-0/+38
2025-06-16Set MSG_NOSIGNAL for UnixSteamMichał Łowicki-1/+22
2025-06-12Delegate `<SocketAddr as Debug>` to `ByteStr`Tamir Duberstein-4/+14
2025-06-10std::net: adding `unix_socket_exclbind` feature for solaris/illumos.David Carlier-0/+102
2025-06-09Rollup merge of #129121 - devnexen:stabilize_ext_linux_tcp_layer, r=tgross35Matthias Krüger-10/+8
2025-06-06Add new Tier-3 targets: `loongarch32-unknown-none*`WANG Rui-0/+1
2025-05-23Rollup merge of #141019 - ehuss:android-doctest-xcompile, r=Mark-SimulacrumMatthias Krüger-0/+15
2025-05-21Apply suggestions from code reviewJosh Triplett-5/+5
2025-05-20`CommandExt::chroot`: Add tracking issueJosh Triplett-1/+1
2025-05-20`CommandExt::chroot`: Document difference to underlying `chroot`Josh Triplett-3/+5
2025-05-20Add `std::os::unix::process::CommandExt::chroot` to safely chroot a child pro...Josh Triplett-0/+16
2025-05-16Rollup merge of #141013 - federico-terzi:feat/command_startupinfo_windows, r=...Matthias Krüger-0/+36
2025-05-16Rollup merge of #140984 - mlowicki:patch-2, r=ibraheemdevMatthias Krüger-2/+2
2025-05-14Update std doctests for androidEric Huss-0/+15
2025-05-14wire up startupinfo methodsFederico Terzi-0/+36
2025-05-13fix doc for UnixStreamMichał Łowicki-2/+2
2025-05-10Remove `stable` attribute from wasi fs (read_exact|write_all)_atPaolo Barbolini-2/+0
2025-04-27use generic Atomic type where possibleChristopher Durham-16/+16
2025-04-23Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo`Jiahao XU-0/+56
2025-04-09replace version placeholderBoxy-24/+24
2025-03-23Trusty: Fix build for anonymous pipes and std::sys::processThalia Archibald-4/+14
2025-03-17Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplettJacob Pratt-1/+171
2025-03-17Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboetJacob Pratt-2/+122
2025-03-14Rollup merge of #136001 - hkBst:patch-21, r=cuviperJacob Pratt-49/+75
2025-03-14Mv os-specific trait impl of `Pipe*` into `std::os::*`Jiahao XU-1/+171
2025-03-13Rollup merge of #138162 - ehuss:library-2024, r=cuviperMatthias Krüger-1/+1
2025-03-11Migrate std to Rust 2024Eric Huss-1/+1
2025-03-10Remove unused fileNicole L-4/+0
2025-03-10Format after patches have been appliedNicole LeGare-6/+11
2025-03-10Apply rustc-0054-Add-std-os-fd-support-for-Trusty.patchNicole LeGare-6/+43
2025-03-10Readd os::cygwin::raw as pub(crate)王宇逸-0/+5
2025-03-10Remove std::os::cygwin::raw王宇逸-91/+0
2025-03-10Fix building for cygwin王宇逸-0/+1
2025-03-10Initial STD support for Cygwin王宇逸-2/+207
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-25/+17
2025-02-28Use correct error message casing for `io::const_error`sNoratrieb-1/+1
2025-02-17Remove std::os::wasi::fs::FileExt::tellThalia Archibald-11/+0
2025-02-14Add safe new to NotAllOnesKornel-24/+12
2025-02-12std: replace the `FromInner` implementation for addresses with private conver...joboet-2/+2
2025-02-09Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrumbors-34/+40
2025-02-08Rustfmtbjorn3-34/+40