index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
hermit
/
net.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-29
Implement read_buf for RustHermit
Stefan Lankes
-7
/
+24
2023-02-24
move IO traits to std/src/os/hermit
Stefan Lankes
-1
/
+2
2023-02-24
add support of RustyHermit's BSD socket layer
Stefan Lankes
-388
/
+250
2022-09-05
Hermit: Remove unused socklen_t (dead_code)
Martin Kröning
-2
/
+0
2022-05-09
Use Rust 2021 prelude in std itself.
Mara Bos
-1
/
+0
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-25
/
+24
2021-10-16
remove compiler warnings
Stefan Lankes
-1
/
+1
2021-08-30
add `TcpStream::set_linger` and `TcpStream::linger`
ibraheemdev
-0
/
+8
2021-06-15
Rename ErrorKind::Unknown to Uncategorized.
Mara Bos
-22
/
+26
2021-06-15
Fix copy-paste error in sys/hermit error message.
Mara Bos
-1
/
+1
2021-06-15
Redefine `ErrorKind::Other` and stop using it in std.
Mara Bos
-21
/
+22
2021-04-20
Change uses of never type
Christiaan Dirkx
-2
/
+2
2021-04-20
Replace `Void` with never type
Christiaan Dirkx
-2
/
+2
2021-04-18
Use `NotSupported` in more places
Christiaan Dirkx
-39
/
+39
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-66
/
+74
2020-07-27
mv std libs to library/
mark
-0
/
+473