about summary refs log tree commit diff
path: root/library/std/src/os/windows/io/mod.rs
AgeCommit message (Expand)AuthorLines
2023-09-22fix OS-specific I/O safety docs since the io_safety feature is stableRalf Jung-4/+7
2023-08-14wording; and explain some of the possible consequences of violating io-safetyRalf Jung-1/+1
2023-08-13add more explicit I/O safety documentationRalf Jung-1/+2
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