| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-26 | remove deprecated Error::description in impls | Marijn Schouten | -10/+5 | |
| 2024-08-04 | refactor: standardize duplicate processes in parser | Konippi | -32/+24 | |
| 2024-07-26 | Fix doc nits | John Arundel | -10/+10 | |
| Many tiny changes to stdlib doc comments to make them consistent (for example "Returns foo", rather than "Return foo", per RFC1574), adding missing periods, paragraph breaks, backticks for monospace style, and other minor nits. https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text | ||||
| 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 | |
| arithmetic If `max_digits.is_some()`, then we know we are parsing a `u8` or `u16` because `read_number` is only called with `Some(3)` or `Some(4)`. Both types fit well within a `u32` without risk of overflow. Thus, we can use plain arithmetic to avoid extra instructions from `checked_mul` and `checked_add`. | ||||
| 2023-04-12 | remove some unneeded imports | KaDiWa | -1/+1 | |
| 2023-02-26 | Move IpAddr and SocketAddr to core | Linus Färnstrand | -0/+498 | |
