| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-22 | std: 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-13 | std: Apply deprecated_safe_2024 | Eric Huss | -2/+4 | |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -1/+1 | |
| 2025-02-07 | std: get rid of `sys_common::io` | joboet | -1/+1 | |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -1/+1 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 | |
| 2024-07-29 | Reformat `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-11 | std: begin moving platform support modules into `pal` | joboet | -0/+222 | |
