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_metadata: Privatize more things #66496

Merged
merged 10 commits into from
Nov 20, 2019
Merged

Commits on Nov 17, 2019

  1. rustc_metadata: Move some structs from cstore to decoder

    This allows to privatize their fields.
    petrochenkov committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    68985c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6bcf60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdce69d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff3e06f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0aed810 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41ee980 View commit details
    Browse the repository at this point in the history
  7. rustc_metadata: Move CrateMetadata into decoder.rs

    It allows to make most of its fields private
    petrochenkov committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    c157023 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09c1c94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    26f113e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    febde53 View commit details
    Browse the repository at this point in the history