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

rustc: Remove dylib crate type from most rustc crates #59800

Merged
merged 4 commits into from
Jul 7, 2019

Commits on Jul 7, 2019

  1. rustc: Remove dylib crate type from most rustc crates

    Now that procedural macros no longer link transitively to libsyntax,
    this shouldn't be needed any more! This commit is an experiment in
    removing all dynamic libraries from rustc except for librustc_driver
    itself. Let's see how far we can get with that!
    alexcrichton authored and Zoxc committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    345ba50 View commit details
    Browse the repository at this point in the history
  2. Remove some dummy dependencies

    Zoxc committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    60c49bc View commit details
    Browse the repository at this point in the history
  3. Update Cargo.lock

    Zoxc committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    2caf5d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7198687 View commit details
    Browse the repository at this point in the history