Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and port libstd to it. #52861

Merged
merged 2 commits into from
Aug 1, 2018

Commits on Jul 30, 2018

  1. Add targets for HermitCore (https://hermitcore.org) to the Rust compi…

    …ler 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.
    ColinFinck committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    e50f4ee View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Fix coding style.

    ColinFinck committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    4ad4ad0 View commit details
    Browse the repository at this point in the history