| Age | Commit message (Expand) | Author | Lines |
| 2017-09-24 | Backport libs stabilizations to 1.21 beta | David Tolnay | -1/+1 |
| 2017-09-17 | Rollup merge of #44647 - tmerr:fix-44645, r=dtolnay | Tim Neumann | -2/+5 |
| 2017-09-17 | Ensure tcp test case passes when disconnected from network | Trevor Merrifield | -2/+5 |
| 2017-09-16 | Rollup merge of #44395 - jcdyer:ip-constructors, r=alexcrichton | Alex Crichton | -1/+89 |
| 2017-09-14 | Rollup merge of #44563 - budziq:stablilize_tcpstream_connect_timeout, r=alexc... | Corey Farwell | -1/+1 |
| 2017-09-14 | Rollup merge of #44388 - tbu-:pr_doc_udp_connect_multiple, r=frewsxcv | Corey Farwell | -16/+9 |
| 2017-09-14 | Add unstable attributes for Ipv?Addr constructors. | J. Cliff Dyer | -5/+17 |
| 2017-09-14 | stabilize tcpstream_connect_timeout (closes #43079) | Michal Budzynski | -1/+1 |
| 2017-09-12 | rustdoc: extend UdpSocket API doc (#657) | Frank Rehberger | -13/+41 |
| 2017-09-08 | Add feature gate to doctests. | J. Cliff Dyer | -0/+4 |
| 2017-09-07 | Close doc examples and trim whitespace. | J. Cliff Dyer | -1/+5 |
| 2017-09-07 | IP address convenience constructors | J. Cliff Dyer | -0/+68 |
| 2017-09-07 | Clarify the behavior of UDP sockets wrt. multiple addresses in `connect` | Tobias Bucher | -16/+9 |
| 2017-08-31 | Rollup merge of #44209 - frewsxcv:frewsxcv-addr-other-scenarios, r=alexcrichton | Mark Simulacrum | -6/+92 |
| 2017-08-31 | Expand docs of multi-address behavior of some UDP/TCP APIs. | Corey Farwell | -6/+92 |
| 2017-08-30 | Fix typo in doc `ToSocketAddrs` example. | Corey Farwell | -1/+1 |
| 2017-08-28 | Rewrite `std::net::ToSocketAddrs` doc examples. | Corey Farwell | -22/+66 |
| 2017-08-13 | Rollup merge of #43833 - dtolnay:connect-timeout, r=sfackler | Guillaume Gomez | -1/+1 |
| 2017-08-12 | Fix TcpStream::connect_timeout tracking issue number | David Tolnay | -1/+1 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -2/+2 |
| 2017-08-07 | Stop using URL shortener in docs | Oliver Middleton | -1/+1 |
| 2017-07-06 | Implement TcpStream::connect_timeout | Steven Fackler | -0/+33 |
| 2017-06-20 | Add `Read::initializer`. | Steven Fackler | -5/+9 |
| 2017-05-21 | Auto merge of #41904 - sfackler:1.18-stabilization, r=alexcrichton | bors | -6/+3 |
| 2017-05-20 | Stabilize library features for 1.18.0 | Steven Fackler | -6/+3 |
| 2017-05-20 | Correct some stability versions | Oliver Middleton | -9/+9 |
| 2017-04-27 | Rollup merge of #41526 - steveklabnik:gh35950, r=GuillaumeGomez | Corey Farwell | -9/+8 |
| 2017-04-26 | Address platform-specific behavior in TcpStream::shutdown | steveklabnik | -0/+7 |
| 2017-04-26 | Clean up TcpStream example | steveklabnik | -9/+8 |
| 2017-04-06 | Fix Markdown issues in the docs | Oliver Middleton | -2/+2 |
| 2017-03-27 | Addressed requested changes for PR #40838 | lukaramu | -26/+17 |
| 2017-03-26 | fix trailing whitespace | lukaramu | -1/+1 |
| 2017-03-26 | Expanded std::net module docs | lukaramu | -0/+26 |
| 2017-03-26 | Expanded top-level docs for std::net{TcpListener,TcpStream,UdpSocket} | lukaramu | -9/+58 |
| 2017-03-26 | Added links to std::net::Shutdown docs and made them more consistent | lukaramu | -6/+19 |
| 2017-03-26 | Added examples to std::net::{SocketAddr, SocketAddrV4, SocketAddrV6} docs | lukaramu | -0/+36 |
| 2017-03-26 | Expanded and added links to std::net::{SocketAddr,SocketAddrV4,SocketAddrV6} ... | lukaramu | -26/+90 |
| 2017-03-26 | Removed link in std::net::ToSocketAddr's summary sentence | lukaramu | -3/+1 |
| 2017-03-26 | Expanded and added links to std::net::{IpAddr,Ipv4Addr,Ipv6Addr} docs | lukaramu | -42/+160 |
| 2017-03-26 | Added links to std::net::AddrParseError's documentation | lukaramu | -1/+13 |
| 2017-03-26 | Added links throughout std::net::ToSocketAddrs' documentation | lukaramu | -17/+35 |
| 2017-03-26 | std::net docs: changed occurences of "RFC" to say "IETF RFC" | lukaramu | -24/+24 |
| 2017-03-26 | Update std::net:Incoming's docs to use standard iterator boilerplate | lukaramu | -8/+8 |
| 2017-03-26 | added missing links in std::net TCP docs | lukaramu | -6/+17 |
| 2017-03-19 | Rollup merge of #40590 - z1mvader:master, r=steveklabnik | Corey Farwell | -0/+2 |
| 2017-03-16 | documented order of conversion between u32 an ipv4addr | z1mvader | -0/+2 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -19/+19 |
| 2017-02-07 | Rollup merge of #39372 - seanmonstar:more-addr-froms, r=alexcrichton | Corey Farwell | -0/+29 |
| 2017-02-05 | Ipv6Addr <-> u128 | Clar Charr | -4/+36 |
| 2017-02-05 | Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichton | Corey Farwell | -1/+4 |