| Age | Commit message (Expand) | Author | Lines |
| 2015-09-29 | Tweak Travis to use GCE | Alex Crichton | -5/+4 |
| 2015-09-14 | Drop upper bounds on net timeout tests | Steven Fackler | -4/+0 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -16/+32 |
| 2015-09-08 | some more clippy-based improvements | Andre Bogus | -2/+2 |
| 2015-08-24 | Add stability markers for new impls | Steven Fackler | -0/+2 |
| 2015-08-23 | Implement Error for AddrParseError | Steven Fackler | -1/+15 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -22/+29 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -71/+1 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -0/+1 |
| 2015-07-29 | Auto merge of #27368 - alexcrichton:deprecate-net-methods, r=aturon | bors | -0/+24 |
| 2015-07-28 | std: Deprecate extra TcpStream/UdpSocket methods | Alex Crichton | -0/+24 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -1/+2 |
| 2015-07-20 | std: Add IntoRaw{Fd,Handle,Socket} traits | Alex Crichton | -3/+15 |
| 2015-07-19 | Fix documentation IP ranges: e.g., 192.0.2.* instead of 192.*.2.*. | Ken Tossell | -4/+8 |
| 2015-07-15 | Add specializations of read_to_end for Stdin, TcpStream and File, | Alisdair Owens | -0/+7 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -1/+1 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -3/+3 |
| 2015-06-21 | Auto merge of #26457 - meqif:master, r=alexcrichton | bors | -2/+1 |
| 2015-06-20 | Remove mention of `UdpSocket` in `Shutdown` docs. | Ricardo Martins | -2/+1 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -1/+1 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-06-10 | disabling socking timing tests because openbsd/bitrig get/set are not congrue... | Dave Huseby | -0/+6 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -2/+2 |
| 2015-05-29 | Loosen timeout restrictions | Steven Fackler | -20/+12 |
| 2015-05-29 | Skip timeout upper bound check on windows | Steven Fackler | -4/+12 |
| 2015-05-28 | Implement RFC 1047 - socket timeouts | Steven Fackler | -0/+210 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -2/+2 |
| 2015-05-16 | std: Reexport std::net::tcp::Incoming | Alex Crichton | -1/+1 |
| 2015-05-09 | Rollup merge of #25216 - barosl:no-more-task, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2015-05-09 | Auto merge of #25212 - pnkfelix:dropck-box-trait, r=nikomatsakis | bors | -1/+1 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -4/+4 |
| 2015-05-08 | Fallout from fixing Issue 25199. | Felix S. Klock II | -1/+1 |
| 2015-05-07 | std: Rename sys::foo2 modules to sys::foo | Alex Crichton | -3/+3 |
| 2015-05-05 | Rollup merge of #25105 - tshepang:doc-addr, r=steveklabnik | Manish Goregaokar | -1/+2 |
| 2015-05-04 | Auto merge of #24652 - achanda:ip-long, r=alexcrichton | bors | -1/+27 |
| 2015-05-04 | doc: fix markup | Tshepang Lekhonkhobe | -1/+2 |
| 2015-05-04 | Auto merge of #25078 - nham:std_net_impl_debug, r=alexcrichton | bors | -1/+58 |
| 2015-05-04 | Auto merge of #25044 - tshepang:doc-addr, r=alexcrichton | bors | -10/+18 |
| 2015-05-03 | Add functions to convert IPv4 to long and back | Abhishek Chanda | -1/+27 |
| 2015-05-03 | Add tests for 3 Debug implementations | Nick Hamann | -0/+37 |
| 2015-05-03 | Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown} | Nick Hamann | -1/+21 |
| 2015-05-03 | doc: improve IpAddr is_global and is_unicast_global | Tshepang Lekhonkhobe | -10/+18 |
| 2015-05-01 | std: Remove index notation on slice iterators | Alex Crichton | -1/+1 |
| 2015-04-29 | rollup merge of #24961: nham/net_docs_cleanup | Alex Crichton | -39/+39 |
| 2015-04-29 | Improve libstd/net/addr.rs documentation. | Nick Hamann | -9/+9 |
| 2015-04-29 | Add some missing punctuation in the libstd/net/tcp.rs docs. | Nick Hamann | -1/+1 |
| 2015-04-29 | Add some missing punctuation in the libstd/net/ip.rs docs. | Nick Hamann | -19/+19 |
| 2015-04-29 | Improve libstd/net/udp.rs documentation. | Nick Hamann | -10/+10 |
| 2015-04-28 | remove stability note from std::net | Steve Klabnik | -4/+1 |