| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-15 | Make os/windows default to deny unsafe in unsafe | Chris Denton | -0/+1 | |
| 2021-09-17 | modify std::os docs to be more consistent | Sachin Cherian | -0/+16 | |
| > add intra doc links > add a usage example for the os::windows module | ||||
| 2021-08-19 | Rename 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-19 | Add Owned*, Borrowed*, and As* to the preludes. | Dan Gohman | -2/+5 | |
| 2021-05-03 | Move `std::sys::windows::ext` to `std::os::windows` | Christiaan Dirkx | -0/+39 | |
