rust/src/test/bench
Niko Matsakis 5606fc0c90 Revert map.each to something which takes two parameters
rather than a tuple.  The current setup iterates over
`BaseIter<(&'self K, &'self V)>` where 'self is a lifetime declared
*in the each method*.  You can't place such a type in
the impl declaration.  The compiler currently allows it,
but this will not be legal under #5656 and I'm pretty sure
it's not sound now.
2013-04-10 07:51:48 -07:00
..
core-map.rs rename Linear{Map,Set} => Hash{Map,Set} 2013-04-03 10:30:36 -04:00
core-set.rs rename Linear{Map,Set} => Hash{Map,Set} 2013-04-03 10:30:36 -04:00
core-std.rs std: Remove the oldmap module 2013-03-26 19:21:05 -04:00
core-uint-to-str.rs
graph500-bfs.rs rename Linear{Map,Set} => Hash{Map,Set} 2013-04-03 10:30:36 -04:00
msgsend-pipes-shared.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
msgsend-pipes.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
msgsend-ring-mutex-arcs.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00
msgsend-ring-pipes.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00
msgsend-ring-rw-arcs.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00
noise.rs Make bench/noise.rs more idiomatic and 20x faster 2013-04-03 06:54:14 -04:00
pingpong.rs
shootout-ackermann.rs
shootout-binarytrees.rs test: Fix tests 2013-03-26 22:45:22 -07:00
shootout-chameneos-redux.rs test: Remove uses of oldmap::HashMap 2013-03-26 19:21:04 -04:00
shootout-fannkuchredux.rs
shootout-fasta.rs
shootout-fibo.rs
shootout-k-nucleotide-pipes.rs Revert map.each to something which takes two parameters 2013-04-10 07:51:48 -07:00
shootout-k-nucleotide.data
shootout-mandelbrot.rs rename Linear{Map,Set} => Hash{Map,Set} 2013-04-03 10:30:36 -04:00
shootout-nbody.rs
shootout-pfib.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
shootout-spectralnorm.rs libcore: Change [const T] to const [T] everywhere 2013-03-26 21:29:33 -07:00
shootout-threadring.rs
std-smallintmap.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
sudoku.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
task-perf-alloc-unwind.rs
task-perf-jargon-metal-smoke.rs
task-perf-linked-failure.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
task-perf-one-million.rs
task-perf-spawnalot.rs