| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -0/+26 |
| | | | | | This should be a snapshot transition. | ||||
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -26/+0 |
| | | | | | (Have fun mergining your stuff with this.) | ||||
| * | Attempt to fix fs.dirname harder. | Graydon Hoare | 2011-05-05 | 1 | -0/+1 |
| | | |||||
| * | Remove effect system from src. | Graydon Hoare | 2011-04-19 | 1 | -1/+1 |
| | | |||||
| * | Switch win32 path_sep to '/', add comment explaining a bit. | Graydon Hoare | 2011-03-20 | 1 | -1/+7 |
| | | |||||
| * | Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. ↵ | Graydon Hoare | 2011-03-16 | 1 | -0/+9 |
| | | | | | Tweak std lib vec fns in process. | ||||
| * | Add basic file-system functionality | Marijn Haverbeke | 2011-03-14 | 1 | -0/+10 |
| std.fs.list_dir will list the files in a directory, std.fs.file_is_dir will, given a pathname, determine whether it is a directory or not. | |||||