about summary refs log tree commit diff
path: root/src/libstd/os/hermit
AgeCommit message (Collapse)AuthorLines
2019-02-28libstd => 2018Taiki Endo-5/+3
2018-12-25Remove licensesMark Rousskov-30/+0
2018-07-30Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ↵Colin Finck-0/+432
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.