Skip to content

Conversation

RalfJung
Copy link
Member

Successful merges:

Failed merges:

r? @ghost

RalfJung and others added 17 commits May 28, 2020 14:04
…imulacrum

from_u32_unchecked: check validity, and fix UB in Wtf8

Fixes rust-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

Fix rust-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
Member Author

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

@bors
Copy link
Collaborator

bors commented May 31, 2020

📌 Commit 1a41507 has been approved by RalfJung

@rustbot rustbot added the rollup A PR which is a rollup label May 31, 2020
@bors bors 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
Copy link
Collaborator

bors commented May 31, 2020

⌛ Testing commit 1a41507 with merge e66f65071cf9015d5ad4aa177a0ef76840c76dc4...

@bors
Copy link
Collaborator

bors commented May 31, 2020

💔 Test failed - checks-azure

@bors bors 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
@RalfJung RalfJung mentioned this pull request May 31, 2020
@RalfJung RalfJung closed this May 31, 2020
@RalfJung RalfJung deleted the rollup-azok8v3 branch May 31, 2020 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants