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
/
socket.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-28
Use correct error message casing for `io::const_error`s
Noratrieb
-1
/
+1
2025-02-14
Add safe new to NotAllOnes
Kornel
-6
/
+4
2025-01-09
Update a bunch of library types for MCP807
Scott McMurray
-25
/
+14
2024-12-15
Auto merge of #133223 - zachs18:uniquerc-impls, r=Noratrieb
bors
-0
/
+8
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-1
/
+1
2024-11-19
UniqueRc: platform-specific AsFd/Handle/etc impls to mirror Rc
Zachary S
-0
/
+8
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+1
2024-07-26
Fix doc nits
John Arundel
-1
/
+1
2024-07-24
Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=Amanieu
Matthias Krüger
-5
/
+2
2024-07-15
lib: replace some `mem::forget`'s with `ManuallyDrop`
Pavel Grigorenko
-5
/
+2
2024-07-15
Make os/windows default to deny unsafe in unsafe
Chris Denton
-3
/
+5
2024-02-04
Document various I/O handle conversions
Ryan Lowe
-0
/
+3
2023-11-22
unnecessary_mut_passed
Chris Denton
-2
/
+2
2023-08-28
Abstract over internal `SOCKET` type
Chris Denton
-4
/
+4
2023-05-30
Swap out CURRENT_RUSTC_VERSION to 1.71.0
Mark Rousskov
-3
/
+3
2023-05-14
Auto merge of #108196 - sunfishcode:sunfishcode/windows-as-socket-impls, r=dt...
bors
-0
/
+36
2023-05-09
Don't force include Windows goop when documenting
Chris Denton
-16
/
+23
2023-05-05
Use new bindings
Chris Denton
-1
/
+1
2023-04-26
Spelling library/
Josh Soref
-1
/
+1
2023-02-17
Implement `AsHandle`/`AsSocket` for `Arc`/`Rc`/`Box` on Windows
Dan Gohman
-0
/
+36
2022-11-20
enable fuzzy_provenance_casts lint in libstd
Ralf Jung
-0
/
+1
2022-06-15
Add the new stability attributes, for Windows.
Dan Gohman
-0
/
+1
2022-06-15
Revise the documentation for `try_clone`.
Dan Gohman
-2
/
+2
2022-06-15
Add `BorrowedFd::try_clone_to_owned`.
Dan Gohman
-14
/
+22
2022-06-14
Implement stabilization of `#[feature(io_safety)]`.
Dan Gohman
-7
/
+28
2022-05-15
Rollup merge of #97060 - bdbai:fix/uwphandle, r=ChrisDenton
Dylan DPC
-0
/
+1
2022-05-15
fix use of SetHandleInformation on UWP
bdbai
-0
/
+1
2022-05-11
Add rustc_nonnull_optimization_guaranteed to Owned/Borrowed Fd/Socket
Dan Gohman
-0
/
+2
2022-04-19
Make `BorrowedFd::borrow_raw` a const fn.
Dan Gohman
-2
/
+2
2022-03-29
Make the stdlib largely conform to strict provenance.
Aria Beingessner
-0
/
+1
2022-03-03
Rollup merge of #93562 - sunfishcode:sunfishcode/io-docs, r=joshtriplett
Matthias Krüger
-7
/
+0
2022-03-03
Rollup merge of #93663 - sunfishcode:sunfishcode/as-raw-name, r=joshtriplett
Dylan DPC
-5
/
+5
2022-03-03
Rollup merge of #93354 - sunfishcode:sunfishcode/document-borrowedfd-toowned,...
Dylan DPC
-0
/
+4
2022-02-10
Implement `AsFd` for `&T` and `&mut T`.
Dan Gohman
-0
/
+16
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-1
/
+1
2022-02-04
Rename `BorrowedFd::borrow_raw_fd` to `BorrowedFd::borrow_raw`.
Dan Gohman
-5
/
+5
2022-02-02
Remove the documentation comment for `OwnedSocket::from_raw_socket`.
Dan Gohman
-7
/
+0
2022-01-26
Add documentation about `BorrowedFd::to_owned`.
Dan Gohman
-0
/
+4
2022-01-12
Use the correct `cvt` for converting socket errors on Windows.
Dan Gohman
-1
/
+2
2021-09-09
Fix another Windows compilation error.
Dan Gohman
-1
/
+1
2021-09-09
Fix more Windows compilation errors.
Dan Gohman
-2
/
+15
2021-09-09
Fix Windows compilation errors.
Dan Gohman
-2
/
+9
2021-09-09
Add a `try_clone()` function to `OwnedFd`.
Dan Gohman
-0
/
+54
2021-08-19
Add Safety comments to the `As*` for `Owned*` implementations.
Dan Gohman
-0
/
+3
2021-08-19
Rename `OwnedFd`'s private field to match it's debug output.
Dan Gohman
-17
/
+18
2021-08-19
Update library/std/src/os/windows/io/socket.rs
Dan Gohman
-1
/
+1
2021-08-19
I/O safety.
Dan Gohman
-0
/
+212