about summary refs log tree commit diff
path: root/src/test/stdtest/fs.rs
AgeCommit message (Expand)AuthorLines
2011-12-16std: file_is_dir -> path_is_dir, add path_existsElly Jones-4/+10
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+3
2011-10-28stdlib: Add fs::splitextBrian Anderson-0/+56
2011-10-05Fix some path handling in std::fs on win32Brian Anderson-0/+16
2011-10-04Add std::fs::normalizeBrian Anderson-0/+77
2011-10-04Add std::fs::splitBrian Anderson-0/+36
2011-09-02Reformat. Issue #855Brian Anderson-12/+10
2011-09-01Convert rust_list_files to istrs. Issue #855Brian Anderson-0/+11
2011-09-01Check error code in rust_file_is_dir. Prevent comparison of uninitialized memBrian Anderson-0/+5
2011-08-27Convert std::fs to istrs. Issue #855Brian Anderson-4/+4
2011-07-27Reformat for new syntaxMarijn Haverbeke-4/+2
2011-07-24The Big Test Suite OverhaulBrian Anderson-0/+18