about summary refs log tree commit diff
path: root/library/std/src/sys/windows/handle.rs
AgeCommit message (Expand)AuthorLines
2023-03-06Implement read_buf for a few more typesTomasz Miąsko-0/+9
2022-08-18Address reviewer commentsNick Cameron-1/+1
2022-08-05non-linux platformsNick Cameron-7/+5
2022-07-06Tests for unsound Windows file methodsChris Denton-0/+3
2022-07-06Windows: Fallback for overlapped I/OChris Denton-0/+13
2022-07-06Use `rtabort!` instead of `process::abort`Chris Denton-7/+2
2022-06-15Document that `BorrowedFd` may be used to do a `dup`.Dan Gohman-1/+1
2022-05-17Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se"Mark Rousskov-5/+0
2022-05-15fix use of SetHandleInformation on UWPbdbai-0/+1
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