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
/
net
/
connection
Age
Commit message (
Expand
)
Author
Lines
2025-09-29
Rollup merge of #146937 - joboet:gethostname, r=Mark-Simulacrum
Matthias Krüger
-77
/
+3
2025-09-28
Rollup merge of #140482 - devnexen:tcp_deferaccept_toduration, r=joboet
Matthias Krüger
-4
/
+5
2025-09-26
std::net: update tcp deferaccept delay type to Duration.
David Carlier
-4
/
+5
2025-09-23
std: move WinSock abstractions to `sys::pal`
joboet
-77
/
+3
2025-09-19
std: simplify host lookup
joboet
-172
/
+30
2025-09-11
Implement `Socket::take_error` for Hermit
Martin Kröning
-1
/
+2
2025-09-10
Rollup merge of #145327 - joboet:net-addr-sgx-hack, r=tgross35
Matthias Krüger
-145
/
+264
2025-09-08
std: make address resolution weirdness local to SGX
joboet
-145
/
+264
2025-09-06
Rollup merge of #139524 - Berrysoft:cygwin-socket-ext, r=tgross35
Trevor Gross
-6
/
+6
2025-09-06
Add socket extensions for cygwin
Berrysoft
-6
/
+6
2025-08-26
remove deprecated Error::description in impls
Marijn Schouten
-6
/
+1
2025-08-16
library: Migrate from `cfg_if` to `cfg_select`
Josh Triplett
-37
/
+53
2025-07-24
Rollup merge of #143838 - Ayush1325:uefi-tcp4-config-data, r=tgross35
León Orell Valerian Liehr
-15
/
+77
2025-07-23
std: net: uefi: Add support to query connection data
Ayush Singh
-15
/
+77
2025-07-14
Don't call WSACleanup on process exit
Chris Denton
-15
/
+21
2025-07-09
std: sys: net: uefi: tcp4: Add timeout support
Ayush Singh
-25
/
+97
2025-07-05
std: sys: net: uefi: tcp4: Implement read
Ayush Singh
-6
/
+52
2025-07-05
Rollup merge of #141532 - Ayush1325:uefi-tcp4-send, r=tgross35
Matthias Krüger
-6
/
+53
2025-07-04
std: sys: net: uefi: tcp4: Implement write
Ayush Singh
-6
/
+53
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-06-28
Rollup merge of #123476 - devnexen:std_net_solaris_exclbind, r=Mark-Simulacrum
Matthias Krüger
-0
/
+15
2025-06-16
Set MSG_NOSIGNAL for UnixSteam
Michał Łowicki
-0
/
+8
2025-06-10
std::net: adding `unix_socket_exclbind` feature for solaris/illumos.
David Carlier
-0
/
+15
2025-05-23
std: sys: net: uefi: Implement TCP4 connect
Ayush Singh
-28
/
+170
2025-04-27
use generic Atomic type where possible
Christopher Durham
-11
/
+11
2025-04-05
std: Fix build for NuttX targets
Thalia Archibald
-0
/
+1
2025-03-25
Fix typo in error message
Thalia Archibald
-1
/
+1
2025-03-10
Fix `std::sys::unix::set_linger` for Cygwin
Ookiineko
-0
/
+11
2025-03-10
Initial STD support for Cygwin
王宇逸
-1
/
+5
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-18
/
+18
2025-02-28
Use correct error message casing for `io::const_error`s
Noratrieb
-46
/
+46
2025-02-23
Rollup merge of #136826 - xizheyin:issue-136737, r=thomcc
Jacob Pratt
-5
/
+11
2025-02-17
Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDenton
Matthias Krüger
-66
/
+61
2025-02-13
Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in unix
xizheyin
-5
/
+11
2025-02-12
std: replace the `FromInner` implementation for addresses with private conver...
joboet
-273
/
+151
2025-02-10
Fix &&str and trailing commas in io::const_error!
Thalia Archibald
-63
/
+58
2025-02-10
Use io::const_error! when possible over io::Error::new
Thalia Archibald
-3
/
+3
2025-02-06
sys: net: Add UEFI stubs
Ayush Singh
-0
/
+369
2025-02-02
std: move network code into `sys`
joboet
-0
/
+5985