| Age | Commit message (Expand) | Author | Lines |
| 2017-03-27 | Addressed requested changes for PR #40838 | lukaramu | -6/+3 |
| 2017-03-26 | fix trailing whitespace | lukaramu | -1/+1 |
| 2017-03-26 | Expanded and added links to std::net::{SocketAddr,SocketAddrV4,SocketAddrV6} ... | lukaramu | -1/+1 |
| 2017-03-26 | Expanded and added links to std::net::{IpAddr,Ipv4Addr,Ipv6Addr} docs | lukaramu | -42/+160 |
| 2017-03-26 | std::net docs: changed occurences of "RFC" to say "IETF RFC" | lukaramu | -24/+24 |
| 2017-03-16 | documented order of conversion between u32 an ipv4addr | z1mvader | -0/+2 |
| 2017-02-07 | Rollup merge of #39372 - seanmonstar:more-addr-froms, r=alexcrichton | Corey Farwell | -0/+22 |
| 2017-02-05 | Ipv6Addr <-> u128 | Clar Charr | -4/+36 |
| 2017-01-31 | add From<(I, u16)> for SocketAddr where I: Into<IpAddr> | Sean McArthur | -2/+2 |
| 2017-01-28 | add From<[u8; n]> impls for IpAddr | Sean McArthur | -0/+22 |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -6/+2 |
| 2017-01-19 | Auto merge of #38464 - clarcharr:ip_cmp, r=sfackler | bors | -4/+100 |
| 2016-12-25 | Impl From<inner> for IpAddr and SocketAddr. | Yamakaky | -0/+2 |
| 2016-12-24 | Impl From<Ipv4Addr, Ipv6Addr> for IpAddr. | Yamakaky | -0/+12 |
| 2016-12-23 | Comparison between IpAddr and Ipv[46]Addr. | Clar Charr | -4/+100 |
| 2016-12-18 | From<[u16; 8]> for Ipv6Addr. | Clar Charr | -1/+27 |
| 2016-12-03 | Rollup merge of #38077 - GuillaumeGomez:ipaddr_doc, r=frewsxcv | Corey Farwell | -0/+88 |
| 2016-11-29 | Add missing examples for IpAddr enum | Guillaume Gomez | -0/+88 |
| 2016-11-23 | Add ::1 example in IPv6 to IPv4 conversion | Guillaume Gomez | -15/+44 |
| 2016-11-22 | Add missing examples for Ipv6Addr | Guillaume Gomez | -0/+129 |
| 2016-11-16 | Add examples for Ipv4Addr | Guillaume Gomez | -1/+124 |
| 2016-11-16 | Add missing urls and improve internal doc representation | Guillaume Gomez | -5/+19 |
| 2016-10-10 | Auto merge of #36707 - achanda:ip_type, r=alexcrichton | bors | -0/+32 |
| 2016-10-03 | Add two functions to check type of given address | Abhishek Chanda | -0/+32 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -2/+1 |
| 2016-09-30 | Ignore entire test modules on emscripten instead of individual tests | Brian Anderson | -1/+1 |
| 2016-09-13 | Add doc examples for std::net::IpAddr construction. | Corey Farwell | -0/+18 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -1/+0 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -10/+5 |
| 2016-07-20 | Auto merge of #34694 - mathphreak:master, r=alexcrichton | bors | -0/+121 |
| 2016-07-11 | Mark Ipv4Addr is_unspecified as stable and provide reference. | Ben Stern | -0/+4 |
| 2016-07-07 | Add links to Ipv*Addr methods in docs | Matt Horn | -5/+15 |
| 2016-07-06 | Properly mark new methods as unstable | Matt Horn | -5/+8 |
| 2016-07-06 | Mark new methods as unstable | Matt Horn | -0/+5 |
| 2016-07-06 | Add IpAddr common methods | Matt Horn | -0/+103 |
| 2016-06-13 | Improve IP reserved address docs | Oliver Middleton | -20/+35 |
| 2016-05-26 | Make Ipv4Addr cmp() faster | Alexander Polyakov | -1/+1 |
| 2016-05-07 | Rollup merge of #33439 - birkenfeld:ip-rfc-refs, r=steveklabnik | Steve Klabnik | -5/+5 |
| 2016-05-05 | doc: make RFC references consistent | Georg Brandl | -5/+5 |
| 2016-05-05 | Fix some some duplicate words. | Georg Brandl | -1/+1 |
| 2016-04-01 | Auto merge of #32334 - tbu-:pr_ipv6_octets, r=aturon | bors | -21/+43 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -4/+4 |
| 2016-03-18 | Auto merge of #32050 - achanda:from-slice-v4, r=alexcrichton | bors | -0/+12 |
| 2016-03-19 | Add functions to convert IPv6 addresses from and to octets | Tobias Bucher | -21/+43 |
| 2016-03-13 | Add is_documentation for IPv6 | Abhishek Chanda | -19/+29 |
| 2016-03-12 | Reject unspecified and loopback IP from global | Abhishek Chanda | -1/+3 |
| 2016-03-05 | Add an impl for From trait | Abhishek Chanda | -0/+12 |
| 2016-03-04 | Formatting changes to make tidy pass | Abhishek Chanda | -3/+3 |
| 2016-03-04 | Reject the reserved block as not global | Abhishek Chanda | -1/+4 |
| 2016-03-04 | Exclude 0.0.0.0 from the list of globally routable addresses | Abhishek Chanda | -17/+17 |