]> git.lizzy.rs Git - rust.git/commit
rand: remove (almost) all ~[]'s from Vec.
authorHuon Wilson <dbau.pp+github@gmail.com>
Thu, 27 Mar 2014 12:00:46 +0000 (23:00 +1100)
committerHuon Wilson <dbau.pp+github@gmail.com>
Wed, 2 Apr 2014 12:29:28 +0000 (23:29 +1100)
commitc5d85560a98940e7938d0b074d7d0a9ec6a417c5
treecb666339236d555a67c9bb6538f577f0f4e5d0cd
parentc98713486579f7f18bed64c2a160f8ef89b5733f
rand: remove (almost) all ~[]'s from Vec.

There are a few instances of them in tests which are using functions
from std etc. that still are using ~[].
src/libflate/lib.rs
src/librand/distributions/mod.rs
src/librand/isaac.rs
src/librand/lib.rs
src/librand/os.rs
src/librand/reader.rs
src/librand/reseeding.rs
src/libstd/slice.rs
src/libuuid/lib.rs
src/test/run-pass/vector-sort-failure-safe.rs