about summary refs log tree commit diff
path: root/src/test/run-pass/tcp-connect-timeouts.rs
AgeCommit message (Expand)AuthorLines
2015-04-14Test fixes and rebase conflictsAlex Crichton-77/+0
2015-04-14Fallout: move from scoped to spawnAaron Turon-1/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-03-19RUST_TEST_TASKS -> RUST_TEST_THREADSSteve Klabnik-1/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-4/+4
2015-01-26Fallout of io => old_ioAlex Crichton-4/+4
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+0
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-1/+0
2015-01-05Un-gate macro_rulesKeegan McAllister-1/+1
2015-01-05Remove use of globs feature gate from tests.Huon Wilson-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-1/+2
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-4/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-4/+4
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-29Fallout from glob shadowingNick Cameron-1/+0
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-11-05Fixed other tests to pass make checkVladimir Matveev-6/+2
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-01Remove iotest macroAaron Turon-5/+1
2014-10-01Remove all use of librustuvAaron Turon-46/+21
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-1/+1
2014-08-13Fix test falloutBrian Anderson-2/+2
2014-08-13std: Make connect_timeout return Err on zero durationBrian Anderson-0/+11
2014-08-13Fix various fallout from timer changesBrian Anderson-3/+4
2014-08-09testsuite: implement #[reexport_test_harness_name] to get access to theHuon Wilson-1/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+2
2014-05-12Easier interface for TCP ::connect and ::bind.Tom Lee-2/+6
2014-04-23test: Ignore tcp-connect-timeout on freebsdAlex Crichton-4/+4
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-0/+92