| Age | Commit message (Expand) | Author | Lines |
| 2021-08-30 | Remove unnecessary `mut` from udp doctests | Sönke Hahn | -1/+1 |
| 2021-08-30 | add `TcpStream::set_linger` and `TcpStream::linger` | ibraheemdev | -0/+62 |
| 2021-08-26 | Add TcpListener::into_incoming and IntoIncoming | piegames | -0/+51 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -5/+5 |
| 2021-08-20 | Auto merge of #87329 - sunfishcode:sunfishcode/io-safety, r=joshtriplett | bors | -2/+19 |
| 2021-08-19 | Add comments about impls for File, TcpStream, ChildStdin, etc. | Dan Gohman | -0/+18 |
| 2021-08-19 | I/O safety. | Dan Gohman | -2/+1 |
| 2021-08-10 | Specify maximum IP address length | Smittyvb | -1/+1 |
| 2021-08-08 | ## Context | Richard Schneeman | -7/+14 |
| 2021-08-03 | Rollup merge of #87708 - the8472:canonical_v6, r=dtolnay | Yuki Okushi | -0/+45 |
| 2021-08-03 | Auto merge of #86335 - CDirkx:ipv4-in-ipv6, r=dtolnay | bors | -14/+72 |
| 2021-08-02 | Add convenience for handling ipv4-mapped addresses by canonicalizing them | The8472 | -0/+45 |
| 2021-08-02 | Rollup merge of #86936 - CDirkx:ipv6-multicast, r=JohnTitor | Yuki Okushi | -1/+43 |
| 2021-08-02 | Rollup merge of #86439 - CDirkx:ip-protocol-assignment, r=m-ou-se | Yuki Okushi | -51/+6 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -4/+4 |
| 2021-07-27 | Stabilize `const_fn_transmute` | Jacob Pratt | -2/+2 |
| 2021-07-11 | Add example with a bunch of leading zeos | Smitty | -0/+1 |
| 2021-07-11 | Simplify leading zero checks | Smitty | -5/+2 |
| 2021-07-09 | Reject too-long IPs quicker | Smitty | -1/+6 |
| 2021-07-09 | Clarify docs on what IPv4 octal addresses are | Smitty | -1/+4 |
| 2021-07-08 | Disallow octal zeros in IPv4 addresses | Smitty | -9/+25 |
| 2021-07-07 | Add documentation for `Ipv6MulticastScope` | Christiaan Dirkx | -1/+43 |
| 2021-07-02 | Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett | bors | -1/+1 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-19 | Remove `Ipv4Addr::is_ietf_protocol_assignment` | Christiaan Dirkx | -51/+6 |
| 2021-06-18 | Add `IpAddr::is_benchmarking` | Christiaan Dirkx | -3/+36 |
| 2021-06-18 | Add `Ipv6Addr::is_benchmarking` | Christiaan Dirkx | -29/+67 |
| 2021-06-15 | Document IPv4-mapped and IPv4-compatible addresses. | Christiaan Dirkx | -14/+72 |
| 2021-06-15 | Rename ErrorKind::Unknown to Uncategorized. | Mara Bos | -1/+1 |
| 2021-06-15 | Redefine `ErrorKind::Other` and stop using it in std. | Mara Bos | -1/+1 |
| 2021-06-09 | Remove `is_unicast_site_local` | Christiaan Dirkx | -52/+1 |
| 2021-06-09 | Rollup merge of #85791 - CDirkx:is_unicast, r=joshtriplett | Yuki Okushi | -1/+29 |
| 2021-06-09 | Rollup merge of #85676 - CDirkx:ip-style, r=JohnTitor | Yuki Okushi | -26/+26 |
| 2021-05-31 | Use `is_unicast` instead of ``!is_multicast` | Christiaan Dirkx | -1/+1 |
| 2021-05-31 | Add `Ipv6Addr::is_unicast` | Christiaan Dirkx | -0/+28 |
| 2021-05-30 | Remove `is_unicast_link_local_strict` | Christiaan Dirkx | -101/+27 |
| 2021-05-25 | Fix documentation style inconsistencies | Christiaan Dirkx | -26/+26 |
| 2021-05-25 | Move stability attribute for methods under the `ip` feature from the module t... | Christiaan Dirkx | -8/+17 |
| 2021-05-02 | Add link to Issue #34202 in udp docs | wcampbell | -1/+3 |
| 2021-04-16 | Add documentation to help people find `Ipv4Addr::UNSPECIFIED` | Josh Triplett | -0/+3 |
| 2021-04-05 | Rollup merge of #83831 - AngelicosPhosphoros:issue-77583-inline-for-ip, r=m-o... | Dylan DPC | -0/+3 |
| 2021-04-04 | Add `#[inline]` to IpAddr methods | AngelicosPhosphoros | -0/+3 |
| 2021-04-04 | Rollup merge of #82487 - CDirkx:const-socketaddr, r=m-ou-se | Yuki Okushi | -10/+20 |
| 2021-03-30 | Disallow octal format in Ipv4 string | Cheng XU | -1/+23 |
| 2021-03-26 | Document that the SocketAddr memory representation is not stable | Linus Färnstrand | -2/+8 |
| 2021-03-24 | Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisa | Dylan DPC | -2/+2 |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -2/+2 |
| 2021-03-05 | (std::net::parser): Fix capitalization of IP versions | pierwill | -16/+16 |
| 2021-02-24 | Constify methods of `std::net::SocketAddr`, `SocketAddrV4` and `SocketAddrV6` | Christiaan Dirkx | -10/+20 |
| 2021-02-03 | add #[inline] to all the public IpAddr functions | Ben Kimock | -0/+69 |