| Age | Commit message (Expand) | Author | Lines |
| 2018-03-28 | Remove hidden `foo` functions from doc examples; use `Termination` trait. | Corey Farwell | -8/+8 |
| 2018-03-02 | Rollup merge of #48328 - frewsxcv:frewsxcv-clarify-error-zero-duration, r=sfa... | Manish Goregaokar | -4/+35 |
| 2018-02-25 | Rollup merge of #48330 - frewsxcv:frewsxcv-tests-zero-duration, r=sfackler | kennytm | -0/+20 |
| 2018-02-24 | Clarify "It is an error to..." wording for zero-duration behaviors. | Corey Farwell | -4/+35 |
| 2018-02-18 | Add tests ensuring zero-Duration timeouts result in errors. | Corey Farwell | -0/+20 |
| 2018-02-17 | Unify 'Platform-specific behavior' documentation headings. | Corey Farwell | -4/+4 |
| 2018-01-11 | Make tests build on CloudABI. | Ed Schouten | -1/+1 |
| 2017-10-21 | Rollup merge of #45227 - frewsxcv:frewsxcv-set-nonblocking, r=sfackler | Corey Farwell | -7/+66 |
| 2017-10-21 | Expand docs/examples for TCP `set_nonblocking` methods. | Corey Farwell | -7/+66 |
| 2017-10-14 | Fix TcpStream::connect_timeout on linux | Steven Fackler | -0/+15 |
| 2017-10-07 | Auto merge of #44913 - leavehouse:patch-1, r=BurntSushi | bors | -3/+3 |
| 2017-09-28 | Fix imports in TcpStream::local_addr docs example | leavehouse | -1/+1 |
| 2017-09-28 | Fix TcpStream::local_addr example code | leavehouse | -2/+2 |
| 2017-09-24 | Backport libs stabilizations to 1.21 beta | David Tolnay | -1/+1 |
| 2017-09-17 | Ensure tcp test case passes when disconnected from network | Trevor Merrifield | -2/+5 |
| 2017-09-14 | stabilize tcpstream_connect_timeout (closes #43079) | Michal Budzynski | -1/+1 |
| 2017-08-31 | Expand docs of multi-address behavior of some UDP/TCP APIs. | Corey Farwell | -4/+44 |
| 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 | -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-20 | Stabilize library features for 1.18.0 | Steven Fackler | -2/+1 |
| 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-26 | Expanded top-level docs for std::net{TcpListener,TcpStream,UdpSocket} | lukaramu | -4/+33 |
| 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-13 | Remove function invokation parens from documentation links. | Corey Farwell | -9/+9 |
| 2017-02-05 | Rollup merge of #38983 - APTy:udp-peek, r=aturon | Corey Farwell | -0/+54 |
| 2017-02-04 | libstd/net: Add `peek` APIs to UdpSocket and TcpStream | Tyler Julian | -0/+54 |
| 2017-01-12 | Auto merge of #38867 - alexcrichton:ignore-test-on-windows, r=brson | bors | -0/+1 |
| 2017-01-10 | Rollup merge of #38799 - minaguib:patch-1, r=steveklabnik | Seo Sanghyeon | -1/+1 |
| 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-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -0/+1 |
| 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-25 | Add missing urls and examples to TcpStream | Guillaume Gomez | -8/+185 |
| 2016-11-16 | Add missing urls and improve internal doc representation | Guillaume Gomez | -1/+2 |
| 2016-09-30 | Ignore entire test modules on emscripten instead of individual tests | Brian Anderson | -31/+1 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+30 |
| 2016-08-30 | doc: make TcpListener example more simple | Tshepang Lekhonkhobe | -8/+1 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -3/+0 |
| 2016-08-01 | Indicate where the `std::net::Incoming` struct is created. | Corey Farwell | -0/+5 |
| 2016-04-26 | Rollup merge of #33167 - benaryorg:master, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2016-04-23 | clarify documentation of TcpStream::connect() for multiple valid addresses | benaryorg | -0/+2 |