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
/
net
/
tcp.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-08
std: make address resolution weirdness local to SGX
joboet
-2
/
+2
2025-06-16
Set MSG_NOSIGNAL for UnixSteam
Michał Łowicki
-0
/
+6
2025-03-10
Disable unsupported tests
Nicole LeGare
-1
/
+2
2025-02-02
std: move network code into `sys`
joboet
-1
/
+2
2024-09-30
Rollup merge of #129638 - nickrum:wasip2-net, r=alexcrichton
Trevor Gross
-1
/
+8
2024-09-29
Rollup merge of #130743 - YohDeadfall:net-nonblocking-doc, r=Mark-Simulacrum
Guillaume Gomez
-1
/
+1
2024-09-29
Fix std tests for wasm32-wasip2 target
Nicola Krumschmidt
-1
/
+8
2024-09-23
Clarifications for set_nonblocking methods
Yoh Deadfall
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+2
2024-06-21
fix issue number
Tristan Guichaoua
-4
/
+4
2023-08-22
std: net: skip tests on xous
Sean Cross
-1
/
+1
2023-07-28
inline trivial (noop) flush calls
Thom Chiovoloni
-0
/
+2
2023-05-13
add examples of port 0 binding behavior
kirk
-0
/
+9
2023-05-01
Inline AsInner implementations
Konrad Borowski
-0
/
+2
2023-04-08
fix(tcp): remove redundant `format!` macro call
Sergei Belokon
-1
/
+1
2023-04-06
chore(tcp): change the hardcoded port number to `port` var
Sergei Belokon
-1
/
+1
2023-03-06
Implement read_buf for a few more types
Tomasz Miąsko
-1
/
+9
2023-01-31
Replace unwrap with ? in TcpListener doc
Daniel Chmielewski
-1
/
+1
2022-07-02
Bump std::net::Incoming FusedIterator impl to Rust 1.64
David Tolnay
-1
/
+1
2022-05-23
Implement `FusedIterator` for `std::net::[Into]Incoming`
Chayim Refael Friedman
-0
/
+7
2022-04-14
Remove use of `#[rustc_deprecated]`
Jacob Pratt
-8
/
+2
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-5
/
+5
2022-02-01
Fix incorrect panic message in example
TheVoid
-1
/
+1
2021-11-02
read_buf
DrMeepster
-13
/
+1
2021-10-30
Add #[must_use] to remaining std functions (A-N)
John Kugelman
-0
/
+1
2021-10-10
Add #[must_use] to conversions that move self
John Kugelman
-0
/
+1
2021-09-17
Rollup merge of #88339 - piegamesde:master, r=joshtriplett
Yuki Okushi
-0
/
+51
2021-08-30
add `TcpStream::set_linger` and `TcpStream::linger`
ibraheemdev
-0
/
+47
2021-08-26
Add TcpListener::into_incoming and IntoIncoming
piegames
-0
/
+51
2021-08-20
Auto merge of #87329 - sunfishcode:sunfishcode/io-safety, r=joshtriplett
bors
-0
/
+12
2021-08-19
Add comments about impls for File, TcpStream, ChildStdin, etc.
Dan Gohman
-0
/
+12
2021-08-08
## Context
Richard Schneeman
-7
/
+14
2020-11-22
Drop support for cloudabi targets
Lzu Tao
-1
/
+1
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-866
/
+4
2020-08-15
Move to intra doc links in std::net
Alexis Bourget
-62
/
+22
2020-07-27
mv std libs to library/
mark
-0
/
+1844