Skip to content

Move the hir().krate() method to a query and remove the Krate dep node - #68889

Merged
bors merged 6 commits into
rust-lang:masterfrom
Zoxc:hir-krate
Feb 7, 2020
Merged

Move the hir().krate() method to a query and remove the Krate dep node#68889
bors merged 6 commits into
rust-lang:masterfrom
Zoxc:hir-krate

Conversation

@Zoxc

@ZoxcZoxc commented Feb 6, 2020

Copy link
Copy Markdown
Contributor

@michaelwoeristermichaelwoerister left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I haven't reviewed in detailed but looks good to me in general. I left a couple of comments below.

Comment threadsrc/librustc/query/mod.rs Outdated
Comment threadsrc/librustc/ty/context.rs
Comment threadsrc/librustc/hir/mod.rs
@Zoxc

Zoxc commented Feb 6, 2020

Copy link
Copy Markdown
ContributorAuthor

@bors try @rust-timer queue

@rust-timer

Copy link
Copy Markdown
Collaborator

Awaiting bors try build completion

@bors

bors commented Feb 6, 2020

Copy link
Copy Markdown
Collaborator

⌛ Trying commit a575495 with merge 8cb5f974b0fce803a3fac318d3a6f0f58f91efbb...

@eddybeddyb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@bors

bors commented Feb 6, 2020

Copy link
Copy Markdown
Collaborator

☀️ Try build successful - checks-azure
Build commit: 8cb5f974b0fce803a3fac318d3a6f0f58f91efbb (8cb5f974b0fce803a3fac318d3a6f0f58f91efbb)

@rust-timer

Copy link
Copy Markdown
Collaborator

Queued 8cb5f974b0fce803a3fac318d3a6f0f58f91efbb with parent 1f8df25, future comparison URL.

@rust-timer

Copy link
Copy Markdown
Collaborator

Finished benchmarking try commit 8cb5f974b0fce803a3fac318d3a6f0f58f91efbb, comparison URL.

@Zoxc

Zoxc commented Feb 7, 2020

Copy link
Copy Markdown
ContributorAuthor

@bors r=eddyb

@bors

bors commented Feb 7, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit a575495 has been approved by eddyb

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Feb 7, 2020
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Feb 7, 2020
Move the `hir().krate()` method to a query and remove the `Krate` dep node
r? @eddyb cc @michaelwoerister
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Feb 7, 2020
Move the `hir().krate()` method to a query and remove the `Krate` dep node
r? @eddyb cc @michaelwoerister
bors added a commit that referenced this pull request Feb 7, 2020
Rollup of 7 pull requests
Successful merges:
- #68164 (Selectively disable sanitizer instrumentation)
- #68413 (Add GitHub issue templates)
- #68889 (Move the `hir().krate()` method to a query and remove the `Krate` dep node)
- #68909 (Respect --nocapture in panic=abort test mode)
- #68910 (Add myself to .mailmap)
- #68919 (Remove HashStable impl for ast::Lifetime)
- #68928 (clean up E0276 explanation)
Failed merges:
r? @ghost
@bors
bors merged commit a575495 into rust-lang:masterFeb 7, 2020
@Zoxc
Zoxc deleted the hir-krate branch February 8, 2020 02:31
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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.

5 participants

@Zoxc@rust-timer@bors@eddyb@michaelwoerister