| Age | Commit message (Expand) | Author | Lines |
| 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/+5 |
| 2021-01-20 | Use slice::split_first instead of manuall slicing | Lzu Tao | -2/+2 |
| 2020-12-19 | Auto merge of #79342 - CDirkx:ipaddr-const, r=oli-obk | bors | -22/+27 |
| 2020-11-27 | Stabilize all stable methods of `Ipv4Addr`, `Ipv6Addr` and `IpAddr` as const | Christiaan Dirkx | -22/+27 |
| 2020-11-26 | Move const ip in ui test to unit test | Daiki Ihara | -0/+6 |
| 2020-11-23 | Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrum | bors | -2/+2 |
| 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-22 | Drop support for cloudabi targets | Lzu Tao | -2/+2 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -2/+1 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -1/+2 |
| 2020-10-23 | Rollup merge of #77918 - wcampbell0x2a:cleanup-network-tests, r=m-ou-se | Yuki Okushi | -10/+4 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -1/+2 |
| 2020-10-20 | Rollup merge of #77923 - wcampbell0x2a:cleanup-net-module, r=scottmcm | Yuki Okushi | -8/+2 |
| 2020-10-19 | Revert "[net] clippy: needless_update" | wcampbell | -0/+1 |
| 2020-10-18 | Remove redundant 'static from library crates | est31 | -1/+1 |
| 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-10-13 | [net] clippy: needless_update | wcampbell | -1/+0 |
| 2020-10-13 | Use is_ok() instead of empty Ok(_) | wcampbell | -10/+4 |
| 2020-10-06 | Parse SocketAddrV6::scope_id | Tamir Duberstein | -4/+15 |
| 2020-10-06 | Avoid unused return | Tamir Duberstein | -9/+12 |
| 2020-10-06 | Rollup merge of #77528 - tamird:avoid-cast-net-parser, r=dtolnay | Yuki Okushi | -36/+48 |
| 2020-10-04 | Inline "eof" methods | Tamir Duberstein | -13/+2 |
| 2020-10-04 | Avoid unchecked casts in net parser | Tamir Duberstein | -23/+46 |
| 2020-10-04 | Include scope id in SocketAddrV6::Display | Tamir Duberstein | -3/+19 |
| 2020-09-25 | Rollup merge of #76304 - CDirkx:const-ip, r=ecstatic-morse | Jonas Schievink | -5/+29 |
| 2020-09-23 | Make delegation methods of `std::net::IpAddr` unstable const | Christiaan Dirkx | -5/+29 |
| 2020-09-22 | Update library/std/src/net/addr.rs | Imbolc | -1/+1 |
| 2020-09-22 | Update library/std/src/net/addr.rs | Imbolc | -1/+1 |
| 2020-09-22 | Update addr.rs | Imbolc | -1/+1 |
| 2020-09-03 | Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests under `library` | Christiaan Dirkx | -0/+109 |
| 2020-09-03 | Auto merge of #76235 - jyn514:std-intra-links, r=poliorcetics | bors | -46/+0 |
| 2020-09-03 | Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morse | Dylan DPC | -18/+38 |
| 2020-09-02 | Convert many files to intra-doc links | Joshua Nelson | -4/+0 |
| 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 |
| 2020-09-01 | Change implementation of `Ipv6Addr::is_unspecified` and `is_loopback` from `m... | CDirkx | -2/+2 |
| 2020-09-01 | Make methods unstable const under `const_ipv4` | CDirkx | -9/+9 |
| 2020-09-01 | Make all methods of `std::net::Ipv6Addr` const | CDirkx | -16/+30 |
| 2020-08-31 | Make more Ipv4Addr methods const | CDirkx | -9/+18 |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -2478/+2430 |
| 2020-08-19 | Minor changes to Ipv4Addr | Lzu Tao | -7/+14 |
| 2020-08-16 | Fix a link, improve method resolution | Alexis Bourget | -24/+27 |