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

Prepare for publication to crates.io #264

Merged
merged 4 commits into from
Nov 21, 2018

Commits on Nov 21, 2018

  1. Prepare for publication to crates.io

    This commit prepares to publish the compiler-builtins crate to crates.io
    in order for the standard library to directly depend on it from
    crates.io in rust-lang/rust#56092
    alexcrichton committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    2e8f0b1 View commit details
    Browse the repository at this point in the history
  2. Use panic=abort for tests

    Try to fix issues with undefined `rust_eh_personality` symbols
    alexcrichton committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    d74c506 View commit details
    Browse the repository at this point in the history
  3. Use nm on OSX

    Looks like it may be fixed now?
    alexcrichton committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    2da5d40 View commit details
    Browse the repository at this point in the history
  4. Remove unknown feature

    alexcrichton committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    02bcce8 View commit details
    Browse the repository at this point in the history