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
|
49d9d5688e
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
|
Jeffrey Yasskin
|
987589e946
|
Change the destructor-ordering test to use channels instead of a shared mutable object.
This test used to take advantage of a hole in the type system that allows
objects with destructors to refer to stateful objects.
|
2010-08-06 17:17:04 -07:00 |
|
Roy Frostig
|
c69ec53dc5
|
Remove explicit deref workaround in dtor-order test. No longer necessary.
|
2010-07-20 09:15:23 -07:00 |
|
Jeffrey Yasskin
|
c3c425e9f1
|
Work around auto-dereference crash in rustboot.
|
2010-07-18 14:25:18 +08:00 |
|
Jeffrey Yasskin
|
b3ca7522bb
|
More destruction ordering tests.
|
2010-07-16 08:13:08 +08:00 |
|
Jeffrey Yasskin
|
7dd464fdb5
|
Initial test that the compiler runs destructors in the right order.
|
2010-07-16 08:13:08 +08:00 |
|