Uh oh!
There was an error while loading. Please reload this page.
Make verbose --version show if parallel queries are supported. - #52052
Make verbose --version show if parallel queries are supported.#52052michaelwoerister wants to merge 1 commit into
Conversation
Mark-Simulacrum
commented
Jul 4, 2018
This may affect cargo's parsing - I'll try to test locally... |
Mark-Simulacrum
commented
Jul 4, 2018
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+ |
bors
commented
Jul 4, 2018
📌 Commit 4b6635e has been approved by |
michaelwoerister
commented
Jul 4, 2018
Thanks for checking! |
michaelwoerister
commented
Jul 4, 2018
@bors rollup |
…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
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:
kennytm
commented
Jul 6, 2018
@bors rollup- Turns out this does break something 🤔, see #52088 (comment). |
michaelwoerister
commented
Jul 6, 2018
Pity. OK, I'll move it to a |
emilyalbini
commented
Jul 7, 2018
@bors r- |
TimNN
commented
Jul 17, 2018
Ping from triage, @michaelwoerister ! We haven't heard from you about this PR in a while. |
emilyalbini
commented
Jul 30, 2018
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 should not break anything, right?
r? @Mark-Simulacrum
cc @rust-lang/release @Zoxc