about summary refs log tree commit diff
path: root/library/std/src/os/windows/io
AgeCommit message (Expand)AuthorLines
2021-08-19Rename OptionFileHandle to HandleOrInvalid and make it just wrap an Option<Ow...Dan Gohman-79/+37
2021-08-19Don't encourage migration until io_safety is stablized.Dan Gohman-4/+4
2021-08-19Add more comments about the `INVALID_HANDLE_VALUE` situation.Dan Gohman-12/+30
2021-08-19Add Safety comments to the `As*` for `Owned*` implementations.Dan Gohman-0/+6
2021-08-19Rename `OwnedFd`'s private field to match it's debug output.Dan Gohman-51/+52
2021-08-19Delete a spurious empty comment line.Dan Gohman-1/+0
2021-08-19Add a comment about how `OwnedHandle` should not be used with registry handles.Dan Gohman-2/+15
2021-08-19Add a comment about `OptionFileHandle`.Dan Gohman-0/+4
2021-08-19Update library/std/src/os/windows/io/socket.rsDan Gohman-1/+1
2021-08-19Update library/std/src/os/windows/io/handle.rsDan Gohman-1/+1
2021-08-19I/O safety.Dan Gohman-0/+895