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 the hir().krate() method to a query and remove the Krate dep node #68889

Merged
merged 6 commits into from
Feb 7, 2020

Commits on Feb 6, 2020

  1. Add a Hir wrapper type

    Zoxc committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    63980cd View commit details
    Browse the repository at this point in the history
  2. Add a hir_krate query

    Zoxc committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    513e326 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20ce2f6 View commit details
    Browse the repository at this point in the history
  4. Remove the Forest type

    Zoxc committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    623dcb0 View commit details
    Browse the repository at this point in the history
  5. Comment tweaks

    Zoxc committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    dc4fd3d View commit details
    Browse the repository at this point in the history
  6. Make krate private

    Zoxc committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    a575495 View commit details
    Browse the repository at this point in the history