rust/src/libstd/os
Colin Finck e50f4eeaad Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and port libstd to it.
As a start, the port uses the simplest possible configuration (no jemalloc, abort on panic)
and makes use of existing Unix-specific code wherever possible.
It adds targets for x86_64 (current main HermitCore platform) and aarch64 (HermitCore platform
under development).

Together with the patches to "liblibc" and "llvm", this enables HermitCore applications to be
written in Rust.
2018-07-30 15:50:51 +02:00
..
android Add doc links to std::os extension traits 2018-04-14 15:32:24 -07:00
bitrig Add doc links to std::os extension traits 2018-04-14 15:32:24 -07:00
dragonfly Add doc links to std::os extension traits 2018-04-14 15:32:24 -07:00
emscripten Add doc links to std::os extension traits 2018-04-14 15:32:24 -07:00
freebsd Add doc links to std::os extension traits 2018-04-14 15:32:24 -07:00
fuchsia Add doc links to std::os extension traits 2018-04-14 15:32:24 -07:00
haiku Add doc links to std::os extension traits 2018-04-14 15:32:24 -07:00
hermit Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and port libstd to it. 2018-07-30 15:50:51 +02:00
ios Add doc links to std::os extension traits 2018-04-14 15:32:24 -07:00
linux Add doc links to std::os extension traits 2018-04-14 15:32:24 -07:00
macos Add doc links to std::os extension traits 2018-04-14 15:32:24 -07:00
netbsd Add doc links to std::os extension traits 2018-04-14 15:32:24 -07:00
openbsd Add doc links to std::os extension traits 2018-04-14 15:32:24 -07:00
raw fix docs link 2018-02-06 09:26:15 -06:00
solaris Add doc links to std::os extension traits 2018-04-14 15:32:24 -07:00
mod.rs Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and port libstd to it. 2018-07-30 15:50:51 +02:00