about summary refs log tree commit diff
path: root/library/std/src/os/windows/io/raw.rs
AgeCommit message (Expand)AuthorLines
2025-04-09replace version placeholderBoxy-6/+6
2025-03-14Mv os-specific trait impl of `Pipe*` into `std::os::*`Jiahao XU-0/+42
2025-02-02std: move network code into `sys`joboet-4/+4
2024-08-03Rollup merge of #127586 - zachs18:more-must-use, r=cuviperMatthias Krüger-0/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+1
2024-07-26Fix doc nitsJohn Arundel-1/+1
2024-07-15Make os/windows default to deny unsafe in unsafeChris Denton-10/+18
2024-07-10Add `must_use` to IntoRawFd/IntoRawSocket/IntoRawHandle's methods.Zachary S-0/+2
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