| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-19 | Minor changes to Ipv4Addr | Lzu Tao | -2/+4 | |
| * Impl IntoInner rather than AsInner for Ipv4Addr * Add some comments * Add test to show endiannes of Ipv4Addr display | ||||
| 2020-08-16 | Fix a link, improve method resolution | Alexis Bourget | -0/+2 | |
| 2020-08-15 | Move to intra doc links in std::net | Alexis Bourget | -55/+25 | |
| 2020-07-28 | Change Debug impl of SocketAddr and IpAddr to match their Display output | Lukas Kalbertodt | -1/+8 | |
| This has already been done for `SocketAddrV4`, `SocketAddrV6`, `IpAddrV4` and `IpAddrV6`. I don't see a point to keep the rather bad to read derived impl, especially when pretty printing: V4( 127.0.0.1 ) From the `Display`, one can easily and unambiguously see if it's V4 or V6. Using `Display` as `Debug` is very convenient for configuration structs (e.g. for webservers) that often just have a `derive(Debug)` and are printed that way to the user. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+1245 | |
