summary refs log tree commit diff
path: root/src/test/run-pass/task-comm-9.rs
AgeCommit message (Expand)AuthorLines
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-6/+6
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
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-06-18Fallout from TaskBuilder changesAaron Turon-5/+3
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-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-5/+4
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-01-29Remove do keyword from test/Scott Lawrence-2/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-4/+4
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-18Made `std::task::TaskBuilder::future_result()` easier to useMarvin Löbel-3/+2
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-07-31std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared...Brian Anderson-2/+1
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+1
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-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-2/+3
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-26option: rm functions that duplicate methodsDaniel Micay-1/+1
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-02-22Remove legacy_modes from test casesBrian Anderson-3/+2
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-2/+2
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-3/+3
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-23core: Use PortOne instead of Future in future_resultBrian Anderson-1/+1
2012-10-12Make moves explicit in rpass testsTim Chevalier-2/+3
2012-09-19xfail-fast the legacy_mode run-pass testsBrian Anderson-0/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+0
2012-08-28Convert core::pipes to camel caseBrian Anderson-1/+1
2012-08-26Camel case the option typeBrian Anderson-2/+2
2012-08-16Update the rock-paper-scissors example in the tutorial, and rename some types...Eric Holk-1/+1
2012-08-14fix fallout from future de-mode-ing.Graydon Hoare-1/+1