summary refs log tree commit diff
path: root/src/test/run-pass/pipe-detect-term.rs
AgeCommit message (Expand)AuthorLines
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-3/+3
2012-08-26Camel case the option typeBrian Anderson-2/+2
2012-08-23Change calls of `proto!` to use parens.Paul Stansifer-2/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-23Add task::spawn_unlinked and start migrating away from task::unsuperviseBen Blum-3/+1
2012-07-17Added liveness analysis for protocols, and removed warnings about empty states.Eric Holk-6/+2
2012-07-10xfailing pipe-detect-term on Windows, because it requires failure.Eric Holk-0/+1
2012-07-10Use protocol compiler in future.rs. Also split recv into recv and try_recv.Eric Holk-2/+2
2012-07-10Handle failure conditions correctly in pipes.Eric Holk-1/+20
2012-07-10Remember to wake up blocked task on sender terminate.Eric Holk-0/+30