about summary refs log tree commit diff
path: root/src/test/bench/msgsend-pipes.rs
AgeCommit message (Expand)AuthorLines
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-3/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+1
2013-04-29test: Fix tests.Patrick Walton-2/+2
2013-04-29test: Remove #[legacy_modes] from the test suite.Patrick Walton-2/+0
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-1/+1
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-3/+3
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-5/+5
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-6/+6
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-4/+4
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-30Remove xfail-pretty from tests that pretty-print correctly nowTim Chevalier-2/+0
2012-10-23core: Use PortOne instead of Future in future_resultBrian Anderson-1/+1
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-1/+1
2012-10-12Make moves explicit in bench testsTim Chevalier-8/+8
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-1/+1
2012-09-23core: Demode optionBrian Anderson-2/+2
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-1/+4
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-4/+1
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-1/+4
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
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-28Convert core::pipes to camel caseBrian Anderson-2/+2
2012-08-26Camel case the option typeBrian Anderson-3/+3
2012-08-23Update invocation syntax for `macro_rules!`Paul Stansifer-2/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-10/+10
2012-08-16Update the rock-paper-scissors example in the tutorial, and rename some types...Eric Holk-3/+3
2012-08-14Convert more core types to camel caseBrian Anderson-2/+2
2012-08-14fix more fallout from future de-mode-ing.Graydon Hoare-1/+1
2012-08-07Change task().future_result's argument modeBen Blum-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-4/+4
2012-07-31Fix failing testsBrian Anderson-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-9/+9
2012-07-23Convert bench and run-pass tests to new task_builder interfaceBen Blum-3/+3
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-5/+5
2012-07-12Make tests passEric Holk-0/+2
2012-07-12Move port_set and shared_chan into core.Eric Holk-94/+1
2012-07-12Faster select. This version gives us about a 4x speedup.Eric Holk-12/+34
2012-07-12Added a version of msgsend that uses pipes and select. Here, select is way to...Eric Holk-0/+165