rust/src/test/bench
Kevin Cantu 1bede1f5e0 Replace several common macros of the form #m[...] with m!(...)
This commit replaces nearly all remaining uses of #fmt, #debug, #error,
and #info, and fixes some error messages...
2012-10-12 14:14:48 -07:00
..
core-map.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
core-std.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
core-uint-to-str.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
core-vec-append.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
graph500-bfs.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
msgsend-pipes-shared.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
msgsend-pipes.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
msgsend-ring-mutex-arcs.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
msgsend-ring-pipes.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
msgsend-ring-rw-arcs.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
msgsend-ring.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
msgsend.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
pingpong.rs Use match move in pingpong, delete a FIXME 2012-10-11 17:01:55 -07:00
shootout-ackermann.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
shootout-binarytrees.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
shootout-chameneos-redux.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
shootout-fannkuchredux.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
shootout-fasta.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
shootout-fibo.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
shootout-k-nucleotide-pipes.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
shootout-k-nucleotide.data
shootout-k-nucleotide.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
shootout-mandelbrot.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
shootout-nbody.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
shootout-pfib.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
shootout-spectralnorm.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
shootout-threadring.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
std-smallintmap.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
sudoku.rs Change FIXME number 2012-10-11 18:09:55 -07:00
task-perf-alloc-unwind.rs Convert 'use' to 'extern mod'. Remove old 'use' syntax 2012-09-11 19:25:43 -07:00
task-perf-jargon-metal-smoke.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
task-perf-linked-failure.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
task-perf-one-million.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
task-perf-spawnalot.rs Remove arg vectors from main functions. Stop supporting them. 2012-10-04 15:07:49 -07:00
task-perf-word-count-generic.rs Remove by-mutable-ref mode from the compiler 2012-10-05 22:45:50 -07:00