about summary refs log tree commit diff
path: root/src/libstd/net
AgeCommit message (Expand)AuthorLines
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-6/+15
2015-04-15Rollup merge of #24480 - achanda:move_test, r=alexcrichtonSteve Klabnik-259/+270
2015-04-15Move IP related tests to ip.rsAbhishek Chanda-259/+270
2015-04-15Fix some typos.Ms2ger-1/+1
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-12/+12
2015-04-13Fix check for globally routable IPv4 addressAbhishek Chanda-15/+43
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-12/+12
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-5/+1
2015-04-07std: Deny most warnings in doctestsAlex Crichton-5/+1
2015-04-07disabling a test that is failing on bitrig.Dave Huseby-1/+2
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-1/+1
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-11/+14
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-3/+3
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-3/+3
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-24/+3
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-24/+3
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