about summary refs log tree commit diff
path: root/library/std/src/sys/net/connection/xous/udp.rs
AgeCommit message (Expand)AuthorLines
2025-04-27use generic Atomic type where possibleChristopher Durham-2/+2
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-1/+1
2025-02-28Use correct error message casing for `io::const_error`sNoratrieb-17/+17
2025-02-10Fix &&str and trailing commas in io::const_error!Thalia Archibald-26/+23
2025-02-10Use io::const_error! when possible over io::Error::newThalia Archibald-1/+1
2025-02-02std: move network code into `sys`joboet-0/+459