Uh oh!
There was an error while loading. Please reload this page.
Rollup of 5 pull requests - #64321
Conversation
This commit updates the version of the `rustc-std-workspace-*` crates in-tree which are used in `[patch]`. This will guarantee that Cargo will select these versions even if minor updates are published to crates.io because otherwise a newer version on crates.io would be preferred which misses the point of `[patch]`!
Upgrade rand to 0.7 Also upgrades `getrandom` to avoid bug encountered by rust-lang#61393 which bumps libc to `0.2.62`.
… r=petrochenkov Always emit unresolved import errors and hide unused import lint Fixrust-lang#63724. r? @petrochenkov
Bump RLS and Rustfmt submodules to use rustc-ap-* v583 Closesrust-lang#64180Closesrust-lang#64179 r? @topecongiro
Update LLVM submodule Updates the LLVM submodule to current LLVM 9 HEAD. Fixesrust-lang#63918. Fixesrust-lang#63791. r? @alexcrichton
Update version of `rustc-std-workspace-*` crates This commit updates the version of the `rustc-std-workspace-*` crates in-tree which are used in `[patch]`. This will guarantee that Cargo will select these versions even if minor updates are published to crates.io because otherwise a newer version on crates.io would be preferred which misses the point of `[patch]`!
Centril
commented
Sep 9, 2019
@bors r+ p=5 rollup=never |
bors
commented
Sep 9, 2019
📌 Commit 342722e has been approved by |
bors
commented
Sep 9, 2019
Rollup of 5 pull requests Successful merges: - #63806 (Upgrade rand to 0.7) - #64054 (Always emit unresolved import errors and hide unused import lint) - #64279 (Bump RLS and Rustfmt submodules to use rustc-ap-* v583) - #64317 (Update LLVM submodule) - #64320 (Update version of `rustc-std-workspace-*` crates) Failed merges: r? @ghost
Centril
commented
Sep 9, 2019
@tmandry Rolling up 3 PRs that affect the toolstate will almost certainly fail the rollup. I should probably not have rolled up RLS/rustfmt either but they are usually less risky than Clippy. |
mati865
commented
Sep 9, 2019
The problem with Clippy is it depends on various rustc internals. Often it gets broken soon after the fix lands in it's repo but before PR bumping submodule gets even queued. |
bors
commented
Sep 10, 2019
💥 Test timed out |
Centril
commented
Sep 10, 2019
@bors retry |
bors
commented
Sep 10, 2019
Rollup of 5 pull requests Successful merges: - #63806 (Upgrade rand to 0.7) - #64054 (Always emit unresolved import errors and hide unused import lint) - #64279 (Bump RLS and Rustfmt submodules to use rustc-ap-* v583) - #64317 (Update LLVM submodule) - #64320 (Update version of `rustc-std-workspace-*` crates) Failed merges: r? @ghost
tmandry
commented
Sep 10, 2019
Okay, that makes sense. From the perspective of a project using nightly builds that wants to update to a new version, it typically doesn't make much difference if 1 tool or 4 tools are broken. In theory, any given tool might be used by some person on the team, so it's binary: the only "safe" update is when all tools are green. Therefore, I have a proposal: if there are changes queued up that, together, would get toolstate all-green again, can they be bundled as a single rollup and given priority? That way,
I should definitely post this somewhere else, just not sure where :) |
bors
commented
Sep 10, 2019
☀️ Test successful - checks-azure |
rust-highfive
commented
Sep 10, 2019
📣 Toolstate changed by #64321! Tested on commit 122fefc. 🎉 rls on windows: build-fail → test-pass (cc @Xanewok, @rust-lang/infra). |
Tested on commit rust-lang/rust@122fefc. Direct link to PR: <rust-lang/rust#64321> 🎉 rls on windows: build-fail → test-pass (cc @Xanewok, @rust-lang/infra). 🎉 rls on linux: build-fail → test-pass (cc @Xanewok, @rust-lang/infra). 🎉 rustfmt on windows: build-fail → test-pass (cc @topecongiro, @rust-lang/infra). 🎉 rustfmt on linux: build-fail → test-pass (cc @topecongiro, @rust-lang/infra). 💔 rustc-guide on linux: test-pass → test-fail (cc @mark-i-m@spastorino@amanjeev, @rust-lang/infra).
Successful merges:
rustc-std-workspace-*crates #64320 (Update version ofrustc-std-workspace-*crates)Failed merges:
r? @ghost