]> git.lizzy.rs Git - rust.git/commit
Fixing issue 1919. list_dir is the more general version that returns a vector with...
authorJonathan Sternberg <jonathansternberg@gmail.com>
Sun, 1 Apr 2012 15:39:17 +0000 (11:39 -0400)
committerJonathan Sternberg <jonathansternberg@gmail.com>
Sun, 1 Apr 2012 15:39:17 +0000 (11:39 -0400)
commit3a0477c39816c20fc798a33cde56e8b99ddb32b1
tree7c3ac277a6f2dd81e5d5297808e3e9bcd8d6265d
parent0904f255075d3c20f16d4ca2d1db14cac3fbb2de
Fixing issue 1919. list_dir is the more general version that returns a vector with the contents of the directory. list_dir_path contains the old behavior (as a convenience function).
src/cargo/cargo.rs
src/compiletest/compiletest.rs
src/fuzzer/fuzzer.rs
src/libcore/os.rs
src/rustc/util/filesearch.rs