summary refs log tree commit diff
path: root/library/std/src/os/unix/process.rs
AgeCommit message (Expand)AuthorLines
2021-11-12Rollup merge of #90704 - ijackson:exitstatus-comments, r=joshtriplettMatthias Krüger-1/+1
2021-11-11unix::ExitStatusExt: Correct reference to _exit system callIan Jackson-1/+1
2021-11-09Add a real tracking issue for `CommandExt::groups`Josh Stone-1/+1
2021-10-30Add #[must_use] to remaining std functions (O-Z)John Kugelman-0/+1
2021-10-23Rollup merge of #88300 - ijackson:exitstatusext-methods, r=yaahcMatthias Krüger-4/+4
2021-10-22Apply suggestions from code reviewJane Lusby-4/+4
2021-10-05Apply suggestions from code reviewJane Lusby-4/+4
2021-09-17modify std::os docs to be more consistentSachin Cherian-1/+3
2021-08-24Stabilise unix_process_await_more, extra ExitStatusExt methodsIan Jackson-4/+4
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