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 unused APIs from rustc_trans #42266

Merged
merged 2 commits into from
May 28, 2017
Merged

Commits on May 27, 2017

  1. Reduce API surface of rustc_trans

    Mark various items and fields as private or pub(crate), and remove a function that turns out to be unused.
    These are not used anywhere in-tree, but I guess it's a [breaking-change] for plugins.
    Robin Kruppe committed May 27, 2017
    Configuration menu
    Copy the full SHA
    493cd6b View commit details
    Browse the repository at this point in the history
  2. Remove trans-internal re-exports of rustc modules

    The previous commit removed them from the public API, this rewrites the use statements to get rid of the non-standard re-exports.
    Robin Kruppe committed May 27, 2017
    Configuration menu
    Copy the full SHA
    6fec17e View commit details
    Browse the repository at this point in the history