about summary refs log tree commit diff
path: root/src/test/run-pass/pipe-select.rs
AgeCommit message (Expand)AuthorLines
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-3/+3
2013-04-18core: Remove pipes::spawn_service, spawn_service_recvBrian Anderson-2/+20
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-02-22auto merge of #5081 : brson/rust/pipes, r=pcwaltonbors-1/+2
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+2
2013-02-21Remove the last bits of structural records from tests/rustc/rusti/rustpkg.Luqman Aden-2/+0
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-16/+16
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-28testsuite: Add #[allow(structural_records)] to pipes testsTim Chevalier-0/+2
2013-01-23std: Convert uv_global_loop to use pipesBrian Anderson-1/+1
2012-12-13Rename Send trait to OwnedBrian Anderson-1/+1
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-0/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-2/+2
2012-10-12Make moves explicit in rpass testsTim Chevalier-16/+16
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-2/+2
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-1/+1
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-3/+3
2012-08-26Camel case the option typeBrian Anderson-1/+1
2012-08-23Change calls of `proto!` to use parens.Paul Stansifer-4/+4
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-9/+9
2012-08-15Convert more core types to camel caseBrian Anderson-4/+4
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-05Switch alts to use arrowsBrian Anderson-4/+4
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-9/+9
2012-07-17Added liveness analysis for protocols, and removed warnings about empty states.Eric Holk-2/+0
2012-07-16Add support for terminal states (issue #2862)Eric Holk-4/+3
2012-07-13Fix hang in pipe-select when RUST_THREADS=1Eric Holk-5/+7
2012-07-13Actually xfail the test properly. Argh.Michael Sullivan-1/+1
2012-07-13xfail a broken seeming test.Michael Sullivan-0/+1
2012-07-10xfailing pipe-select on Windows, because it also uses fail.Eric Holk-0/+1
2012-07-10Pipe code cleanupEric Holk-2/+2
2012-07-10Use protocol compiler in future.rs. Also split recv into recv and try_recv.Eric Holk-7/+2
2012-07-10Added select2 for pipes.Eric Holk-1/+31
2012-07-06Updating tests to use pipes.Eric Holk-60/+10
2012-07-06Select on pipes.Eric Holk-0/+125