about summary refs log tree commit diff
path: root/library/std/src/sys/net/connection/xous
AgeCommit message (Expand)AuthorLines
2025-04-27use generic Atomic type where possibleChristopher Durham-11/+11
2025-03-25Fix typo in error messageThalia Archibald-1/+1
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-46/+46
2025-02-17Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDentonMatthias Krüger-66/+61
2025-02-12std: replace the `FromInner` implementation for addresses with private conver...joboet-35/+0
2025-02-10Fix &&str and trailing commas in io::const_error!Thalia Archibald-63/+58
2025-02-10Use io::const_error! when possible over io::Error::newThalia Archibald-3/+3
2025-02-02std: move network code into `sys`joboet-0/+1337