summary refs log tree commit diff
path: root/src/libstd/net/ip.rs
AgeCommit message (Expand)AuthorLines
2017-09-14Add unstable attributes for Ipv?Addr constructors.J. Cliff Dyer-5/+17
2017-09-08Add feature gate to doctests.J. Cliff Dyer-0/+4
2017-09-07Close doc examples and trim whitespace.J. Cliff Dyer-1/+5
2017-09-07IP address convenience constructorsJ. Cliff Dyer-0/+68
2017-08-07Stop using URL shortener in docsOliver Middleton-1/+1
2017-05-20Correct some stability versionsOliver Middleton-9/+9
2017-03-27Addressed requested changes for PR #40838lukaramu-6/+3
2017-03-26fix trailing whitespacelukaramu-1/+1
2017-03-26Expanded and added links to std::net::{SocketAddr,SocketAddrV4,SocketAddrV6} ...lukaramu-1/+1
2017-03-26Expanded and added links to std::net::{IpAddr,Ipv4Addr,Ipv6Addr} docslukaramu-42/+160
2017-03-26std::net docs: changed occurences of "RFC" to say "IETF RFC"lukaramu-24/+24
2017-03-16documented order of conversion between u32 an ipv4addrz1mvader-0/+2
2017-02-07Rollup merge of #39372 - seanmonstar:more-addr-froms, r=alexcrichtonCorey Farwell-0/+22
2017-02-05Ipv6Addr <-> u128Clar Charr-4/+36
2017-01-31add From<(I, u16)> for SocketAddr where I: Into<IpAddr>Sean McArthur-2/+2
2017-01-28add From<[u8; n]> impls for IpAddrSean McArthur-0/+22
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