about summary refs log tree commit diff
path: root/src/test/bench/graph500-bfs.rs
AgeCommit message (Expand)AuthorLines
2013-09-21drop `extra::par`Daniel Micay-518/+0
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-2/+2
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-3/+3
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-3/+3
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-2/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-4/+4
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-4/+4
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-3/+3
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-3/+3
2013-07-18hashmap: Remove .consume() has rename .consume_iter() to .consume()blake2-ppc-3/+3
2013-07-17test: Fix tests.Patrick Walton-4/+0
2013-07-17test: Fix tests.Patrick Walton-16/+9
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-9/+13
2013-07-11extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Dequeblake2-ppc-5/+6
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-1/+1
2013-07-07remove some method resolve workaroundsDaniel Micay-3/+3
2013-07-04Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,...Huon Wilson-2/+2
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-5/+5
2013-06-30Convert vec::{rposition, rposition_elem, position_elem, contains} to methods.Huon Wilson-1/+1
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-2/+2
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+3
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-2/+2
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-11option: remove redundant old_iter implsDaniel Micay-2/+2
2013-06-09std: remove foldr and alli methods in vecHuon Wilson-1/+1
2013-06-09std: remove {all*,any*,count} in favour of iteratorsHuon Wilson-2/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+5
2013-05-24Remove the get functionOlivier Saut-7/+7
2013-05-22test: Update tests to use the new syntax.Patrick Walton-8/+8
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-2/+2
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-2/+2
2013-05-10test: Use the new `for` protocolAlex Crichton-5/+2
2013-05-08test: Fix modes in the benchmarks.Patrick Walton-2/+2
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-8/+9
2013-04-29test: Fix tests.Patrick Walton-4/+4
2013-04-29test: Remove #[legacy_modes] from the test suite.Patrick Walton-1/+0
2013-04-24libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.Huon Wilson-2/+1
2013-04-24libcore: remove @Rng from rand, and use traits instead.Huon Wilson-4/+4
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-3/+3
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-4/+4
2013-03-26test: Remove uses of oldmap::HashMapAlex Crichton-12/+18
2013-03-14test: Remove deprecated features from benchmark tests. rs=burningtreePatrick Walton-1/+2
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-1/+1
2013-03-11Remove uses of logBrian Anderson-6/+6
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-4/+4
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-6/+9
2013-02-24test: xfail-pretty some benchmarks. rs=burningtreePatrick Walton-0/+2
2013-02-16modernize std::dequeDaniel Micay-6/+5