summary refs log tree commit diff
path: root/library/std/src/os/windows/io/mod.rs
AgeCommit message (Expand)AuthorLines
2022-06-15Document that `BorrowedFd` may be used to do a `dup`.Dan Gohman-0/+6
2022-06-14Implement stabilization of `#[feature(io_safety)]`.Dan Gohman-2/+2
2022-05-11Add rustc_nonnull_optimization_guaranteed to Owned/Borrowed Fd/SocketDan Gohman-0/+3
2021-08-19Don't encourage migration until io_safety is stablized.Dan Gohman-4/+4
2021-08-19I/O safety.Dan Gohman-0/+56