about summary refs log tree commit diff
path: root/library/std/src/os/windows/process.rs
AgeCommit message (Expand)AuthorLines
2021-09-17modify std::os docs to be more consistentSachin Cherian-1/+3
2021-08-19Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.Dan Gohman-5/+7
2021-08-19Add I/O safety trait impls for process::Stdio and process::Child.Dan Gohman-1/+25
2021-08-19I/O safety.Dan Gohman-9/+9
2021-07-09Use AsRef in CommandExt for raw_argKornel-3/+3
2021-07-09Unescaped command-line arguments for WindowsKornel-0/+13
2021-05-03Move `std::sys::windows::ext` to `std::os::windows`Christiaan Dirkx-0/+141