summary refs log tree commit diff
path: root/src/libstd/sys/redox/ext/fs.rs
AgeCommit message (Expand)AuthorLines
2017-08-12Fix some typosBastien Orivel-1/+1
2017-07-06Redox: add stat methods(); support is_symlink()Ian Douglas Scott-0/+15
2017-06-23Removed as many "```ignore" as possible.kennytm-21/+31
2017-01-30Add dev and ino to MetadataExtJeremy Soller-0/+10
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-5/+5
2016-11-28Commit to fix make tidyJeremy Soller-5/+5
2016-11-28Switch to using syscall crate directly - without importJeremy Soller-6/+4
2016-11-15Add set_permJeremy Soller-1/+1
2016-10-27Add redox systemJeremy Soller-0/+300