about summary refs log tree commit diff
path: root/library/std/src/process
AgeCommit message (Expand)AuthorLines
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