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

Use queries for the HIR map #68944

Merged
merged 34 commits into from
Mar 15, 2020
Merged

Use queries for the HIR map #68944

merged 34 commits into from
Mar 15, 2020

Commits on Mar 14, 2020

  1. Add HIR queries

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    cfa1d4e View commit details
    Browse the repository at this point in the history
  2. Collect the new maps

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    21386e1 View commit details
    Browse the repository at this point in the history
  3. Create Map after TyCtxt

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    518c78f View commit details
    Browse the repository at this point in the history
  4. Update item functions

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    e1a9626 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3c7394 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c68b7a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38e613c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b40e6ba View commit details
    Browse the repository at this point in the history
  9. Update get_parent_node

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    d5827d8 View commit details
    Browse the repository at this point in the history
  10. Update find

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    9c4308e View commit details
    Browse the repository at this point in the history
  11. Update is_hir_id_module

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    21942a5 View commit details
    Browse the repository at this point in the history
  12. Update find_entry

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    61527c8 View commit details
    Browse the repository at this point in the history
  13. Remove comments

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    270ee7e View commit details
    Browse the repository at this point in the history
  14. Update trait_impls

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    072449c View commit details
    Browse the repository at this point in the history
  15. Remove the map field from Map

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    d99b17f View commit details
    Browse the repository at this point in the history
  16. Remove AllLocalTraitImpls

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    fa09db8 View commit details
    Browse the repository at this point in the history
  17. Clean up the collector

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    e9d166f View commit details
    Browse the repository at this point in the history
  18. Remove Hir and HirBody dep nodes

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    b97d438 View commit details
    Browse the repository at this point in the history
  19. Remove input_task

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    d73268b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3538cb3 View commit details
    Browse the repository at this point in the history
  21. Index HIR after creating TyCtxt

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    8b16b02 View commit details
    Browse the repository at this point in the history
  22. Fix HIR map validation

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    0e316e2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    aea57ae View commit details
    Browse the repository at this point in the history
  24. Optimize the HIR map

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    396aeb8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    739a1ef View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c0b60c4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    274fb66 View commit details
    Browse the repository at this point in the history
  28. Format function_interfaces.rs

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    10b23e3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6258c01 View commit details
    Browse the repository at this point in the history
  30. Update ich_nested_items.rs

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    7118f71 View commit details
    Browse the repository at this point in the history
  31. Update tests

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    8b8041e View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2af085d View commit details
    Browse the repository at this point in the history
  33. Add test for rust-lang#69596

    Zoxc committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    31183c3 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    14fdd85 View commit details
    Browse the repository at this point in the history