| Age | Commit message (Expand) | Author | Lines |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+2 |
| 2021-10-03 | Rollup merge of #89138 - newpavlov:patch-2, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2021-10-03 | Rollup merge of #86434 - CDirkx:ipv6-benchmarking, r=joshtriplett | Manish Goregaokar | -0/+46 |
| 2021-09-21 | Fix link in Ipv6Addr::to_ipv4 docs | Artyom Pavlov | -1/+1 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -2/+0 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -3/+3 |
| 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 | -37/+3 |
| 2021-07-27 | Stabilize `const_fn_transmute` | Jacob Pratt | -2/+2 |
| 2021-07-07 | Add documentation for `Ipv6MulticastScope` | Christiaan Dirkx | -1/+43 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-19 | Remove `Ipv4Addr::is_ietf_protocol_assignment` | Christiaan Dirkx | -37/+3 |
| 2021-06-18 | Add `IpAddr::is_benchmarking` | Christiaan Dirkx | -0/+24 |
| 2021-06-18 | Add `Ipv6Addr::is_benchmarking` | Christiaan Dirkx | -0/+22 |
| 2021-06-15 | Document IPv4-mapped and IPv4-compatible addresses. | Christiaan Dirkx | -14/+72 |
| 2021-06-09 | Remove `is_unicast_site_local` | Christiaan Dirkx | -41/+0 |
| 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 | -85/+25 |
| 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-04-16 | Add documentation to help people find `Ipv4Addr::UNSPECIFIED` | Josh Triplett | -0/+3 |
| 2021-04-04 | Add `#[inline]` to IpAddr methods | AngelicosPhosphoros | -0/+3 |
| 2021-03-30 | Disallow octal format in Ipv4 string | Cheng XU | -0/+2 |
| 2021-02-03 | add #[inline] to all the public IpAddr functions | Ben Kimock | -0/+69 |
| 2021-01-31 | Rollup merge of #81549 - est31:wording_fix, r=jonas-schievink | Jonas Schievink | -7/+7 |
| 2021-01-30 | Misc ip documentation fixes | est31 | -7/+7 |
| 2021-01-20 | Dont prefix 0x when `dbg!(ipv6)` | Lzu Tao | -2/+2 |
| 2021-01-20 | Use slice::split_first instead of manuall slicing | Lzu Tao | -2/+2 |
| 2020-11-27 | Stabilize all stable methods of `Ipv4Addr`, `Ipv6Addr` and `IpAddr` as const | Christiaan Dirkx | -22/+27 |
| 2020-11-23 | Auto merge of #76226 - CDirkx:const-ipaddr, r=dtolnay | bors | -2/+4 |
| 2020-11-23 | Bump version to 1.50.0 | Christiaan Dirkx | -2/+2 |
| 2020-11-23 | Stabilize `IpAddr::is_ipv4` and `is_ipv6` as const | Christiaan Dirkx | -2/+4 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -2/+1 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -1/+2 |
| 2020-10-13 | fmt | wcampbell | -1/+1 |
| 2020-10-13 | use matches! in library/std/src/net/ip.rs
| wcampbell | -4/+1 |
| 2020-10-13 | [net] clippy: identity_op | wcampbell | -4/+4 |
| 2020-10-13 | [net] clippy: match_like_matches_macro | wcampbell | -4/+1 |
| 2020-09-23 | Make delegation methods of `std::net::IpAddr` unstable const | Christiaan Dirkx | -5/+10 |
| 2020-09-03 | Auto merge of #76235 - jyn514:std-intra-links, r=poliorcetics | bors | -42/+0 |
| 2020-09-03 | Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morse | Dylan DPC | -18/+38 |
| 2020-09-02 | add a note for Ipv4Addr::to_ipv6_compatible | 南浦月 | -0/+3 |
| 2020-09-01 | Remove explicit links to `true` and `false` in ip.rs | Joshua Nelson | -42/+0 |
| 2020-09-01 | Make all remaining methods of `std::net::Ipv4Addr` const | Christiaan Dirkx | -9/+20 |