about summary refs log tree commit diff
path: root/src/libstd/sys/redox/ext/fs.rs
AgeCommit message (Collapse)AuthorLines
2019-08-06redox: convert to target_family unixJeremy Soller-339/+0
2019-05-26Print file mode of PermissionExt in octal in Examplesoberien-1/+1
2019-02-28libstd => 2018Taiki Endo-5/+5
2019-02-10libs: doc commentsAlexander Regueiro-1/+1
2019-02-10tests: doc commentsAlexander Regueiro-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-14Prefer unprefixed paths for well known structsDylan MacKenzie-2/+2
2018-04-14Add doc links to `std::os` extension traitsDylan MacKenzie-11/+25
Add documentation links to the original type for various OS-specific extension traits and normalize the language for introducing such traits. Also, remove some outdated comments around the extension trait definitions.
2018-03-28Remove hidden `foo` functions from doc examples; use `Termination` trait.Corey Farwell-18/+20
Fixes https://github.com/rust-lang/rust/issues/49233.
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
Replaced by adding extra imports, adding hidden code (`# ...`), modifying examples to be runnable (sorry Homura), specifying non-Rust code, and converting to should_panic, no_run, or compile_fail. Remaining "```ignore"s received an explanation why they are being ignored.
2017-01-30Add dev and ino to MetadataExtJeremy Soller-0/+10
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-5/+5
See #38644.
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