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

Move self-profile infrastructure to data structures #66335

Merged
merged 2 commits into from
Nov 13, 2019

Commits on Nov 12, 2019

  1. Move self-profile infrastructure to data structures

    The single dependency on queries (QueryName) can be fairly easily
    abstracted via a trait and this further decouples Session from librustc
    (the primary goal).
    Mark-Simulacrum committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    f696b21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fd5454 View commit details
    Browse the repository at this point in the history