about summary refs log tree commit diff
path: root/library/std/src/os/windows/io/raw.rs
AgeCommit message (Expand)AuthorLines
2023-08-14sync the various FromRawFd trait docs, and remove 'valid'Ralf Jung-2/+4
2023-05-09Don't force include Windows goop when documentingChris Denton-9/+8
2022-05-10Also document that `as_raw_handle` may return NULL.Dan Gohman-0/+7
2022-03-04Consistently present absent stdio handles on Windows as NULL handles.Dan Gohman-6/+19
2022-03-02Remove the comment about `FILE_FLAG_OVERLAPPED`.Dan Gohman-2/+0
2022-02-01Use `From`/`Into` rather than the traits they replaced.Dan Gohman-9/+13
2022-02-01Fix errors.Dan Gohman-1/+1
2022-02-01Fix unresolved doc links.Dan Gohman-0/+2
2022-02-01Fix two copy+pastos.Dan Gohman-1/+1
2022-02-01Update the documentation for `{As,Into,From}Raw{Fd,Handle,Socket}`.Dan Gohman-24/+68
2021-08-19I/O safety.Dan Gohman-0/+237