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
/
raw.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-09
replace version placeholder
Boxy
-6
/
+6
2025-03-14
Mv os-specific trait impl of `Pipe*` into `std::os::*`
Jiahao XU
-0
/
+42
2025-02-02
std: move network code into `sys`
joboet
-4
/
+4
2024-08-03
Rollup merge of #127586 - zachs18:more-must-use, r=cuviper
Matthias Krüger
-0
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+1
2024-07-26
Fix doc nits
John Arundel
-1
/
+1
2024-07-15
Make os/windows default to deny unsafe in unsafe
Chris Denton
-10
/
+18
2024-07-10
Add `must_use` to IntoRawFd/IntoRawSocket/IntoRawHandle's methods.
Zachary S
-0
/
+2
2023-08-14
sync the various FromRawFd trait docs, and remove 'valid'
Ralf Jung
-2
/
+4
2023-05-09
Don't force include Windows goop when documenting
Chris Denton
-9
/
+8
2022-05-10
Also document that `as_raw_handle` may return NULL.
Dan Gohman
-0
/
+7
2022-03-04
Consistently present absent stdio handles on Windows as NULL handles.
Dan Gohman
-6
/
+19
2022-03-02
Remove the comment about `FILE_FLAG_OVERLAPPED`.
Dan Gohman
-2
/
+0
2022-02-01
Use `From`/`Into` rather than the traits they replaced.
Dan Gohman
-9
/
+13
2022-02-01
Fix errors.
Dan Gohman
-1
/
+1
2022-02-01
Fix unresolved doc links.
Dan Gohman
-0
/
+2
2022-02-01
Fix two copy+pastos.
Dan Gohman
-1
/
+1
2022-02-01
Update the documentation for `{As,Into,From}Raw{Fd,Handle,Socket}`.
Dan Gohman
-24
/
+68
2021-08-19
I/O safety.
Dan Gohman
-0
/
+237