about summary refs log tree commit diff
path: root/src/libstd/sys/hermit/mod.rs
AgeCommit message (Collapse)AuthorLines
2019-10-20move interface to the unikernel in the crate hermit-abiStefan Lankes-7/+5
=> simplifies the maintenance of the interface
2019-10-06minor changes to follow the Rust's style guidelinesStefan Lankes-2/+3
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-0/+148
- the old interface between HermitCore and the Rust Standard Library based on a small C library (newlib) - remove this interface and call directly the unikernel - remove the dependency to the HermitCore linker - use rust-lld as linker