Skip to content

Rollup of 7 pull requests - #100702

Closed
matthiaskrgr wants to merge 23 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-1qf2axa
Closed

Rollup of 7 pull requests#100702
matthiaskrgr wants to merge 23 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-1qf2axa

Conversation

@matthiaskrgr

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

RalfJungand others added 23 commits July 30, 2022 17:17
…recovery
Something seems to have gotten out of sync during the creation of rust-lang#81177,
where both the argument and comment were introduced.
Co-authored-by: David Wood <agile.lion3441@fuligin.ink>
avoid assertion failures in try_to_scalar_int
Given that this is called `try_to_scalar_int`, we probably shouldn't `assert_int` here. Similarly `try_to_bits` also doesn't `assert!` that the size is correct.
Also add some `track_caller` for debugging, while we are at it.
r? ``@oli-obk``
…ents, r=tmandry
Improving Fuchsia rustc support documentation
* Adjusting `package/meta/package` to fit current schema
* Adding repository server step
* Adjusting step to give default repository
* Adding "recreate" step for easier step following
…adowing-another-type, r=estebank
Point at a type parameter shadowing another type
This patch fixes a part of rust-lang#97459.
…nd_transcribe, r=davidtwco
Migrations for rustc_expand transcribe.rs
This PR includes some migrations to the new diagnostics API for the `rustc_expand` module.
r? ``@davidtwco``
…docs, r=davidtwco
Fix documentation of rustc_parse::parser::Parser::parse_stmt_without_recovery
Something seems to have gotten out of sync during the creation of rust-lang#81177, where both the argument and comment were introduced.
…e-diag, r=davidtwco
Migrate lint reports in typeck::check_unused to LintDiagnostic
In this PR, I migrate two lint reports in `typeck::check_unused` by `LintDiagnostic`, all of which is about extern crates.
``@rustbot`` label +A-translation
r? rust-lang/diagnostics
@rustbotrustbot added A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Aug 17, 2022
@matthiaskrgr

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=7

@bors

bors commented Aug 17, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 1254057 has been approved by matthiaskrgr

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 17, 2022
@bors

bors commented Aug 17, 2022

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 1254057 with merge f991e0bb479b2cec3713e9701d00f4284ecb0851...

@bors

bors commented Aug 18, 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 18, 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)

@davidtwcodavidtwco removed the A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic label Oct 4, 2022
@matthiaskrgr
matthiaskrgr deleted the rollup-1qf2axa branch October 9, 2022 00:31
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

11 participants

@matthiaskrgr@bors@rust-log-analyzer@davidtwco@rustbot@RalfJung@andrewpollack@TaKO8Ki@nidnogg@Xiretza@PragmaTwice