about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unsupported/process.rs
AgeCommit message (Expand)AuthorLines
2025-03-22std: move process implementations to `sys`joboet-322/+0
2024-09-19`pal::unsupported::process::ExitCode`: use an `u8` instead of a `bool`Lieselotte-7/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2024-04-09Fix dead code warningbjorn3-0/+1
2024-04-08Store all args in the unsupported Command implementationbjorn3-31/+118
2024-02-15Use generic `NonZero` internally.Markus Reiter-2/+2
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+239