about summary refs log tree commit diff
path: root/src/test/ui/command/command-argv0-debug.rs
AgeCommit message (Collapse)AuthorLines
2022-12-27More verbose `Debug` implementation of `std::process:Command`kraktus-21/+0
based on commit: https://github.com/zackmdavis/rust/commit/ccc019aabfdd550944c049625e66c92c815ea1d0 from https://github.com/zackmdavis close https://github.com/rust-lang/rust/issues/42200 Add env variables and cwd to the shell-like debug output. Also use the alternate syntax to display a more verbose display, while not showing internal fields and hiding fields when they have their default value.
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+0
2020-05-12Stabilize process_set_argv0 feature for UnixJeremy Fitzhardinge-2/+0
This stabilizes process_set_argv0 targeting 1.45.0. It has been useful in practice and seems useful as-is. The equivalent feature could be implemented for Windows, but as far as I know nobody has. That can be done separately. Tracking issue: #66510
2019-12-16Move command-related tests into command/Jeremy Fitzhardinge-0/+24