about summary refs log tree commit diff
path: root/library/std/src/os/windows/mod.rs
AgeCommit message (Collapse)AuthorLines
2024-07-15Make os/windows default to deny unsafe in unsafeChris Denton-0/+1
2021-09-17modify std::os docs to be more consistentSachin Cherian-0/+16
> add intra doc links > add a usage example for the os::windows module
2021-08-19Rename OptionFileHandle to HandleOrInvalid and make it just wrap an ↵Dan Gohman-1/+1
Option<OwnedHandle> The name (and updated documentation) make the FFI-only usage clearer, and wrapping Option<OwnedHandle> avoids the need to write a separate Drop or Debug impl. Co-authored-by: Josh Triplett <josh@joshtriplett.org>
2021-08-19Add Owned*, Borrowed*, and As* to the preludes.Dan Gohman-2/+5
2021-05-03Move `std::sys::windows::ext` to `std::os::windows`Christiaan Dirkx-0/+39