Skip to content

Rollup of 6 pull requests - #72809

Closed
RalfJung wants to merge 17 commits into
rust-lang:masterfrom
RalfJung:rollup-azok8v3
Closed

Rollup of 6 pull requests#72809
RalfJung wants to merge 17 commits into
rust-lang:masterfrom
RalfJung:rollup-azok8v3

Conversation

@RalfJung

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost

RalfJungand others added 17 commits May 28, 2020 14:04
…imulacrum
from_u32_unchecked: check validity, and fix UB in Wtf8
Fixesrust-lang#72760
…acrum
Enable LLVM zlib
Compilers may generate ELF objects with compressed sections (although rustc currently doesn't do this). Currently, when linking these with `rust-lld`, you'll get this error:
`rust-lld: error: ...: contains a compressed section, but zlib is not available`
This enables zlib when building LLVM.
…trochenkov
Account for trailing comma when suggesting `where` clauses
Fixrust-lang#72693.
generalize Borrow<[T]> for Interned<'tcx, List<T>>
…Amanieu
Update stdarch submodule to latest head
Includes avx512 work & aarch64 tme.
…str-path-error, r=petrochenkov
Use `LocalDefId` instead of `NodeId` in `resolve_str_path_error`
Together with rust-lang#72777 this should remove all uses of `NodeId` in `rustdoc`.
cc rust-lang#50928
r? @petrochenkov
@RalfJung

Copy link
Copy Markdown
MemberAuthor

@rustbot modify labels: +rollup
@bors r+ rollup=never p=6

@bors

bors commented May 31, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 1a41507 has been approved by RalfJung

@rustbotrustbot added the rollup A PR which is a rollup label May 31, 2020
@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label May 31, 2020
@bors

bors commented May 31, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 1a41507 with merge e66f65071cf9015d5ad4aa177a0ef76840c76dc4...

@bors

bors commented May 31, 2020

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-azure

@borsbors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels May 31, 2020
@RalfJungRalfJung mentioned this pull request May 31, 2020
@RalfJung
RalfJung deleted the rollup-azok8v3 branch May 31, 2020 10:02
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollupS-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@RalfJung@bors@rustbot@estebank@lcnr@marmeladema@vertexclique