about summary refs log tree commit diff
path: root/src/libstd/os/fuchsia/fs.rs
AgeCommit message (Collapse)AuthorLines
2020-07-27mv std libs to library/mark-95/+0
2019-02-28libstd => 2018Taiki Endo-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
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.