about summary refs log tree commit diff
path: root/library/std/src/net/socket_addr.rs
AgeCommit message (Expand)AuthorLines
2025-04-04ToSocketAddrs: fix typoRalf Jung-1/+1
2025-02-12std: replace the `FromInner` implementation for addresses with private conver...joboet-44/+2
2025-02-02std: move network code into `sys`joboet-2/+1
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-9/+4
2023-02-26Move IpAddr and SocketAddr to coreLinus Färnstrand-674/+15
2023-01-25Stabilize the const_socketaddr featureLinus Färnstrand-13/+13
2022-09-12Flatten `net` module again.Markus Reiter-0/+974