Michael Sullivan
|
a7a42c24be
|
Change the syntax for RECV from "var <- port" to "port |> var".
|
2011-05-27 12:01:20 -07:00 |
|
Michael Sullivan
|
ea16e582eb
|
Remove parser support for recv as an initializer in preparation for changing the recv syntax.
|
2011-05-27 12:01:20 -07:00 |
|
Brian Anderson
|
f33d490032
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
|
Graydon Hoare
|
c36645b358
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
|
Graydon Hoare
|
d2bd07dcb0
|
Remove effect system from src.
|
2011-04-19 13:35:49 -07:00 |
|
Graydon Hoare
|
49d9d5688e
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
|
Brian Anderson
|
a2789363e1
|
Reenable xfailed tests for rustboot that pass with trivial or no modifications
|
2011-01-30 15:55:27 -05:00 |
|
Michael Bebenita
|
79e3856d7d
|
Small updates to test cases.
|
2010-09-07 18:41:07 -07:00 |
|
Michael Bebenita
|
64ff82ecf9
|
Implemented an lock free queue based on this paper http://www.cs.rochester.edu/~scott/papers/1996_PODC_queues.pdf, the "lock free queue" we had before wasn't lock free at all.
|
2010-08-24 21:07:14 -07:00 |
|