rust/library/std/src/sys
joboet c52e0596c5
std: move stdio to sys
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-03-09 23:42:13 +01:00
..
alloc library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
anonymous_pipe Move std::pipe::* into std::io 2025-01-17 01:30:05 +11:00
fs Move fs into sys 2025-03-08 16:22:37 -08:00
io library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
net library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
os_str Specialize OsString::push for strings 2025-02-28 13:42:31 -08:00
pal std: move stdio to sys 2025-03-09 23:42:13 +01:00
path uefi: Implement path 2025-01-16 10:19:22 +05:30
personality library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
random Fix *-win7-windows-msvc target since 26eeac1a1e 2025-02-19 18:05:37 +08:00
stdio std: move stdio to sys 2025-03-09 23:42:13 +01:00
sync Fix *-win7-windows-msvc target since 26eeac1a1e 2025-02-19 18:05:37 +08:00
thread_local library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
backtrace.rs Improve comments for the default backtrace printer 2024-12-04 20:54:37 -05:00
cmath.rs Implement f{16,32,64,128}::{erf,erfc} 2025-02-14 01:23:16 +03:00
exit_guard.rs Attempt to fix CI 2024-07-08 09:19:25 -05:00
mod.rs std: move stdio to sys 2025-03-09 23:42:13 +01:00