rust/src/test/bench
Alex Crichton 3316b1eb7c rustc: Remove ~[T] from the language
The following features have been removed

* box [a, b, c]
* ~[a, b, c]
* box [a, ..N]
* ~[a, ..N]
* ~[T] (as a type)
* deprecated_owned_vector lint

All users of ~[T] should move to using Vec<T> instead.
2014-06-11 15:02:17 -07:00
..
core-map.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
core-set.rs auto merge of #14667 : aochagavia/rust/pr2, r=huonw 2014-06-06 01:21:54 -07:00
core-std.rs std: Recreate a rand module 2014-05-29 16:18:26 -07:00
core-uint-to-str.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
msgsend-pipes-shared.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
msgsend-pipes.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
msgsend-ring-mutex-arcs.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
msgsend-ring-rw-arcs.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
noise.rs std: Recreate a rand module 2014-05-29 16:18:26 -07:00
rt-messaging-ping-pong.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
rt-parfib.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
rt-spawn-rate.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
shootout-ackermann.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
shootout-binarytrees.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
shootout-chameneos-redux.rs Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
shootout-fannkuch-redux.rs relicense shootout-fannkuch-redux.rs 2014-06-08 22:25:49 +02:00
shootout-fasta-redux.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
shootout-fasta.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
shootout-fibo.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
shootout-k-nucleotide-pipes.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
shootout-k-nucleotide.data
shootout-k-nucleotide.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
shootout-mandelbrot.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
shootout-meteor.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
shootout-nbody.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
shootout-pfib.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
shootout-pidigits.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
shootout-regex-dna.rs rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00
shootout-reverse-complement.rs
shootout-spectralnorm.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
shootout-threadring.rs Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
silly-test-spawn.rs
spawnone.rs
std-smallintmap.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
sudoku.rs windows: Allow snake_case errors for now. 2014-05-30 17:59:41 +01:00
task-perf-alloc-unwind.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
task-perf-jargon-metal-smoke.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
task-perf-one-million.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00
task-perf-spawnalot.rs std: Remove String's to_owned 2014-05-27 11:11:15 -07:00