| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-02-05 | Rollup merge of #38983 - APTy:udp-peek, r=aturon | Corey Farwell | -0/+151 |
| 2017-02-04 | libstd/net: Add `peek` APIs to UdpSocket and TcpStream | Tyler Julian | -0/+151 |
| 2017-01-31 | add From<(I, u16)> for SocketAddr where I: Into<IpAddr> | Sean McArthur | -2/+9 |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -1/+4 |
| 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 | -12/+4 |
| 2017-01-24 | Auto merge of #39048 - lambda:impl-tosocketaddrs-for-string, r=alexcrichton | bors | -0/+20 |
| 2017-01-22 | libstd: replace all `try!` with `?` in documentation examples | Utkarsh Kukreti | -4/+4 |
| 2017-01-20 | Rollup merge of #39120 - alexcrichton:emscripten-tests, r=brson | Alex Crichton | -1/+1 |
| 2017-01-19 | travis: Get an emscripten builder online | Alex Crichton | -1/+1 |
| 2017-01-19 | Auto merge of #38464 - clarcharr:ip_cmp, r=sfackler | bors | -4/+100 |
| 2017-01-13 | impl ToSocketAddrs for String | Brian Campbell | -0/+20 |
| 2017-01-13 | Rollup merge of #38986 - APTy:fix-nonblocking-test, r=aturon | Guillaume Gomez | -4/+16 |
| 2017-01-12 | Auto merge of #38867 - alexcrichton:ignore-test-on-windows, r=brson | bors | -0/+1 |
| 2017-01-10 | std/net/udp: Improve set_nonblocking test | Tyler Julian | -4/+16 |
| 2017-01-10 | Rollup merge of #38799 - minaguib:patch-1, r=steveklabnik | Seo Sanghyeon | -1/+1 |
| 2017-01-07 | Auto merge of #38327 - Yamakaky:into-ipaddr, r=brson | bors | -0/+28 |