]> git.lizzy.rs Git - rust.git/commit
std,native,green,rustuv: make readdir return `Vec`.
authorHuon Wilson <dbau.pp+github@gmail.com>
Wed, 9 Apr 2014 01:45:20 +0000 (11:45 +1000)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 10 Apr 2014 22:21:58 +0000 (15:21 -0700)
commit301594917fca62ffa1ca4589ac398c3196427547
tree086b1edfb43adc5d61a40a98d0e72b1899b523dd
parenta65411e4f7b5df78e34dcaf8061d4641f4b56412
std,native,green,rustuv: make readdir return `Vec`.

Replacing `~[]`. This also makes the `walk_dir` iterator use a `Vec`
internally.
src/libnative/io/file_unix.rs
src/libnative/io/file_win32.rs
src/libnative/io/mod.rs
src/librustuv/file.rs
src/librustuv/uvio.rs
src/libstd/io/fs.rs
src/libstd/rt/rtio.rs