about summary refs log tree commit diff
path: root/library/std/src/sys/pal/sgx/net.rs
AgeCommit message (Expand)AuthorLines
2025-02-02std: move network code into `sys`joboet-536/+0
2024-10-08Change a few `&Option<T>` into `Option<&T>`Yuri Astrakhan-7/+7
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2024-04-11Factor some common `io::Error` constantsBenoƮt du Garreau-12/+3
2024-03-12Allow dead code in sys/palArthur Carcano-0/+2
2024-02-05Remove unused structr0cky-3/+0
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+548