about summary refs log tree commit diff
path: root/library/std/src/sys/pal/sgx/stdio.rs
AgeCommit message (Collapse)AuthorLines
2025-03-09std: move stdio to `sys`joboet-88/+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.
2025-02-13std: Apply unsafe_attr_outside_unsafeEric Huss-1/+1
2025-02-07std: get rid of `sys_common::io`joboet-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+88