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 a dist builder to build rust-std components for the THUMB targets #49563

Merged
merged 7 commits into from
Apr 5, 2018

Commits on Apr 1, 2018

  1. add a dist-thumb builder to build rust-std for the THUMB targets

    the rust-std component only contains the core and compiler-builtins (+c +mem) crates
    
    cc rust-lang#49382
    japaric committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    68b54a5 View commit details
    Browse the repository at this point in the history
  2. add new image to .travis.yml

    japaric committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    2a99c02 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    d069354 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    862c839 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. create a nostd crate

    the goal is to build, in a single Cargo invocation, several no-std crates that we want to put in the
    rust-std component of no-std targets. The nostd crate builds these crates:
    
    - core
    - compiler-builtin (with the "c" and "mem" features enabled)
    - alloc
    - std_unicode
    japaric committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    14768f9 View commit details
    Browse the repository at this point in the history
  2. Revert "create a nostd crate"

    This reverts commit 14768f9.
    japaric committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    bca569f View commit details
    Browse the repository at this point in the history
  3. compile other no-std crates

    japaric committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    b1015f5 View commit details
    Browse the repository at this point in the history