| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-02-23 | Register new snapshots | Aaron Turon | -2/+2 |
| 2016-02-09 | Revert deprecation of IpAddr, stabilizing for 1.7 | Aaron Turon | -6/+5 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -2/+21 |
| 2015-12-29 | Fix warnings when compiling stdlib with --test | Florian Hahn | -1/+0 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -0/+4 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -0/+4 |
| 2015-12-05 | Remove allocations in `impl Display for Ipv6Addr` | Simon Sapin | -11/+11 |
| 2015-11-10 | Auto merge of #29724 - alexcrichton:ip-endian, r=aturon | bors | -2/+9 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -28/+36 |
| 2015-11-09 | std: Fix endianness in Ord for IP addresses | Alex Crichton | -2/+9 |