about summary refs log tree commit diff
path: root/src/test/bench/shootout-chameneos-redux.rs
AgeCommit message (Expand)AuthorLines
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-1/+1
2013-08-06remove `extra::iter`Daniel Micay-1/+1
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-6/+6
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-6/+6
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-5/+3
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-2/+2
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-2/+2
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-2/+2
2013-06-23Changed shootout-chameneos-redux output to conform to the 'official' output f...Matthijs Hofstra-1/+1
2013-06-21vec: remove eachiDaniel Micay-7/+7
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-1/+1
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-6/+6
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+7
2013-05-22test: Update tests to use the new syntax.Patrick Walton-4/+4
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-2/+2
2013-03-26test: Remove uses of oldmap::HashMapAlex Crichton-2/+0
2013-02-26bench: Fix botched option dances. rs=demutingPatrick Walton-1/+1
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-2/+2
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-1/+1
2013-01-30Remove oldcomm from the test suiteBrian Anderson-32/+27
2013-01-28testsuite: De-record most bench testsTim Chevalier-8/+11
2012-12-14Fix broken testsBrian Anderson-1/+1
2012-12-14Rename core::comm to core::oldcommBrian Anderson-24/+24
2012-12-14Remove spawn_listener, spawn_conversationBrian Anderson-1/+14
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-04De-mode comm::ChanTim Chevalier-2/+2
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
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-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-11/+11
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-3/+3
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-7/+7
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-7/+7
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-3/+3
2012-08-27Camel case various core constructorsBrian Anderson-4/+4
2012-08-26Camel case the option typeBrian Anderson-8/+8
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-15Convert more core types to camel caseBrian Anderson-7/+7
2012-08-08Convert impls to new syntaxBrian Anderson-2/+0
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-4/+4
2012-08-05Switch alts to use arrowsBrian Anderson-25/+25