about summary refs log tree commit diff
path: root/library/std/src/os/fd/mod.rs
AgeCommit message (Expand)AuthorLines
2025-03-10Apply rustc-0054-Add-std-os-fd-support-for-Trusty.patchNicole LeGare-0/+1
2023-01-14Fix the stability attributes for `std::os::fd`.Dan Gohman-3/+3
2022-08-29Re-introduce `unstable` attributes.Dan Gohman-2/+2
2022-08-29Clarify that the `fd` module is supported on Unix and WASI.Dan Gohman-3/+2
2022-08-29Make `std::os::fd` public.Dan Gohman-2/+12
2022-06-14Implement stabilization of `#[feature(io_safety)]`.Dan Gohman-1/+1
2022-02-04Rename `BorrowedFd::borrow_raw_fd` to `BorrowedFd::borrow_raw`.Dan Gohman-0/+3
2021-08-19Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.Dan Gohman-0/+13