about summary refs log tree commit diff
path: root/src/lib/fs.rs
AgeCommit message (Expand)AuthorLines
2011-05-05Because good hackers at least check to see if the code compiles.Graydon Hoare-2/+2
2011-05-05Fix assumption that only os_fs.path_sep can separate paths, sigh.Graydon Hoare-1/+7
2011-05-02Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton-1/+1
2011-05-02Revert "Use different syntax for checks that matter to typestate"Graydon Hoare-1/+1
2011-05-02Use different syntax for checks that matter to typestateTim Chevalier-1/+1
2011-04-19Remove effect system from src.Graydon Hoare-2/+2
2011-03-25Start making the standard-lib utf-8 awareMarijn Haverbeke-1/+1
2011-03-16Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare-1/+11
2011-03-15Add a fs.connect() function to join pathsPatrick Walton-0/+8
2011-03-14Add basic file-system functionalityMarijn Haverbeke-0/+37