about summary refs log tree commit diff
path: root/library/std/src/os/fd
AgeCommit message (Expand)AuthorLines
2022-02-25Fix SGX docs buildJethro Beekman-1/+1
2022-02-10Implement `AsFd` for `&T` and `&mut T`.Dan Gohman-0/+16
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-2/+2
2021-10-05Fix compilation on WASI, which doesn't yet support `dup`.Dan Gohman-0/+10
2021-09-09Add a `try_clone()` function to `OwnedFd`.Dan Gohman-0/+23
2021-08-19Fix doc test failures on Windows.Dan Gohman-0/+5
2021-08-19Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.Dan Gohman-0/+553