index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
windows
/
handle.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-06
Implement read_buf for a few more types
Tomasz Miąsko
-0
/
+9
2022-08-18
Address reviewer comments
Nick Cameron
-1
/
+1
2022-08-05
non-linux platforms
Nick Cameron
-7
/
+5
2022-07-06
Tests for unsound Windows file methods
Chris Denton
-0
/
+3
2022-07-06
Windows: Fallback for overlapped I/O
Chris Denton
-0
/
+13
2022-07-06
Use `rtabort!` instead of `process::abort`
Chris Denton
-7
/
+2
2022-06-15
Document that `BorrowedFd` may be used to do a `dup`.
Dan Gohman
-1
/
+1
2022-05-17
Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se"
Mark Rousskov
-5
/
+0
2022-05-15
fix use of SetHandleInformation on UWP
bdbai
-0
/
+1
2022-04-26
Add `set_inheritable` for Windows `Handle`s
Chris Denton
-0
/
+4
2022-04-05
Use rtabort
Chris Denton
-2
/
+1
2022-04-05
Make `synchronous_write` safe to call
Chris Denton
-16
/
+18
2022-04-05
Complete reads and writes synchronously or abort
Chris Denton
-66
/
+102
2022-03-03
Use `HandleOrNull` and `HandleOrInvalid` in the Windows FFI bindings.
Dan Gohman
-6
/
+6
2022-01-25
Rollup merge of #88794 - sunfishcode:sunfishcode/try-clone, r=joshtriplett
Matthias Krüger
-15
/
+6
2021-11-02
more efficent File::read_buf impl for windows and unix
DrMeepster
-1
/
+34
2021-09-09
Fix more Windows compilation errors.
Dan Gohman
-1
/
+5
2021-09-09
Add a `try_clone()` function to `OwnedFd`.
Dan Gohman
-14
/
+1
2021-08-19
I/O safety.
Dan Gohman
-46
/
+76
2020-07-27
mv std libs to library/
mark
-0
/
+233