Graydon Hoare
|
8b580954fe
|
Register snapshots and switch logging over to use of log_full or #error / #debug.
|
2011-12-22 14:42:52 -08:00 |
|
Graydon Hoare
|
fa9ad984fb
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
|
Eric Holk
|
2f7c583bc1
|
Cleaning up task and comm exports, updating all the test cases.
|
2011-08-25 11:21:25 -07:00 |
|
Erick Tryzelaar
|
b3eba15271
|
Port the tests to the expr foo::<T> syntax.
|
2011-08-16 15:05:57 -07:00 |
|
Erick Tryzelaar
|
21f46a1655
|
Port the tests to the typaram foo<T> syntax.
|
2011-08-16 15:05:56 -07:00 |
|
Eric Holk
|
cf2def46c1
|
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the new chan and port system, started on a networking module for the standard library.
|
2011-08-16 09:36:29 -07:00 |
|
Marijn Haverbeke
|
df7f21db09
|
Reformat for new syntax
|
2011-07-27 15:54:33 +02:00 |
|
Graydon Hoare
|
ce72993488
|
Reformat source tree (minus a couple tests that are still grumpy).
|
2011-06-15 11:19:50 -07:00 |
|
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 |
|
Eric Holk
|
51e1ce292d
|
Added a couple of test cases for sending messages. One works as expected, the other succeeds unexpectedly.
|
2011-05-20 16:51:08 -07:00 |
|