about summary refs log tree commit diff
path: root/library/std/src/sys/sgx/net.rs
AgeCommit message (Expand)AuthorLines
2022-07-30Remove socklen_t from platforms where it's no longer usedLinus Färnstrand-2/+0
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-1/+0
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-6/+6
2021-08-30add `TcpStream::set_linger` and `TcpStream::linger`ibraheemdev-0/+8
2021-06-15Rename ErrorKind::Unknown to Uncategorized.Mara Bos-1/+1
2021-06-15Redefine `ErrorKind::Other` and stop using it in std.Mara Bos-1/+1
2021-04-20Change uses of never typeChristiaan Dirkx-33/+33
2021-04-20Replace `Void` with never typeChristiaan Dirkx-3/+3
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-6/+6
2020-11-11Add Metadata in std::os::fortanix_sgx::io::FromRawFdMohsen Zohrevandi-3/+3
2020-07-27mv std libs to library/mark-0/+536