about summary refs log tree commit diff
path: root/src/libstd/net/addr.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Add `std::net::lookup_addr` for reverse DNS lookupMurarth-0/+9
2015-03-25std: Add net::IpAddr, destabilize lookup_hostAlex Crichton-1/+22
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-1/+1
2015-03-13std: Stabilize the `net` moduleAlex Crichton-135/+260
2015-03-06Test fixes and rebase conflictsAlex Crichton-0/+1
2015-03-06rollup merge of #23097: alexcrichton/issue-23076Alex Crichton-1/+6
2015-03-05std: Fix peeling ports from addressesAlex Crichton-1/+6
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-3/+3
2015-02-20Register new snapshotsAlex Crichton-15/+0
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+16
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+592