about summary refs log tree commit diff
path: root/src/test/bench/msgsend-pipes-shared.rs
AgeCommit message (Expand)AuthorLines
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-2/+2
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-0/+112
2013-08-28src/test/bench: restructureCorey Richardson-112/+0
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-2/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-3/+3
2013-08-02replace `range` with an external iteratorDaniel Micay-2/+2
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-6/+3
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-2/+2
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+1
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-1/+1
2013-06-16Add copies to type params with Copy boundNiko Matsakis-4/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-2/+8
2013-05-22test: Update tests to use the new syntax.Patrick Walton-6/+6
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-4/+4
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-4/+4
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-5/+5
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-2/+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-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-7/+7
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-2/+2
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