summary refs log tree commit diff
path: root/src/libstd/os/fuchsia/fs.rs
AgeCommit message (Collapse)AuthorLines
2018-04-14Add doc links to `std::os` extension traitsDylan MacKenzie-1/+3
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.
2016-10-22Add Fuchsia supportRaph Levien-0/+103
Adds support for the x86_64-unknown-fuchsia target, which covers the Fuchsia operating system.