about summary refs log tree commit diff
path: root/library/std/src/net/udp.rs
AgeCommit message (Expand)AuthorLines
2023-05-13add examples of port 0 binding behaviorkirk-0/+9
2023-05-01Inline AsInner implementationsKonrad Borowski-0/+1
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-7/+7
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-2/+4
2021-08-30Remove unnecessary `mut` from udp doctestsSönke Hahn-1/+1
2021-08-19Add comments about impls for File, TcpStream, ChildStdin, etc.Dan Gohman-0/+6
2021-07-29Fix may not to appropriate might not or must notAli Malik-3/+3
2021-05-02Add link to Issue #34202 in udp docswcampbell-1/+3
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-1/+1
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+1
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-377/+3
2020-08-15Move to intra doc links in std::netAlexis Bourget-67/+27
2020-07-27mv std libs to library/mark-0/+1217