| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-06 | redesign of the interface to the unikernel HermitCore | Stefan Lankes | -17/+0 | |
| - 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 | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-07-30 | Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ↵ | Colin Finck | -0/+27 | |
| 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. | ||||
