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
/
os
/
windows
/
io
Age
Commit message (
Expand
)
Author
Lines
2022-02-10
Implement `AsFd` for `&T` and `&mut T`.
Dan Gohman
-0
/
+32
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-1
/
+1
2022-01-25
Rollup merge of #88794 - sunfishcode:sunfishcode/try-clone, r=joshtriplett
Matthias Krüger
-0
/
+107
2022-01-12
Use the correct `cvt` for converting socket errors on Windows.
Dan Gohman
-1
/
+2
2021-10-05
Document the valid values for `HandleOrNull` and `HandleOrInvalid`.
Dan Gohman
-0
/
+8
2021-09-09
Fix Windows compilation errors.
Dan Gohman
-11
/
+6
2021-09-09
Fix another Windows compilation error.
Dan Gohman
-1
/
+1
2021-09-09
Fix more Windows compilation errors.
Dan Gohman
-5
/
+16
2021-09-09
Fix assertion failures in `OwnedHandle` with `windows_subsystem`.
Dan Gohman
-40
/
+72
2021-09-09
Fix Windows compilation errors.
Dan Gohman
-3
/
+11
2021-09-09
Add a `try_clone()` function to `OwnedFd`.
Dan Gohman
-0
/
+87
2021-08-19
Fix doc test failures on Windows.
Dan Gohman
-1
/
+2
2021-08-19
Rename OptionFileHandle to HandleOrInvalid and make it just wrap an Option<Ow...
Dan Gohman
-79
/
+37
2021-08-19
Don't encourage migration until io_safety is stablized.
Dan Gohman
-4
/
+4
2021-08-19
Add more comments about the `INVALID_HANDLE_VALUE` situation.
Dan Gohman
-12
/
+30
2021-08-19
Add Safety comments to the `As*` for `Owned*` implementations.
Dan Gohman
-0
/
+6
2021-08-19
Rename `OwnedFd`'s private field to match it's debug output.
Dan Gohman
-51
/
+52
2021-08-19
Delete a spurious empty comment line.
Dan Gohman
-1
/
+0
2021-08-19
Add a comment about how `OwnedHandle` should not be used with registry handles.
Dan Gohman
-2
/
+15
2021-08-19
Add a comment about `OptionFileHandle`.
Dan Gohman
-0
/
+4
2021-08-19
Update library/std/src/os/windows/io/socket.rs
Dan Gohman
-1
/
+1
2021-08-19
Update library/std/src/os/windows/io/handle.rs
Dan Gohman
-1
/
+1
2021-08-19
I/O safety.
Dan Gohman
-0
/
+895