| Age | Commit message (Expand) | Author | Lines |
| 2016-03-02 | Fix comments and OSX build | Steven Fackler | -2/+9 |
| 2016-02-28 | Fix windows | Steven Fackler | -43/+0 |
| 2016-02-28 | Add UDP functionality from net2 | Steven Fackler | -1/+252 |
| 2016-02-28 | Add TCP functionality from net2 | Steven Fackler | -0/+231 |
| 2016-02-26 | Use .copy_from_slice() where applicable | Ulrik Sverdrup | -2/+2 |
| 2016-02-25 | Rollup merge of #31842 - dileepbapat:master, r=alexcrichton | Manish Goregaokar | -6/+4 |
| 2016-02-23 | #31820 - Utilize `if..let` instead of single `match` branch | dileepb | -6/+4 |
| 2016-02-23 | Register new snapshots | Aaron Turon | -4/+4 |
| 2016-02-11 | Add SocketAddrV6::set_flowinfo and set_scope_id | Simon Sapin | -0/+28 |
| 2016-02-11 | Add `SocketAddr{,V4,V6}::set_ip`. | Simon Sapin | -3/+52 |
| 2016-02-11 | Add `SocketAddr{,V4,V6}::set_port`. | Simon Sapin | -10/+43 |
| 2016-02-09 | Revert deprecation of IpAddr, stabilizing for 1.7 | Aaron Turon | -22/+8 |
| 2016-02-04 | Implement ToSocketAddrs for &[SocketAddr] | Steven Fackler | -0/+11 |
| 2016-01-18 | Auto merge of #30973 - SimonSapin:patch-16, r=alexcrichton | bors | -4/+4 |
| 2016-01-17 | Fix SocketAddrV6::flowinfo docs | Simon Sapin | -4/+4 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -3/+22 |
| 2016-01-14 | Require stability annotations on fields of tuple variants | Vadim Petrochenkov | -2/+2 |
| 2015-12-30 | Rollup merge of #30511 - defyrlt:issue_30507, r=steveklabnik | Steve Klabnik | -10/+11 |
| 2015-12-29 | Fix warnings when compiling stdlib with --test | Florian Hahn | -27/+24 |
| 2015-12-22 | Removed usage of `drop` from `std::net::UdpSocket` docs | defyrlt | -10/+11 |
| 2015-12-07 | Auto merge of #30188 - tshepang:lookup_addr-example, r=alexcrichton | bors | -0/+16 |
| 2015-12-06 | doc: add example for std::net::lookup_addr | Tshepang Lekhonkhobe | -0/+16 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -1/+21 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -1/+21 |
| 2015-12-05 | Remove allocations in `impl Display for Ipv6Addr` | Simon Sapin | -11/+11 |
| 2015-11-28 | Auto merge of #30092 - semarie:to_socket_addr_str_bad, r=alexcrichton | bors | -2/+2 |
| 2015-11-28 | disable net::addr::to_socket_addr_str_bad test under openbsd | Sébastien Marie | -2/+2 |
| 2015-11-25 | Fix docs for TcpListener::bind | Kevin Butler | -1/+1 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+9 |
| 2015-11-10 | Auto merge of #29724 - alexcrichton:ip-endian, r=aturon | bors | -2/+9 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -45/+53 |
| 2015-11-09 | std: Fix endianness in Ord for IP addresses | Alex Crichton | -2/+9 |
| 2015-10-23 | std: Add more entries to stdtest base_port | Alex Crichton | -1/+3 |
| 2015-10-20 | std: Implement FromStr for SocketAddrV{4,6} | Alex Crichton | -17/+59 |
| 2015-10-19 | Touch up net tests | arcnmx | -32/+21 |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -1/+1 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -1/+1 |
| 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 |