summary refs log tree commit diff
path: root/library/std/src/sys/windows/handle.rs
AgeCommit message (Expand)AuthorLines
2022-05-17Revert "Add `set_inheritable` for Windows `Handle`s"Mark Rousskov-4/+0
2022-04-26Add `set_inheritable` for Windows `Handle`sChris Denton-0/+4
2022-04-05Use rtabortChris Denton-2/+1
2022-04-05Make `synchronous_write` safe to callChris Denton-16/+18
2022-04-05Complete reads and writes synchronously or abortChris Denton-66/+102
2022-03-03Use `HandleOrNull` and `HandleOrInvalid` in the Windows FFI bindings.Dan Gohman-6/+6
2022-01-25Rollup merge of #88794 - sunfishcode:sunfishcode/try-clone, r=joshtriplettMatthias Krüger-15/+6
2021-11-02more efficent File::read_buf impl for windows and unixDrMeepster-1/+34
2021-09-09Fix more Windows compilation errors.Dan Gohman-1/+5
2021-09-09Add a `try_clone()` function to `OwnedFd`.Dan Gohman-14/+1
2021-08-19I/O safety.Dan Gohman-46/+76
2020-07-27mv std libs to library/mark-0/+233