about summary refs log tree commit diff
path: root/library/std/src/os/unix/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-1/+49
2021-08-19Add I/O safety trait impls for process::Stdio and process::Child.Dan Gohman-1/+11
2021-08-19I/O safety.Dan Gohman-7/+7
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-06-25Fix a few misspellings.Eric Huss-1/+1
2021-05-18Auto merge of #82973 - ijackson:exitstatuserror, r=yaahcbors-7/+46
2021-05-12ExitStatusError: Remove mentions in stable docsIan Jackson-27/+3
2021-05-12unix: impl ExitStatusExt for ExitStatusErrorIan Jackson-7/+70
2021-05-07unix process: pre_exec: Discuss panic safetyIan Jackson-0/+6
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-0/+337