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

Refactor import resolution to use a global store #204

Merged
merged 14 commits into from
Dec 8, 2020
Merged

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    697e93e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a623ac View commit details
    Browse the repository at this point in the history
  3. Improve ergonomics of Ctxt

    Nadrieril committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    9991bd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6287b7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c785b7c View commit details
    Browse the repository at this point in the history
  6. Tag cx ids with the cx lifetime

    To make sure we don't let ids escape and we don't mix scopes.
    Nadrieril committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    3c52221 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c5b3ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1fe26d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    922199a View commit details
    Browse the repository at this point in the history
  10. Add tests

    Nadrieril committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    ff070d5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f478bc1 View commit details
    Browse the repository at this point in the history
  12. Defer name errors to typechecking

    We aren't supposed to inspect anything before alternatives are chosen
    Nadrieril committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    7a392b0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4473f35 View commit details
    Browse the repository at this point in the history
  14. Soothe clippy

    Nadrieril committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    d0a6117 View commit details
    Browse the repository at this point in the history