about summary refs log tree commit diff
path: root/library/std/src/os/windows/process.rs
AgeCommit message (Expand)AuthorLines
2022-07-07Rollup merge of #97917 - AronParker:master, r=ChrisDentonMatthias Krüger-0/+23
2022-06-20Rollup merge of #97149 - ChrisDenton:win_async_pipes, r=m-ou-seDylan DPC-0/+40
2022-06-20Windows: `CommandExt::async_pipes`Chris Denton-0/+40
2022-06-14Implement stabilization of `#[feature(io_safety)]`.Dan Gohman-3/+3
2022-06-10Make "windows_process_exit_code_from" unstableAron Parker-3/+3
2022-06-10Incorporate warning for potential exit code ambiguitiesAron Parker-0/+4
2022-06-10Fix copy paste errorAron Parker-1/+1
2022-06-09Implement ExitCodeExt for WindowsAron Parker-0/+19
2022-05-10Expose process main_thread_handle on Windowsunknown-0/+14
2022-04-04Bump windows CommandExt::raw_arg to 1.62David Tolnay-1/+1
2022-01-15stabilize windows_process_extensions_raw_argJacob Kiesel-1/+1
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