about summary refs log tree commit diff
path: root/library/std/src/sys/wasi/fd.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-332/+0
2023-08-14std: add some missing repr(transparent)Ralf Jung-2/+8
2023-05-25std: make internal-only items `pub(crate)`Michael Howell-3/+3
2023-05-01Inline AsRawFd implementationsKonrad Borowski-0/+1
2023-05-01Inline AsInner implementationsKonrad Borowski-0/+2
2023-03-06Implement read_buf for a few more typesTomasz Miąsko-1/+17
2022-01-28wasi: enable TcpListener and TcpStreamHarald Hoyer-0/+4
2021-08-19Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.Dan Gohman-34/+69
2021-08-19I/O safety.Dan Gohman-59/+79
2021-08-13Change WASI's `RawFd` from `u32` to `c_int` (`i32`).Dan Gohman-35/+54
2020-09-03Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasiAmjad Alsharafi-0/+1
2020-07-27mv std libs to library/mark-0/+228