| Age | Commit message (Expand) | Author | Lines |
| 2024-12-20 | fix typos in the example code in the doc comments of `Ipv4Addr::from_bits()`,... | hltj | -3/+3 |
| 2024-11-27 | replace placeholder version | Boxy | -4/+4 |
| 2024-11-12 | Stabilize `Ipv6Addr::is_unique_local` and `Ipv6Addr::is_unicast_link_local` | umgefahren | -6/+4 |
| 2024-11-02 | get rid of a whole bunch of unnecessary rustc_const_unstable attributes | Ralf Jung | -1/+0 |
| 2024-10-26 | Auto merge of #131715 - tgross35:add-const_sockaddr_setters, r=Amanieu | bors | -16/+24 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -0/+1 |
| 2024-10-24 | Document textual format of SocketAddrV{4,6} | Nick Mathewson | -0/+39 |
| 2024-10-14 | Add a `const_sockaddr_setters` feature | Trevor Gross | -16/+24 |
| 2024-10-14 | Rollup merge of #131616 - RalfJung:const_ip, r=tgross35 | Matthias Krüger | -14/+0 |
| 2024-10-13 | core/net: use hex for ipv6 doctests for consistency. | Dario Nieuwenhuis | -37/+25 |
| 2024-10-13 | core/net: add Ipv[46]Addr::from_octets, Ipv6Addr::from_segments | Dario Nieuwenhuis | -0/+77 |
| 2024-10-13 | merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gate | Ralf Jung | -14/+0 |
| 2024-09-01 | Rollup merge of #128641 - Konippi:standardize-duplicate-processes-in-parser, ... | Matthias Krüger | -32/+24 |
| 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-08-04 | refactor: standardize duplicate processes in parser | Konippi | -32/+24 |
| 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 |