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

librustc_*: Use pub(crate) instead of pub and remove dead code #43192

Closed
wants to merge 6 commits into from

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    532bb60 View commit details
    Browse the repository at this point in the history
  2. Remove dead code

    Revert some `pub(crate)`s to `pub`s to make sure Miri and Clippy work
    Revert some `pub(crate)`s to `pub`s to address Michael Woerister's comments
    petrochenkov committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    dc6b8ed View commit details
    Browse the repository at this point in the history
  3. Use $vis in declare_lint

    petrochenkov committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    68d442d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcc5c7c View commit details
    Browse the repository at this point in the history
  5. Fix tidy and formatting

    petrochenkov committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    b9b1013 View commit details
    Browse the repository at this point in the history
  6. Address more comments

    petrochenkov committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    8898cdb View commit details
    Browse the repository at this point in the history