Paul Stansifer
|
77e83d83a9
|
Change calls of proto! to use parens.
|
2012-08-23 11:14:15 -07:00 |
|
Paul Stansifer
|
29f32b4a72
|
m1!{...} -> m1!(...)
|
2012-08-23 11:14:14 -07:00 |
|
Brian Anderson
|
ecaf9e39c9
|
Convert alt to match. Stop parsing alt
|
2012-08-06 15:36:30 -07:00 |
|
Brian Anderson
|
025d86624d
|
Switch alts to use arrows
|
2012-08-05 22:08:09 -07:00 |
|
Paul Stansifer
|
a9cc5066ee
|
Change syntax extension syntax: #m[...] -> m!{...} .
|
2012-07-30 18:38:15 -07:00 |
|
Ben Blum
|
d0fb85359a
|
Add task::spawn_unlinked and start migrating away from task::unsupervise
|
2012-07-23 16:06:29 -04:00 |
|
Eric Holk
|
7b8171ef2d
|
Added liveness analysis for protocols, and removed warnings about empty states.
|
2012-07-17 17:46:31 -07:00 |
|
Eric Holk
|
203da7e814
|
xfailing pipe-detect-term on Windows, because it requires failure.
|
2012-07-10 23:02:11 -07:00 |
|
Eric Holk
|
594d9a0554
|
Use protocol compiler in future.rs. Also split recv into recv and try_recv.
|
2012-07-10 22:00:48 -07:00 |
|
Eric Holk
|
26e6eb3d14
|
Handle failure conditions correctly in pipes.
|
2012-07-10 22:00:47 -07:00 |
|
Eric Holk
|
d07e537fc3
|
Remember to wake up blocked task on sender terminate.
|
2012-07-10 22:00:46 -07:00 |
|