about summary refs log tree commit diff
path: root/library/std/src/process
AgeCommit message (Expand)AuthorLines
2023-09-22Rollup merge of #114379 - RalfJung:command-removed-env-vars, r=m-ou-seMatthias Krüger-1/+46
2023-08-25Added option to set ProcThreadAttributes for Windows processesMichael van Straten-0/+85
2023-08-24also use 'env' for printing unsettingRalf Jung-1/+1
2023-08-24also print clearing the environment entirelyRalf Jung-0/+23
2023-08-24make unsetting env vars print as executable commandRalf Jung-2/+3
2023-08-24Command: also print removed env varsRalf Jung-1/+22
2023-07-05Workaround for old android not having echoChris Denton-1/+8
2023-07-04Test Child::kill behaviour on exited processChris Denton-0/+8
2023-03-06Implement read_buf for a few more typesTomasz Miąsko-1/+33
2022-12-27More verbose `Debug` implementation of `std::process:Command`kraktus-0/+94
2022-03-23Add test for issue #95178Chris Denton-0/+21
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-9/+5
2021-12-23Rollup merge of #92208 - ChrisDenton:win-bat-cmd, r=dtolnayMatthias Krüger-0/+19
2021-12-22Fix testsChris Denton-3/+7
2021-12-16Quote bat script command lineChris Denton-0/+19
2021-11-23fix test in std::process on androidname1e5s-28/+36
2021-10-30Use "rustc" for testing Command argsChris Denton-3/+3
2021-06-24Test that `env_clear` works on WindowsChris Denton-0/+9
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+401