]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/task-comm-3.rs
port over the tests to use the new API
[rust.git] / src / test / run-pass / task-comm-3.rs
2012-01-07 Niko Matsakisport over the tests to use the new API
2011-12-24 Graydon HoareMerge pull request #1377 from Lenny222/icu
2011-12-23 Graydon HoareRegister new snapshots, purge log_err and log_full...
2011-12-22 Graydon HoareMerge branch 'master' of github.com:graydon/rust
2011-12-22 Graydon HoareRegister snapshots and switch logging over to use of...
2011-12-14 Graydon HoareMerge pull request #1292 from boggle/fix1291
2011-12-14 Graydon HoareCopy first batch of material from libstd to libcore.
2011-10-21 Brian AndersonRemove temporary fn# syntax
2011-10-21 Brian AndersonDrop the 2 from the spawn*2 functions
2011-10-21 Brian AndersonConvert tests to use bare-fn spawn
2011-09-20 Brian AndersonRemove bogus comments from run-pass/task-comm-3
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-08-25 Eric HolkCleaning up task and comm exports, updating all the...
2011-08-20 Brian AndersonReformat
2011-08-16 Erick TryzelaarPort the tests to the typaram foo<T> syntax.
2011-08-15 Eric HolkPorting a bunch of tests over.
2011-08-15 Eric HolkMove mode for lib comm, converted a few tests.
2011-08-12 Brian AndersonConvert most working tests to ivecs
2011-08-08 Eric HolkConverted the rest of the task-comm-* tests over. Also...
2011-08-03 Brian AndersonRemove all xfail-stage0 directives
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-07-13 Graydon HoareProhibit trailing whitespace under 'tidy' script. Clean...
2011-07-12 Eric HolkUpdating and unXFAILing somet communication tests.
2011-05-27 Michael SullivanChange the syntax for RECV from "var <- port" to "port...
2011-05-27 Michael SullivanRemove parser support for recv as an initializer in...
2011-05-17 Graydon HoareMerge remote branch 'origin/master' into HEAD
2011-05-17 Graydon HoareRewrite everything to use [] instead of vec() in value...
2011-05-15 Brian AndersonRemove xfail-boot lines from tests
2011-05-04 Graydon HoareAssume xfail-stage0 implies stage1 and stage2 in tests...
2011-05-03 Patrick WaltonUn-revert "Use different syntax for checks that matter...
2011-05-03 Graydon HoareRevert "Use different syntax for checks that matter...
2011-05-02 Tim ChevalierUse different syntax for checks that matter to typestate
2011-04-19 Graydon HoareRemove effect system from src.
2011-03-25 Graydon HoareSwitch xfail system to use comments embedded in source...
2011-02-01 Brian AndersonMerge branch 'master' into forgraydon-elseif
2011-01-30 Brian AndersonReenable xfailed tests for rustboot that pass with...
2010-08-24 Graydon HoareMerge remote branch 'tohava/master'
2010-08-10 Graydon HoareMerge commit 'tohava/master'
2010-08-10 Graydon HoareMerge commit 'jyasskin/work'
2010-08-09 Michael BebenitaUpdated/added test cases.
2010-07-19 Michael BebenitaAdded a message passing system based on lock free queue...