about summary refs log tree commit diff
path: root/src/libstd/os/fuchsia
AgeCommit message (Collapse)AuthorLines
2019-02-28libstd => 2018Taiki Endo-7/+7
2018-12-25Remove licensesMark Rousskov-30/+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-22Update libc submodule with corresponding fuchsia changesRaph Levien-5/+0
Also trim os::fuchsia::raw architectures.
2016-10-22Add Fuchsia supportRaph Levien-0/+394
Adds support for the x86_64-unknown-fuchsia target, which covers the Fuchsia operating system.