summary refs log tree commit diff
path: root/src/test/run-pass/pipe-peek.rs
AgeCommit message (Expand)AuthorLines
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-1/+3
2013-06-01Swap return value of pipes::init Fixes #4501Nick Desaulniers-1/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-4/+4
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-3/+3
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-0/+1
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-0/+1
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-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-28testsuite: Add #[allow(structural_records)] to pipes testsTim Chevalier-0/+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-30Remove xfail-pretty from tests that pretty-print correctly nowTim Chevalier-1/+0
2012-10-12Make moves explicit in rpass testsTim Chevalier-1/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-2/+2
2012-08-23Change calls of `proto!` to use parens.Paul Stansifer-2/+2
2012-08-15De-mode pipesEric Holk-2/+2
2012-07-17Added liveness analysis for protocols, and removed warnings about empty states.Eric Holk-3/+1
2012-07-10Added peek for pipes.Eric Holk-0/+23