about summary refs log tree commit diff
path: root/src/test/bench/graph500-bfs.rs
AgeCommit message (Expand)AuthorLines
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-2/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-18/+26
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-3/+3
2013-02-03oldmap: implement core::container::ContainerDaniel Micay-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-27/+27
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-1/+2
2013-01-30Repair RIMOV damage to benchmarksBen Striegel-2/+2
2013-01-30RIMOV, round 3Ben Striegel-1/+1
2013-01-30Remove oldcomm from the test suiteBrian Anderson-1/+0
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-2/+2
2012-12-28test: Fix benchmarks. rs=rustbotPatrick Walton-3/+3
2012-12-14Fix broken testsBrian Anderson-7/+7
2012-12-14Rename core::comm to core::oldcommBrian Anderson-1/+1
2012-12-13Fix benchmarksBrian Anderson-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-06test: Fix compilation of benchmarks for moves-based-on-type. rs=bustagePatrick Walton-1/+1
2012-10-12Make moves explicit in bench testsTim Chevalier-11/+11
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-10-03Remove uses of + mode from libstdTim Chevalier-1/+1
2012-10-02Removing explicit uses of + modeTim Chevalier-1/+1
2012-10-02libstd: Switch off legacy modes in both core and std.Patrick Walton-1/+1
2012-09-28Fix graph500-bfsTim Chevalier-5/+5
2012-09-28Fix benchmarks.Graydon Hoare-3/+3
2012-09-28Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vecTim Chevalier-1/+1
2012-09-28demode vecNiko Matsakis-7/+7
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-25Fix borked testsTim Chevalier-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-10/+10
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-7/+7
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-3/+6
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-8/+5
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-5/+8
2012-09-18Tweak graph500-bfs so it pretty-printsBrian Anderson-2/+2
2012-09-18Fix some broken testsBrian Anderson-1/+1
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-10Convert std::map to camel caseBrian Anderson-4/+4
2012-09-07(partially fix incoming) More hash function simplificationKevin Cantu-4/+2
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-7/+9
2012-09-05test: "import" -> "use"Patrick Walton-11/+11
2012-08-29std: Camel case some constructorsBrian Anderson-2/+2
2012-08-28CamelCasify lots of stdBen Striegel-1/+1
2012-08-27Camel case various core constructorsBrian Anderson-1/+1
2012-08-26fix bench test for arc::arc camelcaseBen Blum-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-21/+21
2012-08-14Convert more core types to camel caseBrian Anderson-2/+2
2012-08-10Fix compile-fail arc/sync testsBen Blum-0/+1