about summary refs log tree commit diff
path: root/src/libstd/net
AgeCommit message (Expand)AuthorLines
2015-03-31rollup merge of #23766: alexcrichton/stabilize-raw-fdAlex Crichton-2/+16
2015-03-31Stabilize std::numAaron Turon-0/+3
2015-03-27rollup merge of #23750: murarth/ipaddr-fromstrAlex Crichton-6/+12
2015-03-26Add `std::net::lookup_addr` for reverse DNS lookupMurarth-0/+19
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-2/+16
2015-03-26impl `FromStr` for `IpAddr`Murarth-6/+12
2015-03-25std: Add net::IpAddr, destabilize lookup_hostAlex Crichton-9/+56
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+5
2015-03-23Add generic conversion traitsAaron Turon-1/+0
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+5
2015-03-20Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichtonbors-1/+1
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-1/+1
2015-03-20Auto merge of #23504 - alexcrichton:parse-error-not-unit, r=aturonbors-11/+17
2015-03-19std: Stablize io::ErrorKindAlex Crichton-5/+8
2015-03-18std: Stabilize FromStr implementations in std::netAlex Crichton-11/+17
2015-03-17Fix IPv6 address format in documentationRicardo Martins-1/+1
2015-03-17Auto merge of #23352 - alexcrichton:stabilize-net, r=aturonbors-203/+380
2015-03-16Auto merge of #23347 - aturon:stab-misc, r=alexcrichtonbors-1/+1
2015-03-15Removed old_io note from std::netTrent Nadeau-2/+1
2015-03-13std: Stabilize the `net` moduleAlex Crichton-203/+380
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-3/+3
2015-03-06Test fixes and rebase conflictsAlex Crichton-0/+1
2015-03-06rollup merge of #23097: alexcrichton/issue-23076Alex Crichton-1/+6
2015-03-06Rollup merge of #23095 - stepancheg:test-bind-fail, r=alexcrichtonManish Goregaokar-4/+4
2015-03-05std: Fix peeling ports from addressesAlex Crichton-1/+6
2015-03-06std: net: enable bind_error test on all platformsStepan Koltsov-4/+4
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-8/+8
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-26std: Draw from the same port pool during testsAlex Crichton-2/+2
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-1/+1
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-29/+0
2015-02-20Register new snapshotsAlex Crichton-29/+0
2015-02-20try to reduce bajillion warningsAlexis-7/+1
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+32
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-46/+46
2015-02-17Fallout from stabilizationAaron Turon-46/+46
2015-02-17openbsd: adapt connect_error testSébastien Marie-1/+2
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+2592