Skip to content

Enable merge queue in new bors - #150708

Merged
bors merged 1 commit into
rust-lang:mainfrom
Kobzol:merge-queue
Jan 6, 2026
Merged

Enable merge queue in new bors#150708
bors merged 1 commit into
rust-lang:mainfrom
Kobzol:merge-queue

Conversation

@Kobzol

@KobzolKobzol commented Jan 5, 2026

Copy link
Copy Markdown
Member

We can proactively merge this now. Note that new bors will still default to being "paused" and not running the merge queue, after being restarted:

We can resume it quickly with a command, to test how the merging functionality behaves.

@rustbotrustbot added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Jan 5, 2026
@Kobzol
Kobzol marked this pull request as ready for review January 6, 2026 10:31
@rustbotrustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 6, 2026
@rustbotrustbot removed the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Jan 6, 2026
@rustbot

Copy link
Copy Markdown
Collaborator

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@Kobzol

Copy link
Copy Markdown
MemberAuthor

r? @marcoieni

@marcoieni

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Jan 6, 2026

Copy link
Copy Markdown
Collaborator

📌 Commit 1925afb has been approved by marcoieni

It is now in the queue for this repository.

@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 Jan 6, 2026
@Kobzol

Copy link
Copy Markdown
MemberAuthor

@bors rollup

@Kobzol

Copy link
Copy Markdown
MemberAuthor

@bors r-

(Just a test to see if the state is being propagated to both bots)

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jan 6, 2026
@Kobzol

Copy link
Copy Markdown
MemberAuthor

@bors r=marcoieni

@bors

bors commented Jan 6, 2026

Copy link
Copy Markdown
Collaborator

📌 Commit 1925afb has been approved by marcoieni

It is now in the queue for this repository.

@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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jan 6, 2026
@rust-bors

rust-borsBot commented Jan 6, 2026

Copy link
Copy Markdown
Contributor

@bors: 🔑 Insufficient privileges: not in review users

@Kobzol

Copy link
Copy Markdown
MemberAuthor

@bors r-

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jan 6, 2026
@Kobzol

Copy link
Copy Markdown
MemberAuthor

@bors r=marcoieni

@bors

bors commented Jan 6, 2026

Copy link
Copy Markdown
Collaborator

📌 Commit 1925afb has been approved by marcoieni

It is now in the queue for this repository.

@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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jan 6, 2026
@Kobzol

Copy link
Copy Markdown
MemberAuthor

@bors rollup

JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Jan 6, 2026
Enable merge queue in new bors
We can proactively merge this now. Note that new bors will still default to being "paused" and not running the merge queue, after being restarted:
- https://github.com/rust-lang/bors/blob/e1fafaa3b89c225069fa2aa1193096e1d66075c3/src/bors/merge_queue.rs#L101
- https://github.com/rust-lang/bors/blob/bf491ee40d1fc877af273f2ec92a2968dee8cdb7/src/github/api/mod.rs#L159
- rust-lang#112049 (comment)
We can resume it quickly with a command, to test how the merging functionality behaves.
bors added a commit that referenced this pull request Jan 6, 2026
…uwer
Rollup of 11 pull requests
Successful merges:
- #144113 (Impls and impl items inherit `dead_code` lint level of the corresponding traits and trait items)
- #148339 (naked functions: emit `.private_extern` on macos)
- #149880 (rustc_codegen_llvm: update alignment for double on AIX)
- #150122 (Refactor function names of `rustc_ast_lowering`)
- #150412 (use PIDFD_GET_INFO ioctl when available)
- #150670 (THIR pattern building: Move all `thir::Pat` creation into `rustc_mir_build::thir::pattern`)
- #150695 (MGCA: pretty printing for struct expressions and tuple calls )
- #150698 (Improve comment clarity in candidate_may_shadow)
- #150706 (Update wasm-component-ld)
- #150707 (Fix ICE when transmute Assume field is invalid)
- #150708 (Enable merge queue in new bors)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit that referenced this pull request Jan 6, 2026
Rollup of 11 pull requests
Successful merges:
- #144113 (Impls and impl items inherit `dead_code` lint level of the corresponding traits and trait items)
- #148339 (naked functions: emit `.private_extern` on macos)
- #149880 (rustc_codegen_llvm: update alignment for double on AIX)
- #150122 (Refactor function names of `rustc_ast_lowering`)
- #150412 (use PIDFD_GET_INFO ioctl when available)
- #150670 (THIR pattern building: Move all `thir::Pat` creation into `rustc_mir_build::thir::pattern`)
- #150695 (MGCA: pretty printing for struct expressions and tuple calls )
- #150698 (Improve comment clarity in candidate_may_shadow)
- #150706 (Update wasm-component-ld)
- #150707 (Fix ICE when transmute Assume field is invalid)
- #150708 (Enable merge queue in new bors)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit that referenced this pull request Jan 6, 2026
…uwer
Rollup of 10 pull requests
Successful merges:
- #144113 (Impls and impl items inherit `dead_code` lint level of the corresponding traits and trait items)
- #149880 (rustc_codegen_llvm: update alignment for double on AIX)
- #150122 (Refactor function names of `rustc_ast_lowering`)
- #150412 (use PIDFD_GET_INFO ioctl when available)
- #150670 (THIR pattern building: Move all `thir::Pat` creation into `rustc_mir_build::thir::pattern`)
- #150695 (MGCA: pretty printing for struct expressions and tuple calls )
- #150698 (Improve comment clarity in candidate_may_shadow)
- #150706 (Update wasm-component-ld)
- #150707 (Fix ICE when transmute Assume field is invalid)
- #150708 (Enable merge queue in new bors)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 9c9ecb1 into rust-lang:mainJan 6, 2026
11 checks passed
rust-timer added a commit that referenced this pull request Jan 6, 2026
Rollup merge of #150708 - Kobzol:merge-queue, r=marcoieni
Enable merge queue in new bors
We can proactively merge this now. Note that new bors will still default to being "paused" and not running the merge queue, after being restarted:
- https://github.com/rust-lang/bors/blob/e1fafaa3b89c225069fa2aa1193096e1d66075c3/src/bors/merge_queue.rs#L101
- https://github.com/rust-lang/bors/blob/bf491ee40d1fc877af273f2ec92a2968dee8cdb7/src/github/api/mod.rs#L159
- #112049 (comment)
We can resume it quickly with a command, to test how the merging functionality behaves.
@rustbotrustbot added this to the 1.94.0 milestone Jan 6, 2026
@Kobzol
Kobzol deleted the merge-queue branch January 6, 2026 18:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

5 participants

@Kobzol@rustbot@marcoieni@bors@Mark-Simulacrum