about summary refs log tree commit diff
path: root/library/std/src/net/ip.rs
AgeCommit message (Expand)AuthorLines
2021-05-25Fix documentation style inconsistenciesChristiaan Dirkx-26/+26
2021-05-25Move stability attribute for methods under the `ip` feature from the module t...Christiaan Dirkx-8/+17
2021-04-16Add documentation to help people find `Ipv4Addr::UNSPECIFIED`Josh Triplett-0/+3
2021-04-04Add `#[inline]` to IpAddr methodsAngelicosPhosphoros-0/+3
2021-03-30Disallow octal format in Ipv4 stringCheng XU-0/+2
2021-02-03add #[inline] to all the public IpAddr functionsBen Kimock-0/+69
2021-01-31Rollup merge of #81549 - est31:wording_fix, r=jonas-schievinkJonas Schievink-7/+7
2021-01-30Misc ip documentation fixesest31-7/+7
2021-01-20Dont prefix 0x when `dbg!(ipv6)`Lzu Tao-2/+2
2021-01-20Use slice::split_first instead of manuall slicingLzu Tao-2/+2
2020-11-27Stabilize all stable methods of `Ipv4Addr`, `Ipv6Addr` and `IpAddr` as constChristiaan Dirkx-22/+27
2020-11-23Auto merge of #76226 - CDirkx:const-ipaddr, r=dtolnaybors-2/+4
2020-11-23Bump version to 1.50.0Christiaan Dirkx-2/+2
2020-11-23Stabilize `IpAddr::is_ipv4` and `is_ipv6` as constChristiaan Dirkx-2/+4
2020-11-19Bump bootstrap compiler versionJake Goulding-2/+1
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-1/+2
2020-10-13fmtwcampbell-1/+1
2020-10-13use matches! in library/std/src/net/ip.rs wcampbell-4/+1
2020-10-13[net] clippy: identity_opwcampbell-4/+4
2020-10-13[net] clippy: match_like_matches_macrowcampbell-4/+1
2020-09-23Make delegation methods of `std::net::IpAddr` unstable constChristiaan Dirkx-5/+10
2020-09-03Auto merge of #76235 - jyn514:std-intra-links, r=poliorceticsbors-42/+0
2020-09-03Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morseDylan DPC-18/+38
2020-09-02add a note for Ipv4Addr::to_ipv6_compatible南浦月-0/+3
2020-09-01Remove explicit links to `true` and `false` in ip.rsJoshua Nelson-42/+0
2020-09-01Make all remaining methods of `std::net::Ipv4Addr` constChristiaan Dirkx-9/+20
2020-09-01Change implementation of `Ipv6Addr::is_unspecified` and `is_loopback` from `m...CDirkx-2/+2
2020-09-01Make methods unstable const under `const_ipv4`CDirkx-9/+9
2020-09-01Make all methods of `std::net::Ipv6Addr` constCDirkx-16/+30
2020-08-31Make more Ipv4Addr methods constCDirkx-9/+18
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-859/+4
2020-08-19Minor changes to Ipv4AddrLzu Tao-5/+10
2020-08-16Fix a link, improve method resolutionAlexis Bourget-24/+25
2020-08-15Move to intra doc links in std::netAlexis Bourget-75/+61
2020-08-14Rollup merge of #74409 - LukasKalbertodt:improve-debug-impl-of-socketaddr-ipa...Tyler Mandry-1/+8
2020-08-12Auto merge of #75019 - nanpuyue:to_ipv4_mapped, r=LukasKalbertodtbors-0/+40
2020-08-11prefer pattern matching over indexingLzu Tao-13/+10
2020-08-11add Ipv6Addr::to_ipv4_mapped南浦月-0/+40
2020-08-10Transmute between big endian `s6_addr` and `[u16; 8]`.Lzu Tao-27/+27
2020-08-07Rollup merge of #75179 - lzutao:unsed-ipv4-frominner, r=alexcrichtonYuki Okushi-5/+0
2020-08-07Rollup merge of #75175 - lzutao:doctest-ipv4-fromu32, r=cuviperYuki Okushi-4/+4
2020-08-05Remove unused FromInner impl for Ipv4AddrLzu Tao-5/+0
2020-08-05Make doctests of Ipv4Addr::from(u32) easier to readLzu Tao-4/+4
2020-08-05Use u32::from_ne_bytes to fix a FIXMELzu Tao-9/+3
2020-07-28Add note to clearly mark the RFC as rejectedAlexis Bourget-0/+6
2020-07-28Remove links to rejected errata 4406 for RFC 4291Alexis Bourget-6/+0
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/+2731