about summary refs log tree commit diff
path: root/library/std/src/sys/unix/l4re.rs
AgeCommit message (Expand)AuthorLines
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-1/+0
2022-03-09add as_raw() method to L4Re's Socket mockBenjamin Lamowski-0/+5
2022-03-09adapt L4Re network interface mock to #87329Benjamin Lamowski-9/+34
2022-03-09fix return value of LookupHost::port()Sebastian Humenda-1/+1
2022-03-09fix return values in L4Re networking stubSebastian Humenda-4/+4
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-2/+2
2021-08-30add `TcpStream::set_linger` and `TcpStream::linger`ibraheemdev-0/+16
2021-04-18Rename `NotSupported` to `Unsupported`Christiaan Dirkx-1/+4
2021-04-18Add and insta-stabilize `std::io::ErrorKind::NotSupported`Christiaan Dirkx-1/+1
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-1/+1
2020-07-27mv std libs to library/mark-0/+503