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

resolve: Populate external modules in more automatic and lazy way #63149

Merged
merged 4 commits into from
Aug 17, 2019

Commits on Aug 16, 2019

  1. resolve: Populate external modules in more automatic and lazy way

    The modules are now populated implicitly on the first access
    petrochenkov committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    ea81d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe2524c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab4cc2d View commit details
    Browse the repository at this point in the history
  4. Fix rebase

    Move some code into `build_reduced_graph.rs` to keep `BuildReducedGraphVisitor` it private
    Also move the def collector call to `build_reduced_graph.rs`, it belongs there.
    petrochenkov committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    5e47cd4 View commit details
    Browse the repository at this point in the history