about summary refs log tree commit diff
path: root/src/libstd/net/ip.rs
AgeCommit message (Expand)AuthorLines
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-6/+2
2017-01-19Auto merge of #38464 - clarcharr:ip_cmp, r=sfacklerbors-4/+100
2016-12-25Impl From<inner> for IpAddr and SocketAddr.Yamakaky-0/+2
2016-12-24Impl From<Ipv4Addr, Ipv6Addr> for IpAddr.Yamakaky-0/+12
2016-12-23Comparison between IpAddr and Ipv[46]Addr.Clar Charr-4/+100
2016-12-18From<[u16; 8]> for Ipv6Addr.Clar Charr-1/+27
2016-12-03Rollup merge of #38077 - GuillaumeGomez:ipaddr_doc, r=frewsxcvCorey Farwell-0/+88
2016-11-29Add missing examples for IpAddr enumGuillaume Gomez-0/+88
2016-11-23Add ::1 example in IPv6 to IPv4 conversionGuillaume Gomez-15/+44
2016-11-22Add missing examples for Ipv6AddrGuillaume Gomez-0/+129
2016-11-16Add examples for Ipv4AddrGuillaume Gomez-1/+124
2016-11-16Add missing urls and improve internal doc representationGuillaume Gomez-5/+19
2016-10-10Auto merge of #36707 - achanda:ip_type, r=alexcrichtonbors-0/+32
2016-10-03Add two functions to check type of given addressAbhishek Chanda-0/+32
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-2/+1
2016-09-30Ignore entire test modules on emscripten instead of individual testsBrian Anderson-1/+1
2016-09-13Add doc examples for std::net::IpAddr construction.Corey Farwell-0/+18
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-1/+0
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-10/+5
2016-07-20Auto merge of #34694 - mathphreak:master, r=alexcrichtonbors-0/+121
2016-07-11Mark Ipv4Addr is_unspecified as stable and provide reference.Ben Stern-0/+4
2016-07-07Add links to Ipv*Addr methods in docsMatt Horn-5/+15
2016-07-06Properly mark new methods as unstableMatt Horn-5/+8
2016-07-06Mark new methods as unstableMatt Horn-0/+5
2016-07-06Add IpAddr common methodsMatt Horn-0/+103
2016-06-13Improve IP reserved address docsOliver Middleton-20/+35
2016-05-26Make Ipv4Addr cmp() fasterAlexander Polyakov-1/+1
2016-05-07Rollup merge of #33439 - birkenfeld:ip-rfc-refs, r=steveklabnikSteve Klabnik-5/+5
2016-05-05doc: make RFC references consistentGeorg Brandl-5/+5
2016-05-05Fix some some duplicate words.Georg Brandl-1/+1
2016-04-01Auto merge of #32334 - tbu-:pr_ipv6_octets, r=aturonbors-21/+43
2016-03-22try! -> ?Jorge Aparicio-4/+4
2016-03-18Auto merge of #32050 - achanda:from-slice-v4, r=alexcrichtonbors-0/+12
2016-03-19Add functions to convert IPv6 addresses from and to octetsTobias Bucher-21/+43
2016-03-13Add is_documentation for IPv6Abhishek Chanda-19/+29
2016-03-12Reject unspecified and loopback IP from globalAbhishek Chanda-1/+3
2016-03-05Add an impl for From traitAbhishek Chanda-0/+12
2016-03-04Formatting changes to make tidy passAbhishek Chanda-3/+3
2016-03-04Reject the reserved block as not globalAbhishek Chanda-1/+4
2016-03-04Exclude 0.0.0.0 from the list of globally routable addressesAbhishek Chanda-17/+17
2016-02-23Register new snapshotsAaron Turon-2/+2
2016-02-09Revert deprecation of IpAddr, stabilizing for 1.7Aaron Turon-6/+5
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-2/+21
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-1/+0
2015-12-06Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturonbors-0/+4
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-0/+4
2015-12-05Remove allocations in `impl Display for Ipv6Addr`Simon Sapin-11/+11
2015-11-10Auto merge of #29724 - alexcrichton:ip-endian, r=aturonbors-2/+9
2015-11-09std: Migrate to the new libcAlex Crichton-28/+36
2015-11-09std: Fix endianness in Ord for IP addressesAlex Crichton-2/+9