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 Remove uses of log 2013-03-11 23:19:42 -07:00
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 librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
shootout-ackermann.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
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 RIMOV core::vec 2013-02-13 12:48:24 -05:00
shootout-fasta.rs test: Remove deprecated features from benchmark tests. rs=burningtree 2013-03-14 11:22:14 -07:00
shootout-fibo.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
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 bench: Modify shootout-k-nucleotide to not read from the filesystem 2012-06-09 13:57:18 -07:00
shootout-mandelbrot.rs rename Linear{Map,Set} => Hash{Map,Set} 2013-04-03 10:30:36 -04:00
shootout-nbody.rs librustc: Remove the const declaration form everywhere 2013-03-22 22:24:35 -07:00
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 reinstate test/bench/shootout-threadring.rs 2013-03-13 19:09:28 -05:00
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 librustc: Forbid destructors from being attached to any structs that might contain non-Owned fields. r=nmatsakis 2013-03-21 17:31:34 -07:00
task-perf-jargon-metal-smoke.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
task-perf-linked-failure.rs librustc: Remove fail_unless! 2013-03-29 16:39:08 -07:00
task-perf-one-million.rs core: Extract comm from pipes. #4742 2013-02-21 17:36:54 -08:00
task-perf-spawnalot.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00