about summary refs log tree commit diff
path: root/library/std/src/sys/hermit/net.rs
AgeCommit message (Expand)AuthorLines
2021-08-30add `TcpStream::set_linger` and `TcpStream::linger`ibraheemdev-0/+8
2021-06-15Rename ErrorKind::Unknown to Uncategorized.Mara Bos-22/+26
2021-06-15Fix copy-paste error in sys/hermit error message.Mara Bos-1/+1
2021-06-15Redefine `ErrorKind::Other` and stop using it in std.Mara Bos-21/+22
2021-04-20Change uses of never typeChristiaan Dirkx-2/+2
2021-04-20Replace `Void` with never typeChristiaan Dirkx-2/+2
2021-04-18Use `NotSupported` in more placesChristiaan Dirkx-39/+39
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-66/+74
2020-07-27mv std libs to library/mark-0/+473