Skip to content

Rollup of 6 pull requests - #78033

Merged
bors merged 16 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-ds2cfsf
Oct 17, 2020
Merged

Rollup of 6 pull requests#78033
bors merged 16 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-ds2cfsf

Conversation

@Dylan-DPC-zz

Copy link
Copy Markdown

Successful merges:

Failed merges:

r? @ghost

Mark-Simulacrumand others added 16 commits September 1, 2020 10:01
…tsakis
Permit uninhabited enums to cast into ints
This essentially reverts part of rust-lang#6204; it is unclear why that [commit](rust-lang@c0f587d) was introduced, and I suspect no one remembers.
The changed code was only called from casting checks and appears to not affect any callers of that code (other than permitting this one case).
Fixesrust-lang#75647.
… r=scottmcm,dtolnay
liballoc: VecDeque: Add binary search functions
I am submitting rust-lang/rfcs#2997 as a PR as suggested by @scottmcm
I haven't yet created a tracking issue - if there's a favorable feedback I'll create one and update the issue links in the unstable attribs.
…ports, r=ollie27
Remove compiler-synthesized reexports when documenting
Fixesrust-lang#77567
r? @ollie27
…imulacrum
BTreeMap: improve gdb introspection of BTreeMap with ZST keys or values
I accidentally pushed an earlier revision in rust-lang#77788: it changes the index of tuples for BTreeSet from ""[{}]".format(i) to "key{}".format(i). Which doesn't seem to make the slightest difference on my linux box nor on CI. In fact, gdb doesn't make any distinction between "key{}" and "val{}" for a BTreeMap either, leading to confusing output if you test more. But easy to improve.
r? @Mark-Simulacrum
Set .llvmbc and .llvmcmd sections as allocatable
This marks both sections as allocatable rather than excluded, which matches what
clang does with the equivalent `-fembed-bitcode` flag.
…nikic
llvm: backport SystemZ fix for AGR clobbers
Fixesrust-lang#77382.
@Dylan-DPC-zz

Copy link
Copy Markdown
Author

@bors r+ p=5 rollup=never

@bors

bors commented Oct 17, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit b9c45d1 has been approved by Dylan-DPC

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Oct 17, 2020
@bors

bors commented Oct 17, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit b9c45d1 with merge 3f50dea...

@bors

bors commented Oct 17, 2020

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions, checks-azure
Approved by: Dylan-DPC
Pushing 3f50dea to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Oct 17, 2020
@bors
bors merged commit 3f50dea into rust-lang:masterOct 17, 2020
@rustbotrustbot added this to the 1.49.0 milestone Oct 17, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@Dylan-DPC-zz@bors@rustbot@Mark-Simulacrum@vojtechkral@GuillaumeGomez@ssomers@glandium@cuviper@Dylan-DPC