about summary refs log tree commit diff
path: root/library/std/src/net/tcp.rs
AgeCommit message (Expand)AuthorLines
2023-03-06Implement read_buf for a few more typesTomasz Miąsko-1/+9
2023-01-31Replace unwrap with ? in TcpListener docDaniel Chmielewski-1/+1
2022-07-02Bump std::net::Incoming FusedIterator impl to Rust 1.64David Tolnay-1/+1
2022-05-23Implement `FusedIterator` for `std::net::[Into]Incoming`Chayim Refael Friedman-0/+7
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-8/+2
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-5/+5
2022-02-01Fix incorrect panic message in exampleTheVoid-1/+1
2021-11-02read_bufDrMeepster-13/+1
2021-10-30Add #[must_use] to remaining std functions (A-N)John Kugelman-0/+1
2021-10-10Add #[must_use] to conversions that move selfJohn Kugelman-0/+1
2021-09-17Rollup merge of #88339 - piegamesde:master, r=joshtriplettYuki Okushi-0/+51
2021-08-30add `TcpStream::set_linger` and `TcpStream::linger`ibraheemdev-0/+47
2021-08-26Add TcpListener::into_incoming and IntoIncomingpiegames-0/+51
2021-08-20Auto merge of #87329 - sunfishcode:sunfishcode/io-safety, r=joshtriplettbors-0/+12
2021-08-19Add comments about impls for File, TcpStream, ChildStdin, etc.Dan Gohman-0/+12
2021-08-08## ContextRichard Schneeman-7/+14
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+1
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-866/+4
2020-08-15Move to intra doc links in std::netAlexis Bourget-62/+22
2020-07-27mv std libs to library/mark-0/+1844