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

[beta] resolve: Implement edition hygiene for imports and absolute paths #56053

Merged
merged 6 commits into from
Nov 26, 2018

Commits on Nov 25, 2018

  1. Configuration menu
    Copy the full SHA
    01501eb View commit details
    Browse the repository at this point in the history
  2. resolve: Implement edition hygiene for imports and absolute paths

    Use per-span hygiene in a few other places in resolve
    Prefer `rust_2015`/`rust_2018` helpers to comparing editions
    petrochenkov committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    585d2c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4909733 View commit details
    Browse the repository at this point in the history
  4. resolve: Generalize early_resolve_ident_in_lexical_scope slightly

    Flatten `ModuleOrUniformRoot` variants
    petrochenkov committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    2a0adc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b58880 View commit details
    Browse the repository at this point in the history
  6. resolve: Suggest crate:: for resolving ambiguities when appropriate

    More precise spans for ambiguities from macros
    petrochenkov committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    581b683 View commit details
    Browse the repository at this point in the history