about summary refs log tree commit diff
path: root/src/test/stdtest/task.rs
AgeCommit message (Expand)AuthorLines
2012-01-17libcore: Move core tests into libcoreBrian Anderson-80/+0
2012-01-13libcore: Add task::tryBrian Anderson-0/+21
2012-01-11add section on spawn_connected to tutorial and pull test into fileNiko Matsakis-19/+0
2012-01-08add spawn_connectedNiko Matsakis-0/+19
2012-01-06fix how we walk functions to match new closure fmtNiko Matsakis-1/+1
2012-01-06port over the tests to use the new APINiko Matsakis-4/+4
2012-01-06rewrite task testsNiko Matsakis-35/+17
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-1/+1
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-3/+3
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-6/+6
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-2/+4
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-1/+1
2011-10-29Cleanup the existing platform-specific ignored testsBrian Anderson-14/+2
2011-10-28Move to short kind kinds words in test suiteMarijn Haverbeke-1/+1
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-1/+1
2011-10-20Remove temporary fn# syntaxBrian Anderson-7/+7
2011-10-20Get windows working under the bare function regimeBrian Anderson-0/+16
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-8/+8
2011-10-20Convert tests to use bare-fn spawnBrian Anderson-22/+17
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-1/+1
2011-09-02Reformat. Issue #855Brian Anderson-4/+2
2011-08-26Adding a test case to make sure spawning polymorphic functions works.Eric Holk-0/+12
2011-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-25/+9
2011-08-20ReformatBrian Anderson-4/+4
2011-08-17Convenience methods for spawning and joining tasks.Eric Holk-0/+8
2011-08-17Using move-mode for spawn thunks to avoid race conditions.Eric Holk-4/+8
2011-08-16Updating to new type parameter syntax.Eric Holk-2/+2
2011-08-16New channel-based task status notifications.Eric Holk-0/+32
2011-08-16Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...Eric Holk-8/+0
2011-08-15Removed spawn and task from the parser. Updated all the tests except for the ...Eric Holk-5/+5
2011-08-15Fixed memory accounting and task stack creation bugs.Eric Holk-1/+1
2011-08-15Working on more spawn test cases.Eric Holk-0/+6
2011-08-15Added a library version of spawn. Before long, we can remove the old version.Eric Holk-0/+5
2011-08-11Un-ignore stdtest::task::test_sleepBrian Anderson-1/+0
2011-07-27Remove task::workerBrian Anderson-23/+0
2011-07-27Reformat for new syntaxMarijn Haverbeke-37/+31
2011-07-24Add task::send and task::recvBrian Anderson-0/+8
2011-07-24Add task::worker. Spawns a task and returns a channel to itBrian Anderson-0/+23
2011-07-24Reindent lib-task.rsBrian Anderson-15/+15
2011-07-24The Big Test Suite OverhaulBrian Anderson-0/+34