about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/process
AgeCommit message (Collapse)AuthorLines
2025-03-22std: move process implementations to `sys`joboet-223/+0
As per #117276, this moves the implementations of `Process` and friends out of the `pal` module and into the `sys` module, removing quite a lot of error-prone `#[path]` imports in the process (hah, get it ;-)). I've also made the `zircon` module a dedicated submodule of `pal::unix`, hopefully we can move some other definitions there as well (they are currently quite a lot of duplications in `sys`). Also, the `ensure_no_nuls` function on Windows now lives in `sys::pal::windows` – it's not specific to processes and shared by the argument implementation.
2025-02-13std: Apply deprecated_safe_2024Eric Huss-2/+4
2025-02-09Mark extern blocks as unsafeMichael Goulet-1/+1
2025-02-07std: get rid of `sys_common::io`joboet-1/+1
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+222