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
/
wasi
/
net.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-544
/
+0
2023-05-01
Inline AsRawFd implementations
Konrad Borowski
-0
/
+1
2023-05-01
Inline socket function implementations
Konrad Borowski
-0
/
+3
2023-05-01
Inline AsInner implementations
Konrad Borowski
-0
/
+3
2023-03-06
Implement read_buf for a few more types
Tomasz Miąsko
-1
/
+5
2022-11-24
feat: implement TcpStream shutdown for wasm32-wasi
Harald Hoyer
-2
/
+8
2022-07-30
Remove socklen_t from platforms where it's no longer used
Linus Färnstrand
-2
/
+0
2022-05-09
Use Rust 2021 prelude in std itself.
Mara Bos
-1
/
+0
2022-01-28
wasi: enable TcpListener and TcpStream
Harald Hoyer
-13
/
+53
2021-08-30
add `TcpStream::set_linger` and `TcpStream::linger`
ibraheemdev
-0
/
+8
2021-08-19
Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.
Dan Gohman
-1
/
+0
2021-08-19
I/O safety.
Dan Gohman
-28
/
+97
2021-08-13
Change WASI's `RawFd` from `u32` to `c_int` (`i32`).
Dan Gohman
-6
/
+7
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-02-24
x.py fmt
Dan Gohman
-1
/
+1
2021-02-24
Use `super::` to refer to WASI-specific names.
Dan Gohman
-1
/
+1
2020-09-03
Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasi
Amjad Alsharafi
-0
/
+2
2020-07-27
mv std libs to library/
mark
-0
/
+411