summary refs log tree commit diff
path: root/src/test/bench/graph500-bfs.rs
AgeCommit message (Expand)AuthorLines
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
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-6/+6
2012-08-05Switch alts to use arrowsBrian Anderson-16/+16
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-2/+4
2012-08-01Convert ret to returnBrian Anderson-4/+4
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-21/+21
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-0/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-12/+12
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-9/+13
2012-07-04Remove empty argument lists from do expressionsBen Striegel-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-22/+22
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-21/+21
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-11/+11
2012-06-28Make a bunch of tests stop using the deprecated vector syntax.Michael Sullivan-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-9/+9
2012-06-25Improved graph500 performance (Issue #2719)Eric Holk-1/+1
2012-06-20Comments only: typosTim Chevalier-1/+1
2012-06-19Moved arc to libcore and added an arc that allows shared mutable state throug...Eric Holk-1/+0
2012-06-16Revert "Moved arc to libstd and added an arc that allows shared mutable state...Tim Chevalier-0/+1
2012-06-15Moved arc to libstd and added an arc that allows shared mutable state through...Eric Holk-1/+0