about summary refs log tree commit diff
path: root/library/std/src/net
AgeCommit message (Expand)AuthorLines
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/+5
2021-01-20Use slice::split_first instead of manuall slicingLzu Tao-2/+2
2020-12-19Auto merge of #79342 - CDirkx:ipaddr-const, r=oli-obkbors-22/+27
2020-11-27Stabilize all stable methods of `Ipv4Addr`, `Ipv6Addr` and `IpAddr` as constChristiaan Dirkx-22/+27
2020-11-26Move const ip in ui test to unit testDaiki Ihara-0/+6
2020-11-23Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrumbors-2/+2
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-22Drop support for cloudabi targetsLzu Tao-2/+2
2020-11-19Bump bootstrap compiler versionJake Goulding-2/+1
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-1/+2
2020-10-23Rollup merge of #77918 - wcampbell0x2a:cleanup-network-tests, r=m-ou-seYuki Okushi-10/+4
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-1/+2
2020-10-20Rollup merge of #77923 - wcampbell0x2a:cleanup-net-module, r=scottmcmYuki Okushi-8/+2
2020-10-19Revert "[net] clippy: needless_update"wcampbell-0/+1
2020-10-18Remove redundant 'static from library cratesest31-1/+1
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-10-13[net] clippy: needless_updatewcampbell-1/+0
2020-10-13Use is_ok() instead of empty Ok(_)wcampbell-10/+4
2020-10-06Parse SocketAddrV6::scope_idTamir Duberstein-4/+15
2020-10-06Avoid unused returnTamir Duberstein-9/+12
2020-10-06Rollup merge of #77528 - tamird:avoid-cast-net-parser, r=dtolnayYuki Okushi-36/+48
2020-10-04Inline "eof" methodsTamir Duberstein-13/+2
2020-10-04Avoid unchecked casts in net parserTamir Duberstein-23/+46
2020-10-04Include scope id in SocketAddrV6::DisplayTamir Duberstein-3/+19
2020-09-25Rollup merge of #76304 - CDirkx:const-ip, r=ecstatic-morseJonas Schievink-5/+29
2020-09-23Make delegation methods of `std::net::IpAddr` unstable constChristiaan Dirkx-5/+29
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-03Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests under `library`Christiaan Dirkx-0/+109
2020-09-03Auto merge of #76235 - jyn514:std-intra-links, r=poliorceticsbors-46/+0
2020-09-03Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morseDylan DPC-18/+38
2020-09-02Convert many files to intra-doc linksJoshua Nelson-4/+0
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-2478/+2430
2020-08-19Minor changes to Ipv4AddrLzu Tao-7/+14
2020-08-16Fix a link, improve method resolutionAlexis Bourget-24/+27