rust/src/test/bench
Alexis Beingessner 112c8a966f refactor libcollections as part of collection reform
* Moves multi-collection files into their own directory, and splits them into seperate files
* Changes exports so that each collection has its own module
* Adds underscores to public modules and filenames to match standard naming conventions

(that is, treemap::{TreeMap, TreeSet} => tree_map::TreeMap, tree_set::TreeSet)

* Renames PriorityQueue to BinaryHeap
* Renames SmallIntMap to VecMap
* Miscellanious fallout fixes

[breaking-change]
2014-11-02 18:58:11 -05:00
..
core-map.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
core-set.rs refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
core-std.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
core-uint-to-str.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
msgsend-pipes-shared.rs Remove libdebug and update tests. 2014-10-16 11:15:34 -04:00
msgsend-pipes.rs Remove libdebug and update tests. 2014-10-16 11:15:34 -04:00
msgsend-ring-mutex-arcs.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
msgsend-ring-rw-arcs.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
noise.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
rt-messaging-ping-pong.rs Fix misspelled comments for tests. 2014-08-09 22:08:36 -04:00
rt-parfib.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
rt-spawn-rate.rs Remove all use of librustuv 2014-10-01 10:33:11 -07:00
shootout-ackermann.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
shootout-binarytrees.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
shootout-chameneos-redux.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
shootout-fannkuch-redux.rs Put slicing syntax behind a feature gate. 2014-10-07 15:49:53 +13:00
shootout-fasta-redux.rs test: Convert statics to constants 2014-10-09 09:44:52 -07:00
shootout-fasta.rs auto merge of #17936 : TeXitoi/rust/remove-shootout-warnings, r=alexcrichton 2014-10-11 04:37:04 +00:00
shootout-fibo.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
shootout-k-nucleotide-pipes.rs DSTify Hash 2014-10-31 07:25:34 -05:00
shootout-k-nucleotide.data Revert "src/test/bench: restructure" 2013-08-30 16:17:53 -04:00
shootout-k-nucleotide.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
shootout-mandelbrot.rs fix shootout-mandelbrot to make it pass the shootout test 2014-10-11 22:29:10 +02:00
shootout-meteor.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
shootout-nbody.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
shootout-pfib.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
shootout-regex-dna.rs Put slicing syntax behind a feature gate. 2014-10-07 15:49:53 +13:00
shootout-reverse-complement.rs rephrase some comments according to remarks in the PR 2014-10-28 22:14:05 +01:00
shootout-spectralnorm.rs bench: Improve the spectralnorm shootout benchmark 2014-10-13 08:52:15 -07:00
shootout-threadring.rs Remove all use of librustuv 2014-10-01 10:33:11 -07:00
silly-test-spawn.rs Remove all use of librustuv 2014-10-01 10:33:11 -07:00
spawnone.rs Remove do keyword from test/ 2014-01-29 09:15:42 -05:00
std-smallintmap.rs refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
sudoku.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
task-perf-alloc-unwind.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
task-perf-jargon-metal-smoke.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
task-perf-one-million.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
task-perf-spawnalot.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00