| Age | Commit message (Expand) | Author | Lines |
| 2022-11-09 | `IN6ADDR_ANY_INIT` and `IN6ADDR_LOOPBACK_INIT` documentation. | Abhijit Gadgil | -0/+9 |
| 2022-10-31 | Update mod.rs | tyggja | -1/+1 |
| 2022-09-12 | Simplify `clippy` fix. | Markus Reiter | -2/+0 |
| 2022-09-12 | Add `rustc_diagnostic_item` for IP addresses. | Markus Reiter | -0/+5 |
| 2022-09-12 | Flatten `net` module again. | Markus Reiter | -9/+7 |
| 2022-09-12 | Move `net::parser` into `net::addr` module. | Markus Reiter | -3/+3 |
| 2022-09-12 | Add tests for `SockAddr` `Display`. | Markus Reiter | -0/+69 |
| 2022-09-12 | Use `DisplayBuffer` for socket addresses. | Markus Reiter | -46/+34 |
| 2022-08-29 | Rollup merge of #94890 - marmeladema:ip-addr-try-from-bytes, r=joshtriplett | Matthias Krüger | -13/+125 |
| 2022-08-28 | Auto merge of #96324 - berendjan:set_tcp_quickack, r=dtolnay | bors | -1/+1 |
| 2022-08-26 | Support parsing IP addresses from a byte string | marmeladema | -13/+125 |
| 2022-08-22 | Rollup merge of #99957 - chotchki:ip-globally-reachable_rebase, r=Mark-Simula... | Dylan DPC | -85/+217 |
| 2022-08-16 | Simplify `IpDisplayBuffer` API. | Markus Reiter | -6/+10 |
| 2022-08-16 | Use `MaybeUninit<u8>` for `IpDisplayBuffer`. | Markus Reiter | -6/+12 |
| 2022-08-16 | Move `IpDisplayBuffer` into submodule. | Markus Reiter | -32/+36 |
| 2022-08-16 | Add `IpDisplayBuffer` helper struct. | Markus Reiter | -31/+48 |
| 2022-08-13 | created tcpstream quickack trait | Berend-Jan Lange | -1/+1 |
| 2022-07-31 | Auto merge of #78802 - faern:simplify-socketaddr, r=joshtriplett | bors | -224/+120 |
| 2022-07-30 | Original branch seems to have missed excluding the benchmark range from the g... | Christopher Hotchkiss | -8/+3 |
| 2022-07-30 | Reincorporated changes from #87689 | Christopher Hotchkiss | -7/+2 |
| 2022-07-30 | Change `Ipv4Addr::is_global` to be in line with `Ipv6Addr::is_global` | Christiaan Dirkx | -59/+60 |
| 2022-07-30 | Fix `Ipv6Addr::is_global` to check for global reachability rather than global... | Christiaan Dirkx | -27/+168 |
| 2022-07-17 | Move SocketAddrCRepr to sys_common | Linus Färnstrand | -31/+0 |
| 2022-07-05 | Rollup merge of #97300 - ChayimFriedman2:patch-1, r=dtolnay | Dylan DPC | -0/+7 |
| 2022-07-02 | Bump std::net::Incoming FusedIterator impl to Rust 1.64 | David Tolnay | -1/+1 |
| 2022-06-23 | Remove invalid doc comment on the size of an IP struct | Linus Färnstrand | -9/+0 |
| 2022-06-23 | Assign issue number to the new const_socketaddr | Linus Färnstrand | -3/+3 |
| 2022-06-23 | Add IP structural_match tests | Linus Färnstrand | -0/+23 |
| 2022-06-23 | Remove ntohs/htons in favor of to_be/from_be | Linus Färnstrand | -14/+5 |
| 2022-06-23 | Implement IpV{4,6}Addr structs with native Rust encoding | Linus Färnstrand | -111/+38 |
| 2022-06-23 | Represent SocketAddrV4 and SocketAddrV6 as Rust native encoding | Linus Färnstrand | -91/+86 |
| 2022-05-24 | Fix stabilization version of `Ipv6Addr::to_ipv4_mapped` | Tobias Bucher | -1/+1 |
| 2022-05-23 | Implement `FusedIterator` for `std::net::[Into]Incoming` | Chayim Refael Friedman | -0/+7 |
| 2022-05-23 | Auto merge of #96906 - tbu-:pr_stabilize_to_ipv4_mapped, r=dtolnay | bors | -5/+5 |
| 2022-05-10 | Recommend `Ipv6Addr::to_ipv4_mapped` over `Ipv6Addr::to_ipv4` | Tobias Bucher | -2/+4 |
| 2022-05-10 | Stabilize `Ipv6Addr::to_ipv4_mapped` | Tobias Bucher | -3/+1 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -2/+0 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -8/+2 |
| 2022-05-05 | Make it clear that `to_ipv4` returns an IPv4 address for the IPv6 loopback | Tobias Bucher | -1/+4 |
| 2022-04-19 | Improve AddrParseError description | Chris Morgan | -11/+28 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -8/+2 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -23/+23 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -36/+35 |
| 2022-03-09 | Ignore `close_read_wakes_up` test on SGX platform | Raoul Strackx | -0/+1 |
| 2022-03-07 | Enable `close_read_wakes_up` on Windows | Chris Denton | -1/+0 |
| 2022-03-04 | Rollup merge of #88805 - krhancoc:master, r=dtolnay | Dylan DPC | -0/+4 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -4/+6 |
| 2022-02-01 | Fix incorrect panic message in example | TheVoid | -1/+1 |
| 2022-01-13 | fix stability attribute for `tcp::IntoIncoming` | Ibraheem Ahmed | -1/+3 |
| 2022-01-08 | export `tcp::IntoIncoming` | Ibraheem Ahmed | -1/+1 |