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

macros: clean up scopes of expanded #[macro_use] imports #37084

Merged
merged 14 commits into from
Oct 13, 2016

Commits on Oct 7, 2016

  1. Configuration menu
    Copy the full SHA
    2df25ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09e41b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21b4369 View commit details
    Browse the repository at this point in the history
  4. Cleanup depths.

    jseyfried committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    f3c7333 View commit details
    Browse the repository at this point in the history
  5. Immutable ExpansionData.

    jseyfried committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    2cf9649 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a23bdd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2016

  1. Persistent macro scopes.

    jseyfried committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    fbc96e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. Avoid quadratic complexity.

    jseyfried committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    53fd3b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Configuration menu
    Copy the full SHA
    6808b0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5281ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31e0e12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    111caef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4c0daa View commit details
    Browse the repository at this point in the history
  6. Add test.

    jseyfried committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    829bd8c View commit details
    Browse the repository at this point in the history