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

Audit all uses of ty_walk #26667

Merged
merged 5 commits into from
Jun 30, 2015
Merged

Audit all uses of ty_walk #26667

merged 5 commits into from
Jun 30, 2015

Conversation

arielb1
Copy link
Contributor

@arielb1 arielb1 commented Jun 29, 2015

This was originally motivated by checking for HRTB hygiene, but I found several other bugs on the way.

This does not fix the biggest user of ty_walk, which is dtorck - I would prefer to coordinate that with @pnkfelix.

r? @eddyb

Ariel Ben-Yehuda added 5 commits June 29, 2015 21:27
This merges accumulate_regions_in_type with ty_fold::collect_regions.
Fixes rust-lang#26638
After the last @dinosaur went extinct, the check became redundant with
type_needs_drop, except for its bugginess.

Fixes rust-lang#26655.
No, it didn't show up in my profiler. It still needs to die.
@eddyb
Copy link
Member

eddyb commented Jun 29, 2015

@bors r+

@bors
Copy link
Contributor

bors commented Jun 29, 2015

📌 Commit fb5dd39 has been approved by eddyb

@bors
Copy link
Contributor

bors commented Jun 30, 2015

⌛ Testing commit fb5dd39 with merge 27975c4...

bors added a commit that referenced this pull request Jun 30, 2015
This was originally motivated by checking for HRTB hygiene, but I found several other bugs on the way.

This does not fix the biggest user of ty_walk, which is dtorck - I would prefer to coordinate that with @pnkfelix.

r? @eddyb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants