about summary refs log tree commit diff
path: root/src/test/run-pass/tcp-stress.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-1/+2
2016-08-01tcp-stress-test.rs: Only spawn 200 threads.Moritz Ulrich-1/+1
2016-07-31tcp-stress-test: Factor out thread count as constant.Moritz Ulrich-2/+5
2016-05-14test: clear deprecation warnings in tcp-stressLuca Bruno-7/+8
2016-05-14test: assert that all tcp-stress threads get spawnedLuca Bruno-2/+7
2016-02-11Ignore tests that use threads on emscriptenPierre Krieger-0/+1
2015-07-01Add netbsd amd64 supportAlex Newman-1/+2
2015-04-14More test fixesAlex Crichton-34/+15
2015-04-04fixing some tests and temporarily disabling others to get Bitrig build workin...Dave Huseby-0/+1
2015-04-01Test fixes and rebase conflictsAlex Crichton-3/+3
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-0/+3
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-2/+2
2015-02-01openbsd supportSébastien Marie-1/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-2/+2
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-3/+3
2015-01-06Fallout from stabilizationAaron Turon-3/+3
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+1
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+1
2015-01-02Rebase test fixes v2Alex Crichton-5/+5
2015-01-02Properly deal with Ordering in the guideSteve Klabnik-5/+6
2014-12-18Revise std::thread API to join by defaultAaron Turon-3/+3
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-3/+3
2014-11-18Windows and OS X falloutNick Cameron-3/+3
2014-11-05Fixed other tests to pass make checkVladimir Matveev-4/+2
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-16Remove libdebug and update tests.Luqman Aden-3/+2
2014-10-01Remove all use of librustuvAaron Turon-7/+0
2014-08-13Fix test falloutBrian Anderson-1/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-18Fallout from TaskBuilder changesAaron Turon-3/+1
2014-06-09Use phase(plugin) in testsKeegan McAllister-1/+1
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+1
2014-05-12Try to parse TcpStream::connect 'host' parameter as an IP.Tom Lee-5/+3
2014-05-12Easier interface for TCP ::connect and ::bind.Tom Lee-4/+6
2014-04-23Move task::task() to TaskBuilder::new()Steven Fackler-2/+2
2014-04-07Fix some windows rpass testsAlex Crichton-1/+11
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-1/+1
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-1/+1
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+1
2014-03-16Fix a test that was missed in the liblog PREdward Wang-0/+4
2014-03-13fix a test that was missed in the chan/port renaming (PR #12815)Ted Horst-8/+8
2014-03-12rustuv: Fix a use-after-free in TTY failureAlex Crichton-0/+74