Skip to content

Clean up junk & add caching to stability #25785

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

Merged
merged 4 commits into from
May 26, 2015
Merged

Conversation

arielb1
Copy link
Contributor

@arielb1 arielb1 commented May 25, 2015

The caching essentially eliminates "stability checking" time (my attempt to clean-up junk got tangled up with stability, so I added the caching while I was at it).

r? @eddyb


self.instantiate_default_methods(local_def(item.id),
if let Some(trait_ref) = ty::impl_trait_ref(self.crate_context.tcx,
local_def(item.id)) { self.instantiate_default_methods(local_def(item.id),
Copy link
Member

Choose a reason for hiding this comment

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

Looks like the newline got eaten (found by Travis).

@eddyb
Copy link
Member

eddyb commented May 26, 2015

This is very nice cleanup, thanks! r=me with nit fixed

@arielb1
Copy link
Contributor Author

arielb1 commented May 26, 2015

@eddyb: fixed

@arielb1
Copy link
Contributor Author

arielb1 commented May 26, 2015

For real this time

@eddyb
Copy link
Member

eddyb commented May 26, 2015

@bors r+

@bors
Copy link
Collaborator

bors commented May 26, 2015

📌 Commit 0ec3183 has been approved by eddyb

@bors
Copy link
Collaborator

bors commented May 26, 2015

⌛ Testing commit 0ec3183 with merge c654a07...

bors added a commit that referenced this pull request May 26, 2015
The caching essentially eliminates "stability checking" time (my attempt to clean-up junk got tangled up with stability, so I added the caching while I was at it).

r? @eddyb
@bors bors merged commit 0ec3183 into rust-lang:master May 26, 2015
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