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

Fix leaking trait imports across modules #11370

Merged
merged 7 commits into from
Jan 8, 2014

Commits on Jan 8, 2014

  1. Fix leaking trait imports across modules

    Turns out the pass in resolve was a little too eager to travel back up the
    hierarchy chain when looking for trait candidates.
    
    Closes rust-lang#10465
    alexcrichton committed Jan 8, 2014
    Configuration menu
    Copy the full SHA
    e4804ac View commit details
    Browse the repository at this point in the history
  2. rustc: De-indent portions of middle::resolve

    It's a little prettier to look at now
    alexcrichton committed Jan 8, 2014
    Configuration menu
    Copy the full SHA
    5350ee7 View commit details
    Browse the repository at this point in the history
  3. std: Fill in all missing imports

    Fallout from the previous commits
    alexcrichton committed Jan 8, 2014
    Configuration menu
    Copy the full SHA
    7e0443d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4d36b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bcb1c38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f47e4b2 View commit details
    Browse the repository at this point in the history
  7. 13 Configuration menu
    Copy the full SHA
    0547fb9 View commit details
    Browse the repository at this point in the history