Skip to content

Rollup of 8 pull requests - #77544

Closed
jonas-schievink wants to merge 23 commits into
rust-lang:masterfrom
jonas-schievink:rollup-kti7r94
Closed

Rollup of 8 pull requests#77544
jonas-schievink wants to merge 23 commits into
rust-lang:masterfrom
jonas-schievink:rollup-kti7r94

Conversation

@jonas-schievink

Copy link
Copy Markdown
Contributor

Successful merges:

Failed merges:

r? @ghost

mightyiamand others added 23 commits September 29, 2020 14:39
…ant in the language.
(Note that the fact this test existed is a slight sign that we may need a crater
run on this bugfix...)
That is, this changes `#[forbid(foo)] #[allow(foo)]` from allowing foo to
forbidding foo.
…hewjasper
Add check for doc alias attribute at crate level
Fixes#76298, #64734, #69365.
r? @ollie27
core::global_allocator docs link to std::alloc::GlobalAlloc
Closes#77100
…=Mark-Simulacrum
BTreeMap: admit the existence of leaf edges in comments
The btree code is ambiguous about leaf edges (i.e., edges within leaf nodes). Iteration relies on them heavily, but some of the comments suggest there are no leaf edges (extracted from #77025)
r? @Mark-Simulacrum
Include scope id in SocketAddrV6::Display
r? @tmandry
I couldn't find any unit tests for these functions.
cc @ghanan94 @brunowonka
BTreeMap: refactoring around edges, missed spots
Tweaks from #77244 (and more) that are really inconsistencies in #77005.
r? @Mark-Simulacrum
Update to chalk 0.31
Gonna assign @nikomatsakis to the review here, but since he is pretty busy recently, if anyone else wants to review this, that would be much appreciated.
r? @nikomatsakis
Avoid unchecked casts in net parser
Once this and #77426 are in, I'll send another PR adding scope id parsing.
r? @dtolnay
…e-forbid-in-same-scope, r=petrochenkov
Disallow overriding forbid in same scope
Rebased #73379.
Fixes#70819.
@jonas-schievink

Copy link
Copy Markdown
ContributorAuthor

@bors r+ rollup=never p=8

@rustbot modify labels: rollup

@bors

bors commented Oct 4, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 04fcbc7 has been approved by jonas-schievink

@rustbotrustbot added the rollup A PR which is a rollup label Oct 4, 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 Oct 4, 2020
@bors

bors commented Oct 4, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 04fcbc7 with merge 098c82810293a4cfb120cd506a537892454c0899...

@bors

bors commented Oct 4, 2020

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-actions

@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 Oct 4, 2020
@jonas-schievinkjonas-schievink mentioned this pull request Oct 4, 2020
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.

9 participants

@jonas-schievink@bors@rustbot@mightyiam@ssomers@GuillaumeGomez@jackh726@tamird@pnkfelix