summary refs log tree commit diff
path: root/library/std/src/net/socket_addr.rs
AgeCommit message (Collapse)AuthorLines
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-9/+4
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
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