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

Switch to bootstrapping from 1.27 #50629

Merged
merged 4 commits into from
May 17, 2018
Merged

Commits on May 17, 2018

  1. Configuration menu
    Copy the full SHA
    9e34324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47f88e1 View commit details
    Browse the repository at this point in the history
  3. Fix rustc binary metadata overwriting librustc metadata

    In rust-lang#49289, rustc was changed to emit metadata for binaries, which made
    it so that the librustc.rmeta file created when compiling librustc was
    overwritten by the rustc-main compilation. This commit renames the
    rustc-main binary to avoid this problem.
    
    rust-lang/cargo#5524 has also been filed to
    see if Cargo can learn to warn on this situation instead of leaving it
    for the user to debug.
    Mark-Simulacrum committed May 17, 2018
    Configuration menu
    Copy the full SHA
    1ae3cff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a22af69 View commit details
    Browse the repository at this point in the history