about summary refs log tree commit diff
path: root/src/test/run-pass/task-comm-3.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-71/+0
2018-08-05Fix test/run-passvarkor-2/+0
2016-10-18Fix some pretty printing testsVadim Petrochenkov-1/+0
2016-02-11Ignore tests that use threads on emscriptenPierre Krieger-0/+1
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-4/+4
2015-04-14Fallout: move from scoped to spawnAaron Turon-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-3/+3
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+1
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-1/+1
2014-10-16Remove libdebug and update tests.Luqman Aden-3/+1
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-06-27replaced ignore-pretty with no-pretty-expandedJohn Clements-1/+1
2014-06-25work around 15189 in test casesJohn Clements-0/+2
2014-06-18Fallout from TaskBuilder changesAaron Turon-6/+4
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+1
2014-04-23Move task::task() to TaskBuilder::new()Steven Fackler-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-0/+1
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-7/+7
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-6/+5
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-2/+2
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-5/+5
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-7/+7
2013-10-18Made `std::task::TaskBuilder::future_result()` easier to useMarvin Löbel-1/+1
2013-09-30rpass: Remove usage of fmt!Alex Crichton-7/+7
2013-08-17Fix warnings it testsErick Tryzelaar-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-08-01auto merge of #8164 : brson/rust/noportset, r=pcwaltonbors-4/+5
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-2/+2
2013-07-31std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared...Brian Anderson-4/+5
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-6/+6
2013-06-23vec: remove BaseIter implementationDaniel Micay-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-3/+3
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-1/+1