| Age | Commit message (Expand) | Author | Lines |
| 2024-08-11 | Do not use unnecessary endian conversion. | Orson Peters | -6/+4 |
| 2024-08-11 | Fix stability annotation and expand comment | Orson Peters | -2/+8 |
| 2024-08-10 | Hash Ipv*Addr as an integer | Orson Peters | -2/+19 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -6/+3 |
| 2024-07-26 | Fix doc nits | John Arundel | -30/+34 |
| 2024-06-30 | Update ip_addr.rs | Daniel Huang | -2/+2 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -1/+1 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -10/+10 |
| 2024-05-25 | Stabilise ip_bits feature | ltdk | -18/+10 |
| 2024-04-11 | Avoid invalid socket address in length calculation | Tobias Nießen | -2/+2 |
| 2024-03-25 | Import the 2021 prelude in the core crate | Daniel Paoliello | -1/+0 |
| 2024-03-04 | net: Add branch to Parser::read_number for parsing without checked | okaneco | -21/+51 |
| 2024-02-16 | Auto merge of #116385 - kornelski:maybe-rename, r=Amanieu | bors | -1/+1 |
| 2024-02-08 | Bump version placeholders | Mark Rousskov | -1/+1 |
| 2024-01-27 | Rollup merge of #119641 - eopb:std-unused-ip-feature, r=ChrisDenton | Matthias Krüger | -1/+0 |
| 2024-01-21 | Rollup merge of #119081 - jstasiak:is-ipv4-mapped, r=dtolnay | Nadrieril | -0/+25 |
| 2024-01-11 | Make is_global/is_unicast_global special address handling complete | Jakub Stasiak | -2/+10 |
| 2024-01-05 | Remove feature not required by `Ipv6Addr::to_cononical` doctest | Ethan Brierley | -1/+0 |
| 2023-12-28 | fix typo | Emil Gardström | -1/+1 |
| 2023-12-24 | Stabilize ip_in_core feature | Linus Färnstrand | -1/+1 |
| 2023-12-18 | Add Ipv6Addr::is_ipv4_mapped | Christiaan Dirkx | -0/+25 |
| 2023-12-15 | Add link to is_benchmark from the Ipv6Addr::is_global documentation | Jakub Stasiak | -1/+1 |
| 2023-12-07 | Elaborate on ip_addr bit conversion endianness | Chris Eckhardt | -4/+48 |
| 2023-11-15 | Substitute version placeholders | Mark Rousskov | -13/+13 |
| 2023-11-11 | Rename MaybeUninit::write_slice | Kornel | -1/+1 |
| 2023-10-24 | Rollup merge of #116714 - WaffleLapkin:order-the-order, r=joshtriplett | Matthias Krüger | -49/+2 |
| 2023-10-16 | Rollup merge of #115955 - tgross35:ip-to-canonical, r=dtolnay | Matthias Krüger | -10/+13 |
| 2023-10-14 | Derive `Ord`, `PartialOrd` and `Hash` for `SocketAddr*` | Maybe Waffle | -49/+2 |
| 2023-10-13 | Remove Not for IpAddr | ltdk | -23/+0 |
| 2023-10-13 | impl Not, Bit{And,Or,Xor}{,Assign} for IP addresses | ltdk | -0/+154 |
| 2023-09-18 | Stabilize `{IpAddr, Ipv6Addr}::to_canonical` | Trevor Gross | -10/+13 |
| 2023-08-25 | Remove special cases that are no longer needed due to #112606 | Tobias Bucher | -7/+1 |
| 2023-07-18 | Link methods in From impls | ltdk | -0/+4 |
| 2023-07-15 | Add BITS, from_bits, to_bits to IP addresses | ltdk | -52/+114 |
| 2023-06-13 | Alter `Display` for `Ipv6Addr` for IPv4-compatible addresses | ltdk | -8/+2 |
| 2023-05-03 | Inline SocketAddr methods | Konrad Borowski | -0/+27 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -1/+1 |
| 2023-03-15 | Bump version placeholders | Mark Rousskov | -13/+13 |
| 2023-02-26 | Add tracking issue | Josh Triplett | -1/+1 |
| 2023-02-26 | Move IpAddr and SocketAddr to core | Linus Färnstrand | -0/+3296 |