Make verbose --version show if parallel queries are supported.#52052
Closed
michaelwoerister wants to merge 1 commit intorust-lang:masterfrom
Closed
Make verbose --version show if parallel queries are supported.#52052michaelwoerister wants to merge 1 commit intorust-lang:masterfrom
michaelwoerister wants to merge 1 commit intorust-lang:masterfrom
Conversation
Member
|
This may affect cargo's parsing - I'll try to test locally... |
Member
|
Yes, this should be fine, it'll result in recompiles for anyone who switches to such a compiler but that's mostly acceptable. @bors r+ |
Collaborator
|
📌 Commit 4b6635e has been approved by |
Member
Author
|
Thanks for checking! |
Member
Author
|
@bors rollup |
kennytm
added a commit
to kennytm/rust
that referenced
this pull request
Jul 6, 2018
…ies, r=Mark-Simulacrum Make verbose --version show if parallel queries are supported. This should not break anything, right? r? @Mark-Simulacrum cc @rust-lang/release @Zoxc
bors
added a commit
that referenced
this pull request
Jul 6, 2018
Rollup of 14 pull requests Successful merges: - #51619 (rust: add initial changes to support powerpc64le musl) - #51793 (Fix variant background color on hover in search results) - #52005 (Update LLVM to bring in a wasm codegen fix) - #52016 (Deduplicate error reports for statics) - #52019 ([cross-lang-lto] Allow the linker to choose the LTO-plugin (which is useful when using LLD)) - #52030 (Any docs preposition change) - #52031 (Strenghten synchronization in `Arc::is_unique`) - #52033 ([Gardening] Update outdated comments: ByVal -> Scalar) - #52052 (Make verbose --version show if parallel queries are supported.) - #52055 (Include VS 2017 in error message.) - #52063 (Add a link to the rustc docs) - #52073 (Add a punch card to weird expressions test) - #52080 (Improve dependency deduplication diagnostics) - #51953 (enable Atomic*.{load,store} for ARMv6-M / MSP430) Failed merges:
Member
|
@bors rollup- Turns out this does break something 🤔, see #52088 (comment). |
Member
Author
|
Pity. OK, I'll move it to a |
Member
|
@bors r- |
Contributor
|
Ping from triage, @michaelwoerister ! We haven't heard from you about this PR in a while. |
Member
|
Thank you for this PR @michaelwoerister! Unfortunately we haven't heard from you on this in a while, so I'm closing the PR to keep things tidy. Don't worry though, if you'll have time again in the future please reopen this PR, we'll be happy to review it again! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should not break anything, right?
r? @Mark-Simulacrum
cc @rust-lang/release @Zoxc