Skip to content

Cleanup resolve #32240

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 15 commits into from
Mar 26, 2016
Merged

Cleanup resolve #32240

merged 15 commits into from
Mar 26, 2016

Conversation

jseyfried
Copy link
Contributor

This is a collection of small refactorings and improvements in resolve, most of which could stand alone.
r? @nikomatsakis

@jseyfried
Copy link
Contributor Author

cc @petrochenkov

/// let g = || {};
/// fn g() {}
/// g(); // This resolves to the local variable `g` since it shadows the item.
/// }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love to see more comments! :)

@nikomatsakis
Copy link
Contributor

@bors r+

@bors
Copy link
Collaborator

bors commented Mar 25, 2016

📌 Commit fd2ac96 has been approved by nikomatsakis

@bors
Copy link
Collaborator

bors commented Mar 25, 2016

⌛ Testing commit fd2ac96 with merge 32737f7...

@bors
Copy link
Collaborator

bors commented Mar 25, 2016

💔 Test failed - auto-win-gnu-64-opt

@jseyfried
Copy link
Contributor Author

@bors r=nikomatsakis

@bors
Copy link
Collaborator

bors commented Mar 25, 2016

📌 Commit 6d62f5b has been approved by nikomatsakis

@bors
Copy link
Collaborator

bors commented Mar 26, 2016

☔ The latest upstream changes (presumably #32167) made this pull request unmergeable. Please resolve the merge conflicts.

@jseyfried
Copy link
Contributor Author

@bors r=nikomatsakis

@bors
Copy link
Collaborator

bors commented Mar 26, 2016

📌 Commit 4c22e2e has been approved by nikomatsakis

bors added a commit that referenced this pull request Mar 26, 2016
@Manishearth Manishearth reopened this Mar 26, 2016
bors added a commit that referenced this pull request Mar 26, 2016
Rollup of 11 pull requests

- Successful merges: #32131, #32199, #32257, #32325, #32435, #32447, #32448, #32456, #32469, #32476, #32482
- Failed merges: #32240
@bors
Copy link
Collaborator

bors commented Mar 26, 2016

🔒 Merge conflict

@bors
Copy link
Collaborator

bors commented Mar 26, 2016

☔ The latest upstream changes (presumably #32496) made this pull request unmergeable. Please resolve the merge conflicts.

@jseyfried
Copy link
Contributor Author

@bors r=nikomatsakis

@bors
Copy link
Collaborator

bors commented Mar 26, 2016

📌 Commit e011ae5 has been approved by nikomatsakis

@bors
Copy link
Collaborator

bors commented Mar 26, 2016

⌛ Testing commit e011ae5 with merge 13bfd5c...

bors added a commit that referenced this pull request Mar 26, 2016
Cleanup resolve

This is a collection of small refactorings and improvements in `resolve`, most of which could stand alone.
r? @nikomatsakis
@bors bors merged commit e011ae5 into rust-lang:master Mar 26, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants