about summary refs log tree commit diff
path: root/library/std/src/net/ip_addr.rs
AgeCommit message (Expand)AuthorLines
2025-02-12std: replace the `FromInner` implementation for addresses with private conver...joboet-29/+0
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+4
2023-02-26Move IpAddr and SocketAddr to coreLinus Färnstrand-2068/+7
2022-12-30Rollup merge of #104182 - gabhijit:ipv6-in6addr-any-doc-fix, r=m-ou-seMatthias Krüger-0/+9
2022-11-13Remove unused diagnostic itemsMaybe Waffle-2/+0
2022-11-09`IN6ADDR_ANY_INIT` and `IN6ADDR_LOOPBACK_INIT` documentation.Abhijit Gadgil-0/+9
2022-09-12Simplify `clippy` fix.Markus Reiter-2/+0
2022-09-12Add `rustc_diagnostic_item` for IP addresses.Markus Reiter-0/+5
2022-09-12Flatten `net` module again.Markus Reiter-0/+2092