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

incr.comp.: Remove an unnecessary HIR access which enables hashing spans for type definitions. #46368

Merged

Conversation

michaelwoerister
Copy link
Member

@kennytm kennytm added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 29, 2017
@eddyb
Copy link
Member

eddyb commented Nov 30, 2017

@bors r+

@bors
Copy link
Contributor

bors commented Nov 30, 2017

📌 Commit 89dc8ae has been approved by eddyb

arielb1 pushed a commit to arielb1/rust that referenced this pull request Nov 30, 2017
…uginfo-spans, r=eddyb

incr.comp.: Remove an unnecessary HIR access which enables hashing spans for type definitions.

r? @nikomatsakis
arielb1 pushed a commit to arielb1/rust that referenced this pull request Nov 30, 2017
…uginfo-spans, r=eddyb

incr.comp.: Remove an unnecessary HIR access which enables hashing spans for type definitions.

r? @nikomatsakis
arielb1 pushed a commit to arielb1/rust that referenced this pull request Nov 30, 2017
…uginfo-spans, r=eddyb

incr.comp.: Remove an unnecessary HIR access which enables hashing spans for type definitions.

r? @nikomatsakis
@kennytm kennytm added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 30, 2017
arielb1 pushed a commit to arielb1/rust that referenced this pull request Nov 30, 2017
…uginfo-spans, r=eddyb

incr.comp.: Remove an unnecessary HIR access which enables hashing spans for type definitions.

r? @nikomatsakis
@bors
Copy link
Contributor

bors commented Dec 2, 2017

⌛ Testing commit 89dc8ae with merge 377decc...

bors added a commit that referenced this pull request Dec 2, 2017
…s, r=eddyb

incr.comp.: Remove an unnecessary HIR access which enables hashing spans for type definitions.

r? @nikomatsakis
@bors
Copy link
Contributor

bors commented Dec 2, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: eddyb
Pushing 377decc to master...

@bors bors merged commit 89dc8ae into rust-lang:master Dec 2, 2017
@Mark-Simulacrum
Copy link
Member

@michaelwoerister
Copy link
Member Author

Thanks for the heads up, @Mark-Simulacrum. It's not entirely surprising, since we are hashing more and we detect more changes. Most of these newly detected changes are probably false positives of some kind.
It would be interesting though what exactly is going on here. It's probably that more codegen units get re-translated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants