about summary refs log tree commit diff
path: root/src/libstd/net
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-7686/+0
2020-07-02libstd/net/tcp.rs: #![deny(unsafe_op_in_unsafe_fn)]Yashhwanth Ram-2/+5
2020-07-01Rollup merge of #72369 - Lucretiel:socketaddr-parse, r=dtolnayManish Goregaokar-193/+289
2020-06-30Bring net/parser.rs up to modern up to date with modern rust patternsNathan West-193/+289
2020-06-23Auto merge of #73007 - yoshuawuyts:socketaddr-from-string-u16, r=sfacklerbors-0/+8
2020-06-13Add test for comparing SocketAddr with inferred right-hand sideDavid Tolnay-0/+5
2020-06-12Revert heterogeneous SocketAddr PartialEq implsDavid Tolnay-40/+0
2020-06-05impl ToSocketAddrs for (String, u16)Yoshua Wuyts-0/+8
2020-05-29Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJungbors-80/+78
2020-05-29Rollup merge of #72407 - Lucretiel:ipv6-display, r=Mark-SimulacrumRalf Jung-80/+78
2020-05-29Clarify comment message & MAX_LENGTH constNathan West-3/+7
2020-05-29Added fast-path, testsNathan West-20/+54
2020-05-29`SocketAddr(V4|V6)?`::Display now correctly pads its contentNathan West-3/+27
2020-05-29Rollup merge of #72239 - hch12907:master, r=dtolnayDylan DPC-1/+106
2020-05-24Fix testsHoe Hao Cheng-2/+2
2020-05-24Remove heterogeneous ordering for SocketAddrHoe Hao Cheng-55/+15
2020-05-20Various minor improvements to Ipv6Addr::DisplayNathan West-80/+78
2020-05-20Add fast-path optimization for Ipv4Addr::fmtNathan West-9/+16
2020-05-16Implement PartialOrd and Ord for SocketAddr*Hoe Hao Cheng-1/+146
2020-04-26Update nameSteven Fackler-8/+8
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+20
2020-03-20For issue 53957: revise unit tests to focus on underlying bug of 23076.Felix S. Klock II-4/+19
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-02Don't convert Results to Options just for matching.Matthias Krüger-1/+1
2020-02-29simplify boolean expressionsMatthias Krüger-1/+1
2020-01-29Document remaining undocumented `From` implementations for IPsLeSeulArtichaut-0/+72
2020-01-09Rollup merge of #67966 - popzxc:core-std-matches, r=CentrilMazdak Farrokhzad-16/+4
2020-01-08Use matches macro in libcore and libstdIgor Aleksanov-16/+4
2020-01-06Removed module usage.Strømberg-1/+0
2020-01-06Missing module std in example.Strømberg-1/+1
2019-12-26Implement padding for IpAddr without heap allocDario Gonzalez-13/+80
2019-12-24Deprecate Error::description for realDavid Tolnay-0/+2
2019-12-22Format the worldMark Rousskov-215/+278
2019-12-19Rollup merge of #67321 - lzutao:htons, r=dtolnayMazdak Farrokhzad-22/+11
2019-12-18Propagate cfg bootstrapMark Rousskov-4/+4
2019-12-15make htons const fnLzu Tao-22/+11
2019-12-14Delete flaky test net::tcp::tests::fast_rebindDavid Tolnay-15/+0
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-0/+4
2019-12-06Remove boxed closures in address parser.Markus Reiter-19/+4
2019-11-29Format libstd with rustfmtDavid Tolnay-212/+294
2019-11-13Fix broken links in Ipv4Addr::is_benchmarking docsBenjamin Sago-2/+2
2019-11-10Rollup merge of #66058 - mjptree:patch-2, r=kennytmYuki Okushi-1/+1
2019-11-09Update src/libstd/net/ip.rs mjptree-1/+1
2019-11-03 Correct deprecated `is_global` IPv6 documentationmjptree-1/+1
2019-11-02Correct error in documentation for Ipv4Addr methodmjptree-1/+1
2019-10-20Remove leading :: from paths in doc examplesMikko Rantanen-1/+1
2019-10-05Rollup merge of #64728 - messense:udp-peer-addr, r=dtolnayTyler Mandry-3/+1
2019-10-01Remove unneeded `fn main` blocks from docsLzu Tao-146/+108
2019-09-26Update src/libstd/net/udp.rsmessense-1/+1
2019-09-24Stabilize UdpSocket::peer_addrmessense-3/+1