Skip to content

Rollup of 7 pull requests - #92090

Merged
bors merged 16 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-pbyqddi
Dec 19, 2021
Merged

Rollup of 7 pull requests#92090
bors merged 16 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-pbyqddi

Conversation

@matthiaskrgr

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

GuillaumeGomezand others added 16 commits December 12, 2021 18:28
Add missing `'s` to ` Let check it out.`
The FromIterator impl made the code much harder to understand. The types
don't make sense until you realize there's a custom FromIterator impl.
…dability, r=jsha
Update browser-ui-test version and improve rustdoc-gui tests readability
Since the `0.5.1`, we can use trailing commas. I also used the opportunity to clean up the existing tests.
r? `@notriddle`
Add user seed to `-Z randomize-layout`
Allows users of -`Z randomize-layout` to provide `-Z layout-seed=<seed>` in order to further randomizing type layout randomization. Extension of [compiler-team/rust-lang#457](rust-lang/compiler-team#457), allows users to change struct layouts without changing code and hoping that item path hashes change, aiding in detecting layout errors
…ange, r=nagisa
fix(rustc_lint): better detect when parens are necessary
Fixesrust-lang#90807
Remove P: Unpin bound on impl Stream for Pin
Similar to rust-lang#81363.
docs: fix typo
Add missing `'s` to ` Let check it out.`
rustdoc: Write doc-comments directly instead of using FromIterator
The FromIterator impl made the code much harder to understand. The types
don't make sense until you realize there's a custom FromIterator impl.
This is the first commit from rust-lang#91305; since ``@camelid`` wrote it originally I don't feel bad unilaterally approving it.
r? ``@ghost``
``@bors`` r+
Note that this will conflict with rust-lang#92078.
@rustbotrustbot added T-compiler Relevant to the compiler 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 Dec 18, 2021
@matthiaskrgr

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=7

@bors

bors commented Dec 18, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit d486e68 has been approved by matthiaskrgr

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

bors commented Dec 19, 2021

Copy link
Copy Markdown
Collaborator

⌛ Testing commit d486e68 with merge df2f45c...

@bors

bors commented Dec 19, 2021

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: matthiaskrgr
Pushing df2f45c to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Dec 19, 2021
@bors
bors merged commit df2f45c into rust-lang:masterDec 19, 2021
@rustbotrustbot added this to the 1.59.0 milestone Dec 19, 2021
@matthiaskrgr
matthiaskrgr deleted the rollup-pbyqddi branch January 2, 2022 22:34
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.rollupA PR which is a rollupS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler 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.

10 participants

@matthiaskrgr@bors@rustbot@GuillaumeGomez@pitaj@Kixiron@notriddle@Folyd@OverOrion@camelid