| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-09 | std: move stdio to `sys` | joboet | -89/+0 | |
| As per #117276, this moves the platform definitions of `Stdout` and friends into `sys`. This PR also unifies the UNIX and Hermit implementations and moves the `__rust_print_err` function needed by libunwind on SGX into the dedicated module for such helper functions. | ||||
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+2 | |
| 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/+88 | |
