| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-01-05 | std: Ignore close_read_wakes_up on Windows | Alex Crichton | -0/+1 |
| 2017-01-05 | Deprecate TcpListener::set_only_v6 | Steven Fackler | -32/+6 |
| 2017-01-03 | Doc fix | Mina Naguib | -1/+1 |
| 2016-12-25 | Impl From<inner> for IpAddr and SocketAddr. | Yamakaky | -0/+16 |
| 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-20 | Rollup merge of #38131 - clarcharr:from_segments, r=alexcrichton | Alex Crichton | -1/+27 |
| 2016-12-18 | From<[u16; 8]> for Ipv6Addr. | Clar Charr | -1/+27 |
| 2016-12-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -0/+9 |
| 2016-12-12 | Rollup merge of #38067 - GuillaumeGomez:udp-doc, r=frewsxcv,nagisa | Corey Farwell | -1/+58 |
| 2016-12-04 | Add more examples to UpdSocket | Guillaume Gomez | -1/+58 |
| 2016-12-03 | Rollup merge of #38077 - GuillaumeGomez:ipaddr_doc, r=frewsxcv | Corey Farwell | -0/+88 |
| 2016-12-03 | Rollup merge of #38020 - GuillaumeGomez:udp-socket-doc, r=frewsxcv | Corey Farwell | -11/+215 |
| 2016-12-03 | Rollup merge of #37859 - GuillaumeGomez:net_examples, r=nagisa | Corey Farwell | -0/+158 |
| 2016-11-29 | Add missing examples for IpAddr enum | Guillaume Gomez | -0/+88 |
| 2016-11-27 | Auto merge of #37983 - GuillaumeGomez:tcp_listener_doc, r=frewsxcv | bors | -3/+118 |
| 2016-11-27 | Add examples for TcpListener struct | Guillaume Gomez | -3/+118 |
| 2016-11-26 | Auto merge of #38004 - GuillaumeGomez:tcp_stream_doc, r=frewsxcv | bors | -8/+185 |
| 2016-11-26 | Add part of missing UdpSocket's urls and examples | Guillaume Gomez | -11/+215 |
| 2016-11-26 | Rollup merge of #37962 - GuillaumeGomez:socket-v6, r=frewsxcv | Seo Sanghyeon | -0/+84 |
| 2016-11-25 | Add missing urls and examples to TcpStream | Guillaume Gomez | -8/+185 |
| 2016-11-23 | Add missing examples to SocketAddrV6 | Guillaume Gomez | -0/+84 |
| 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-21 | Add missing examples for SocketAddrV4 | Guillaume Gomez | -0/+46 |
| 2016-11-19 | Add missing examples in SocketAddr | Guillaume Gomez | -1/+78 |
| 2016-11-16 | Add examples for Ipv4Addr | Guillaume Gomez | -1/+124 |
| 2016-11-16 | Add missing urls and improve internal doc representation | Guillaume Gomez | -6/+21 |
| 2016-11-09 | Clarify that send_to might return an error in certain cases | Abhishek Chanda | -0/+3 |
| 2016-10-12 | Auto merge of #36762 - achanda:sockaddr_type, r=alexcrichton | bors | -0/+35 |
| 2016-10-10 | Auto merge of #36707 - achanda:ip_type, r=alexcrichton | bors | -0/+32 |
| 2016-10-04 | Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichton | Manish Goregaokar | -3/+2 |
| 2016-10-03 | Add two functions to check type of SockAddr | Abhishek Chanda | -0/+35 |
| 2016-10-03 | Add two functions to check type of given address | Abhishek Chanda | -0/+32 |
| 2016-10-02 | Add a platform-abstraction tidy script | Brian Anderson | -1/+3 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -3/+2 |
| 2016-09-30 | Ignore various entire test modules on emscripten | Brian Anderson | -3/+0 |
| 2016-09-30 | Ignore entire test modules on emscripten instead of individual tests | Brian Anderson | -48/+6 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+46 |
| 2016-09-22 | Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix | Jonathan Turner | -2/+2 |
| 2016-09-18 | Add missing Eq implementations | Guillaume Gomez | -2/+2 |
| 2016-09-13 | Add doc examples for std::net::IpAddr construction. | Corey Farwell | -0/+18 |