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

Remove ability for plugins to register a MIR pass #40239

Merged
merged 1 commit into from
Mar 11, 2017

Commits on Mar 10, 2017

  1. Remove ability for plugins to register a MIR pass

    In recent months there have been a few different people investigating how to make a plugin that
    registers a MIR-pass – one that isn’t intended to be eventually merged into rustc proper.
    
    The interface to register MIR passes was added primarily for miri (& later was
    found to make prototyping of rustc-proper MIR passes a tiny bit faster). Since miri does not use
    this interface anymore it seems like a good time to remove this "feature".
    
    For prototyping purposes a similar interface can be added by developers themselves in their custom
    rustc build.
    nagisa authored and alexcrichton committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    4ca9c97 View commit details
    Browse the repository at this point in the history