| Age | Commit message (Expand) | Author | Lines |
| 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-29 | Update documentation to reflect ignoring of unknown addresses | Tobias Bucher | -1/+7 |
| 2016-06-29 | Ignore unknown address types when looking up hosts | Tobias Bucher | -8/+3 |
| 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-26 | Rollup merge of #33200 - sfackler:nonblocking-docs, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-04-26 | Rollup merge of #33167 - benaryorg:master, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2016-04-25 | Fix reference to TCP in UDP docs | Steven Fackler | -1/+1 |
| 2016-04-23 | clarify documentation of TcpStream::connect() for multiple valid addresses | benaryorg | -0/+2 |
| 2016-04-20 | Remove IPV6_V6ONLY functionality | Steven Fackler | -46/+0 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -16/+32 |
| 2016-04-01 | Auto merge of #32334 - tbu-:pr_ipv6_octets, r=aturon | bors | -21/+43 |
| 2016-03-27 | Extend linkchecker with anchor checking | mitaa | -13/+13 |
| 2016-03-23 | Auto merge of #32454 - eddyb:rollup, r=eddyb | bors | -6/+6 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -9/+9 |
| 2016-03-22 | std: Store flowinfo/scope_id in host byte order | Alex Crichton | -6/+6 |
| 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-13 | Auto merge of #32211 - achanda:ipv6-global, r=alexcrichton | bors | -1/+3 |
| 2016-03-12 | Reject unspecified and loopback IP from global | Abhishek Chanda | -1/+3 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -30/+0 |
| 2016-03-09 | Auto merge of #31618 - alexcrichton:no-thread-spawns, r=brson | bors | -3/+2 |
| 2016-03-08 | std: Funnel read_to_end through to one location | Alex Crichton | -3/+2 |
| 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-03-02 | Fix comments and OSX build | Steven Fackler | -2/+9 |
| 2016-02-28 | Fix windows | Steven Fackler | -43/+0 |
| 2016-02-28 | Add UDP functionality from net2 | Steven Fackler | -1/+252 |
| 2016-02-28 | Add TCP functionality from net2 | Steven Fackler | -0/+231 |
| 2016-02-26 | Use .copy_from_slice() where applicable | Ulrik Sverdrup | -2/+2 |
| 2016-02-25 | Rollup merge of #31842 - dileepbapat:master, r=alexcrichton | Manish Goregaokar | -6/+4 |
| 2016-02-23 | #31820 - Utilize `if..let` instead of single `match` branch | dileepb | -6/+4 |
| 2016-02-23 | Register new snapshots | Aaron Turon | -4/+4 |
| 2016-02-11 | Add SocketAddrV6::set_flowinfo and set_scope_id | Simon Sapin | -0/+28 |
| 2016-02-11 | Add `SocketAddr{,V4,V6}::set_ip`. | Simon Sapin | -3/+52 |
| 2016-02-11 | Add `SocketAddr{,V4,V6}::set_port`. | Simon Sapin | -10/+43 |
| 2016-02-09 | Revert deprecation of IpAddr, stabilizing for 1.7 | Aaron Turon | -22/+8 |
| 2016-02-04 | Implement ToSocketAddrs for &[SocketAddr] | Steven Fackler | -0/+11 |
| 2016-01-18 | Auto merge of #30973 - SimonSapin:patch-16, r=alexcrichton | bors | -4/+4 |