about summary refs log tree commit diff
path: root/library/std/src/sys/net
AgeCommit message (Expand)AuthorLines
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-18/+18
2025-02-28Use correct error message casing for `io::const_error`sNoratrieb-46/+46
2025-02-23Rollup merge of #136826 - xizheyin:issue-136737, r=thomccJacob Pratt-5/+11
2025-02-17Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDentonMatthias Krüger-66/+61
2025-02-13Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in unixxizheyin-5/+11
2025-02-12std: replace the `FromInner` implementation for addresses with private conver...joboet-273/+151
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-06sys: net: Add UEFI stubsAyush Singh-0/+374
2025-02-02std: move network code into `sys`joboet-0/+6021