about summary refs log tree commit diff
path: root/library/std/src/sys/windows/process.rs
AgeCommit message (Expand)AuthorLines
2022-02-14Maintain broken symlink behaviour for the Windows exe resolverChris Denton-2/+17
2022-02-09Rollup merge of #93445 - yaahc:exitcode-constructor, r=dtolnayYuki Okushi-0/+6
2022-02-06Add From<u8> for ExitCodeJane Lusby-0/+6
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-4/+4
2022-01-03Explicitly pass `PATH` to the Windows exe resolverChris Denton-11/+20
2021-12-16Quote bat script command lineChris Denton-0/+16
2021-10-31 Windows: Resolve Command program without using the current directoryChris Denton-26/+141
2021-08-19Use the correct `into_*` on Windows to avoid dropping a stdio handle.Dan Gohman-2/+2
2021-08-19I/O safety.Dan Gohman-19/+22
2021-08-08Fix Windows Command::env("PATH")Chris Denton-5/+24
2021-07-09Debug formatting of raw_arg()Kornel-2/+6
2021-07-09Unescaped command-line arguments for WindowsKornel-18/+51
2021-07-04Auto merge of #85270 - ChrisDenton:win-env-case, r=m-ou-sebors-9/+74
2021-06-26Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkovbors-1/+1
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-06-19Windows: Fix `Command::env_clear` so it worksChris Denton-0/+6
2021-06-17Document how Windows compares environment variablesChris Denton-3/+22
2021-05-19Windows `Command` environment variables are case-preservingChris Denton-9/+55
2021-05-12Provide ExitStatusErrorIan Jackson-2/+23
2021-04-28Remove `DropGuard` in `sys::windows::process` and use `StaticMutex` insteadChristiaan Dirkx-24/+4
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-1/+1
2021-02-17Expose force_quotes on Windows.Yonggang Luo-3/+9
2020-09-26Add accessors to Command.Eric Huss-1/+47
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-38/+3
2020-07-27mv std libs to library/mark-0/+566