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

[master] resolve: Implement edition hygiene for imports and absolute paths #56262

Merged
merged 6 commits into from
Nov 27, 2018

Commits on Nov 26, 2018

  1. Configuration menu
    Copy the full SHA
    fba116f 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 26, 2018
    Configuration menu
    Copy the full SHA
    dae4c7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c06e69e 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 26, 2018
    Configuration menu
    Copy the full SHA
    5e12175 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1862b4 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 26, 2018
    Configuration menu
    Copy the full SHA
    6f13708 View commit details
    Browse the repository at this point in the history