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

feature_gate: Remove dead code from attribute checking #64462

Merged
merged 3 commits into from
Sep 15, 2019

Commits on Sep 14, 2019

  1. feature_gate: Remove dead code from attribute checking

    Same checks are performed during name resolution, and all attributes go through name resolution now
    petrochenkov committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    966d96c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a01ba39 View commit details
    Browse the repository at this point in the history
  3. feature_gate: Eliminate check::Context

    Use `PostExpansionVisitor` directly instead
    petrochenkov committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    cb771fd View commit details
    Browse the repository at this point in the history