about summary refs log tree commit diff
path: root/src/test/run-pass/task-comm.rs
AgeCommit message (Expand)AuthorLines
2011-07-12Updating and unXFAILing somet communication tests.Eric Holk-18/+14
2011-05-27Change the syntax for RECV from "var <- port" to "port |> var".Michael Sullivan-6/+6
2011-05-27Remove parser support for recv as an initializer in preparation for changing ...Michael Sullivan-4/+4
2011-05-16Rewrite everything to use [] instead of vec() in value position.Graydon Hoare-7/+7
2011-05-14Remove xfail-boot lines from testsBrian Anderson-1/+0
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-2/+2
2011-05-03Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare-0/+2
2011-05-02Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton-1/+1
2011-05-02Revert "Use different syntax for checks that matter to typestate"Graydon Hoare-1/+1
2011-05-02Use different syntax for checks that matter to typestateTim Chevalier-1/+1
2011-04-19Remove effect system from src.Graydon Hoare-7/+7
2011-03-25Switch xfail system to use comments embedded in source files.Graydon Hoare-0/+2
2011-01-30Reenable xfailed tests for rustboot that pass with trivial or no modificationsBrian Anderson-7/+7
2010-08-09Updated/added test cases.Michael Bebenita-9/+9
2010-07-19Added a message passing system based on lock free queues for inter-thread com...Michael Bebenita-8/+48
2010-06-23Populate tree.Graydon Hoare-0/+127