| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-19 | Remove `Ipv4Addr::is_ietf_protocol_assignment` | Christiaan Dirkx | -14/+3 | |
| 2021-06-09 | Remove `is_unicast_site_local` | Christiaan Dirkx | -11/+1 | |
| 2021-05-30 | Remove `is_unicast_link_local_strict` | Christiaan Dirkx | -16/+2 | |
| 2021-01-20 | Dont prefix 0x when `dbg!(ipv6)` | Lzu Tao | -0/+3 | |
| 2020-11-26 | Move const ip in ui test to unit test | Daiki Ihara | -0/+6 | |
| 2020-09-23 | Make delegation methods of `std::net::IpAddr` unstable const | Christiaan Dirkx | -0/+19 | |
| Make the following methods of `std::net::IpAddr` unstable const under the `const_ip` feature: - `is_unspecified` - `is_loopback` - `is_global` - `is_multicast` Also adds a test for these methods in a const context. Possible because these methods delegate to the inner `Ipv4Addr` or `Ipv6Addr`, which were made const, and the recent stabilization of const control flow. Part of #76205 | ||||
| 2020-09-03 | Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests under `library` | Christiaan Dirkx | -0/+109 | |
| These tests are about the standard library, not the compiler itself, thus should live in `library`, see #76268. | ||||
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -0/+811 | |
| Also doing fmt inplace as requested. | ||||
