about summary refs log tree commit diff
path: root/library/std/src/sys/net/connection/socket.rs
AgeCommit message (Expand)AuthorLines
2025-09-08std: make address resolution weirdness local to SGXjoboet-848/+0
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-22/+34
2025-03-10Initial STD support for Cygwin王宇逸-1/+2
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-8/+8
2025-02-13Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in unixxizheyin-3/+6
2025-02-12std: replace the `FromInner` implementation for addresses with private conver...joboet-68/+120
2025-02-02std: move network code into `sys`joboet-0/+780