about summary refs log tree commit diff
path: root/src/libstd/net/addr.rs
AgeCommit message (Expand)AuthorLines
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-5/+5
2019-03-25SGX target: fix std unit testsJethro Beekman-0/+6
2019-02-28libstd => 2018Taiki Endo-15/+15
2019-02-20Rollup merge of #58553 - scottmcm:more-ihle, r=Centrilkennytm-2/+2
2019-02-17Use more impl header lifetime elisionScott McMurray-2/+2
2019-02-10libs: doc commentsAlexander Regueiro-1/+1
2019-02-10tests: doc commentsAlexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-06Refactor net::each_addr/lookup_host to forward error from resolveJethro Beekman-21/+7
2018-08-21Add doc for impl From for AddrSon-0/+8
2018-05-03Remove the deprecated std::net::{lookup_host,LookupHost}Josh Stone-3/+1
2018-03-24Add backticksPhlosioneer-2/+2
2018-03-20Remove StdioRaw doc additions, add backticksPhlosioneer-1/+1
2018-03-11Remove "and may change between Rust releases"Phlosioneer-3/+3
2018-03-11Document when types have OS-dependent sizesPhlosioneer-0/+9
2018-01-17Deprecate std::net::lookup_hostSteven Fackler-1/+4
2017-11-21Fix a typo in ToSocketAddrs documentationAlexey Orlenko-1/+1
2017-08-30Fix typo in doc `ToSocketAddrs` example.Corey Farwell-1/+1
2017-08-28Rewrite `std::net::ToSocketAddrs` doc examples.Corey Farwell-22/+66
2017-03-27Addressed requested changes for PR #40838lukaramu-18/+12
2017-03-26Added examples to std::net::{SocketAddr, SocketAddrV4, SocketAddrV6} docslukaramu-0/+36
2017-03-26Expanded and added links to std::net::{SocketAddr,SocketAddrV4,SocketAddrV6} ...lukaramu-25/+89
2017-03-26Removed link in std::net::ToSocketAddr's summary sentencelukaramu-3/+1
2017-03-26Added links throughout std::net::ToSocketAddrs' documentationlukaramu-17/+35
2017-01-31add From<(I, u16)> for SocketAddr where I: Into<IpAddr>Sean McArthur-0/+7
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-6/+2
2017-01-13impl ToSocketAddrs for StringBrian Campbell-0/+20
2016-12-25Impl From<inner> for IpAddr and SocketAddr.Yamakaky-0/+14
2016-11-26Rollup merge of #37962 - GuillaumeGomez:socket-v6, r=frewsxcvSeo Sanghyeon-0/+84
2016-11-23Add missing examples to SocketAddrV6Guillaume Gomez-0/+84
2016-11-21Add missing examples for SocketAddrV4Guillaume Gomez-0/+46
2016-11-19Add missing examples in SocketAddrGuillaume Gomez-1/+78
2016-10-12Auto merge of #36762 - achanda:sockaddr_type, r=alexcrichtonbors-0/+35
2016-10-03Add two functions to check type of SockAddrAbhishek Chanda-0/+35
2016-09-30Ignore various entire test modules on emscriptenBrian Anderson-3/+0
2016-09-30Ignore entire test modules on emscripten instead of individual testsBrian Anderson-1/+1
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+3
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-3/+0
2016-06-29Update documentation to reflect ignoring of unknown addressesTobias Bucher-0/+3
2016-06-29Ignore unknown address types when looking up hostsTobias Bucher-6/+1
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-16/+32
2016-03-23Auto merge of #32454 - eddyb:rollup, r=eddybbors-6/+6
2016-03-22try! -> ?Jorge Aparicio-3/+3
2016-03-22std: Store flowinfo/scope_id in host byte orderAlex Crichton-6/+6
2016-02-25Rollup merge of #31842 - dileepbapat:master, r=alexcrichtonManish Goregaokar-3/+2
2016-02-23#31820 - Utilize `if..let` instead of single `match` branchdileepb-3/+2
2016-02-23Register new snapshotsAaron Turon-2/+2
2016-02-11Add SocketAddrV6::set_flowinfo and set_scope_idSimon Sapin-0/+28
2016-02-11Add `SocketAddr{,V4,V6}::set_ip`.Simon Sapin-3/+52