summary refs log tree commit diff
path: root/src/test/run-pass/pipe-pingpong-bounded.rs
AgeCommit message (Expand)AuthorLines
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-2/+2
2013-03-11Remove uses of logBrian Anderson-4/+4
2013-03-11test: Remove newtype enums from the test suite. rs=deenumPatrick Walton-2/+2
2013-02-26test: De-~mut the test suite. rs=demutingPatrick Walton-10/+9
2013-02-25Revert "test: De-~mut the test suite. rs=demuting"Patrick Walton-9/+10
2013-02-25test: De-~mut the test suite. rs=demutingPatrick Walton-10/+9
2013-02-22auto merge of #5081 : brson/rust/pipes, r=pcwaltonbors-3/+6
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-3/+6
2013-02-21Remove the last bits of structural records from tests/rustc/rusti/rustpkg.Luqman Aden-8/+7
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-17/+17
2013-02-05MergeTim Chevalier-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-31testsuite: Remove call to set_buffer_, use set_bufferTim Chevalier-2/+2
2013-01-28testsuite: Add #[allow(structural_records)] to pipes testsTim Chevalier-0/+2
2013-01-24Convert pipes::Buffer into a structErick Tryzelaar-1/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-07test: Regular expression mistake. rs=bustagePatrick Walton-4/+4
2013-01-07test: Fix check-fast for resolve changes. rs=bustagePatrick Walton-4/+4
2012-12-28test: Fix test/run-pass/pipe-pingpong-bounded. rs=bustagePatrick Walton-19/+22
2012-12-28test: Fix a bunch of run-pass tests. rs=bustagePatrick Walton-17/+13
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-15/+15
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-5/+5
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+4
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-5/+5
2012-08-28Convert core::pipes to camel caseBrian Anderson-13/+13
2012-08-26Camel case the option typeBrian Anderson-4/+4
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-25Compiled a bounded version of pingpong.Eric Holk-0/+2
2012-07-25Refactor the bounded pingpong example to avoid needing to generate unsafe code.Eric Holk-6/+4
2012-07-25Hand-written bounded pingpong implementation.Eric Holk-0/+106