about summary refs log tree commit diff
path: root/library/std/src/net/addr.rs
AgeCommit message (Expand)AuthorLines
2022-09-12Use `DisplayBuffer` for socket addresses.Markus Reiter-988/+0
2022-07-17Move SocketAddrCRepr to sys_commonLinus Färnstrand-31/+0
2022-06-23Assign issue number to the new const_socketaddrLinus Färnstrand-3/+3
2022-06-23Remove ntohs/htons in favor of to_be/from_beLinus Färnstrand-5/+5
2022-06-23Implement IpV{4,6}Addr structs with native Rust encodingLinus Färnstrand-7/+4
2022-06-23Represent SocketAddrV4 and SocketAddrV6 as Rust native encodingLinus Färnstrand-91/+86
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-1/+0
2021-10-30Add #[must_use] to remaining std functions (A-N)John Kugelman-0/+8
2021-10-11Add #[must_use] to is_condition testsJohn Kugelman-0/+2
2021-10-10Add #[must_use] to core and std constructorsJohn Kugelman-0/+3
2021-09-25Apply 16 commits (squashed)Frank Steffahn-9/+8
2021-08-22Fix typos “a”→“an”Frank Steffahn-2/+2
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-04-04Rollup merge of #82487 - CDirkx:const-socketaddr, r=m-ou-seYuki Okushi-10/+20
2021-03-26Document that the SocketAddr memory representation is not stableLinus Färnstrand-2/+8
2021-02-24Constify methods of `std::net::SocketAddr`, `SocketAddrV4` and `SocketAddrV6`Christiaan Dirkx-10/+20
2020-10-04Include scope id in SocketAddrV6::DisplayTamir Duberstein-2/+10
2020-09-22Update library/std/src/net/addr.rsImbolc-1/+1
2020-09-22Update library/std/src/net/addr.rsImbolc-1/+1
2020-09-22Update addr.rsImbolc-1/+1
2020-09-02Convert many files to intra-doc linksJoshua Nelson-4/+0
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-233/+3
2020-08-19Minor changes to Ipv4AddrLzu Tao-2/+4
2020-08-16Fix a link, improve method resolutionAlexis Bourget-0/+2
2020-08-15Move to intra doc links in std::netAlexis Bourget-55/+25
2020-07-28Change Debug impl of SocketAddr and IpAddr to match their Display outputLukas Kalbertodt-1/+8
2020-07-27mv std libs to library/mark-0/+1245