| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-12-27 | More 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-22 | Drop support for cloudabi targets | Lzu Tao | -1/+0 | |
| 2020-05-12 | Stabilize process_set_argv0 feature for Unix | Jeremy 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-16 | Move command-related tests into command/ | Jeremy Fitzhardinge | -0/+24 | |
