Skip to content

Rollup of 7 pull requests - #100481

Closed
Dylan-DPC wants to merge 29 commits into
rust-lang:masterfrom
Dylan-DPC:rollup-8cd6qk5
Closed

Rollup of 7 pull requests#100481
Dylan-DPC wants to merge 29 commits into
rust-lang:masterfrom
Dylan-DPC:rollup-8cd6qk5

Conversation

@Dylan-DPC

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

rossmacarthurand others added 29 commits August 1, 2022 16:39
…ce used to create an `IntoIter` from its parts
(suggested in the review of the previous attempt to add `ArrayChunks`)
As explained in the review of the previous attempt to add `ArrayChunks`,
adapters that shrink the length can't implement `TrustedLen`.
It doesn't seem to be used at all.
The "fallback" naming pre-dates introduction of `-Clink-self-contained`
…-arg-label, r=estebank
Only point out a single function parameter if we have a single arg incompatibility
Fixesrust-lang#99635
Add `Iterator::array_chunks` (take N+1)
A revival of rust-lang#92393.
r? `@Mark-Simulacrum`
cc `@rossmacarthur` `@scottmcm` `@the8472`
I've tried to address most of the review comments on the previous attempt. The only thing I didn't address is `try_fold` implementation, I've left the "custom" one for now, not sure what exactly should it use.
rustc_target: Update some old naming around self contained linking
The "fallback" naming pre-dates introduction of `-Clink-self-contained`.
Noticed when reviewing rust-lang#99500.
This PR doesn't break any json target spec, but supporting per-linker-flavor startup objects needed by rust-lang#99500 will break them, so maybe next time I'll remove the compatibility names.
…=GuillaumeGomez
Rustdoc-Json: Add `Path` type for traits.
Avoids using `Type` for trait fields, as a trait must always be a path, and not any other kind of type.
`@rustbot` modify labels: +A-rustdoc-json +T-rustdoc
Closesrust-lang#100106
Suggest the path separator when a dot is used on a trait
Fixesrust-lang#100365.
`@rustbot` label A-diagnostics
r? diagnostics
…lan-DPC
Remove more Clean trait implementations
Follow-up of rust-lang#99638.
r? `@Dylan-DPC`
@rustbotrustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Aug 13, 2022
@rustbotrustbot added T-libs Relevant to the library team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Aug 13, 2022
@Dylan-DPC

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=5

@bors

bors commented Aug 13, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 5cdb1e3 has been approved by Dylan-DPC

It is now in the queue for this repository.

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

bors commented Aug 13, 2022

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 5cdb1e3 with merge d5eff2e048313be256218f1bc4ae1ef661759cef...

@bors

bors commented Aug 13, 2022

Copy link
Copy Markdown
Collaborator

💥 Test timed out

@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 Aug 13, 2022
@GuillaumeGomez

Copy link
Copy Markdown
Member

@bors retry

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 13, 2022
@bors

bors commented Aug 13, 2022

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 5cdb1e3 with merge a04d77f3d1d1568d61c63ce9a9c629e82de650d1...

@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

A job failed! Check out the build log: (web)(plain)

Click to see the possible cause of the failure (guessed by this bot)

@GuillaumeGomez

Copy link
Copy Markdown
Member

@bors retry

@bors

bors commented Aug 13, 2022

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 5cdb1e3 with merge 16359f6694a9780edd2edf6a2b62dd907a5312b8...

@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

A job failed! Check out the build log: (web)(plain)

Click to see the possible cause of the failure (guessed by this bot)

@bors

bors commented Aug 13, 2022

Copy link
Copy Markdown
Collaborator

💥 Test timed out

@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 Aug 13, 2022
@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

A job failed! Check out the build log: (web)(plain)

Click to see the possible cause of the failure (guessed by this bot)

@bors

bors commented Aug 15, 2022

Copy link
Copy Markdown
Collaborator

☔ The latest upstream changes (presumably #100510) made this pull request unmergeable. Please resolve the merge conflicts.

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.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-libsRelevant to the library team, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

11 participants

@Dylan-DPC@bors@GuillaumeGomez@rust-log-analyzer@rustbot@rossmacarthur@WaffleLapkin@aDotInTheVoid@fmease@compiler-errors@petrochenkov