Skip to content

Autolabel PRs that change explicit tail call tests as F-explicit_tail_calls - #144945

Merged
bors merged 1 commit into
rust-lang:masterfrom
WaffleLapkin:autolabeletc
Aug 6, 2025
Merged

Autolabel PRs that change explicit tail call tests as F-explicit_tail_calls#144945
bors merged 1 commit into
rust-lang:masterfrom
WaffleLapkin:autolabeletc

Conversation

@WaffleLapkin

Copy link
Copy Markdown
Member

mrrrow~

@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

@rustbotrustbot added A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 5, 2025
@rustbot

Copy link
Copy Markdown
Collaborator

triagebot.toml has been modified, there may have been changes to the review queue.

cc @davidtwco, @wesleywiser

@WaffleLapkin

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup

@bors

bors commented Aug 5, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit df61951 has been approved by WaffleLapkin

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 Aug 5, 2025
@WaffleLapkinWaffleLapkin added the F-explicit_tail_calls `#![feature(explicit_tail_calls)]` label Aug 5, 2025
Kobzol added a commit to Kobzol/rust that referenced this pull request Aug 5, 2025
…eLapkin
Autolabel PRs that change explicit tail call tests as `F-explicit_tail_calls`
mrrrow~
@KobzolKobzol mentioned this pull request Aug 5, 2025
samueltardieu added a commit to samueltardieu/rust that referenced this pull request Aug 5, 2025
…eLapkin
Autolabel PRs that change explicit tail call tests as `F-explicit_tail_calls`
mrrrow~
samueltardieu added a commit to samueltardieu/rust that referenced this pull request Aug 5, 2025
…eLapkin
Autolabel PRs that change explicit tail call tests as `F-explicit_tail_calls`
mrrrow~
bors added a commit that referenced this pull request Aug 5, 2025
Rollup of 11 pull requests
Successful merges:
- #143857 (Port #[macro_export] to the new attribute parsing infrastructure)
- #144133 (Stabilize const TypeId::of)
- #144676 (Add documentation for unstable_feature_bound)
- #144682 (Stabilize `strict_overflow_ops`)
- #144835 (Anonymize binders in tail call sig)
- #144836 (Change visibility of Args new function)
- #144900 (Stabilize `unsigned_signed_diff` feature)
- #144917 (Enforce tail call type is related to body return type in borrowck)
- #144926 (Correct the use of `must_use` on btree::IterMut)
- #144928 (Drop `rust-version` from `rustc_thread_pool`)
- #144945 (Autolabel PRs that change explicit tail call tests as `F-explicit_tail_calls`)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit that referenced this pull request Aug 5, 2025
Rollup of 11 pull requests
Successful merges:
- #143857 (Port #[macro_export] to the new attribute parsing infrastructure)
- #144133 (Stabilize const TypeId::of)
- #144676 (Add documentation for unstable_feature_bound)
- #144682 (Stabilize `strict_overflow_ops`)
- #144835 (Anonymize binders in tail call sig)
- #144836 (Change visibility of Args new function)
- #144900 (Stabilize `unsigned_signed_diff` feature)
- #144917 (Enforce tail call type is related to body return type in borrowck)
- #144926 (Correct the use of `must_use` on btree::IterMut)
- #144928 (Drop `rust-version` from `rustc_thread_pool`)
- #144945 (Autolabel PRs that change explicit tail call tests as `F-explicit_tail_calls`)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit that referenced this pull request Aug 5, 2025
Rollup of 11 pull requests
Successful merges:
- #143857 (Port #[macro_export] to the new attribute parsing infrastructure)
- #144133 (Stabilize const TypeId::of)
- #144676 (Add documentation for unstable_feature_bound)
- #144682 (Stabilize `strict_overflow_ops`)
- #144835 (Anonymize binders in tail call sig)
- #144836 (Change visibility of Args new function)
- #144900 (Stabilize `unsigned_signed_diff` feature)
- #144917 (Enforce tail call type is related to body return type in borrowck)
- #144926 (Correct the use of `must_use` on btree::IterMut)
- #144928 (Drop `rust-version` from `rustc_thread_pool`)
- #144945 (Autolabel PRs that change explicit tail call tests as `F-explicit_tail_calls`)
r? `@ghost`
`@rustbot` modify labels: rollup
@KobzolKobzol mentioned this pull request Aug 6, 2025
bors added a commit that referenced this pull request Aug 6, 2025
Rollup of 12 pull requests
Successful merges:
- #144552 (Rehome 33 `tests/ui/issues/` tests to other subdirectories under `tests/ui/`)
- #144676 (Add documentation for unstable_feature_bound)
- #144836 (Change visibility of Args new function)
- #144910 (Add regression tests for seemingly fixed issues)
- #144913 ([rustdoc] Fix wrong `i` tooltip icon)
- #144924 (compiletest: add hint for when a ui test produces no errors)
- #144926 (Correct the use of `must_use` on btree::IterMut)
- #144928 (Drop `rust-version` from `rustc_thread_pool`)
- #144945 (Autolabel PRs that change explicit tail call tests as `F-explicit_tail_calls`)
- #144954 (run-make: Allow blessing snapshot files that don't exist yet)
- #144971 (num: Rename `isolate_most_least_significant_one` functions)
- #144978 (Fix some doc links for intrinsics)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 07e8634 into rust-lang:masterAug 6, 2025
10 checks passed
@rustbotrustbot added this to the 1.91.0 milestone Aug 6, 2025
rust-timer added a commit that referenced this pull request Aug 6, 2025
Rollup merge of #144945 - WaffleLapkin:autolabeletc, r=WaffleLapkin
Autolabel PRs that change explicit tail call tests as `F-explicit_tail_calls`
mrrrow~
@WaffleLapkin
WaffleLapkin deleted the autolabeletc branch August 6, 2025 21:56
github-actionsBot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request Aug 7, 2025
Rollup of 12 pull requests
Successful merges:
- rust-lang/rust#144552 (Rehome 33 `tests/ui/issues/` tests to other subdirectories under `tests/ui/`)
- rust-lang/rust#144676 (Add documentation for unstable_feature_bound)
- rust-lang/rust#144836 (Change visibility of Args new function)
- rust-lang/rust#144910 (Add regression tests for seemingly fixed issues)
- rust-lang/rust#144913 ([rustdoc] Fix wrong `i` tooltip icon)
- rust-lang/rust#144924 (compiletest: add hint for when a ui test produces no errors)
- rust-lang/rust#144926 (Correct the use of `must_use` on btree::IterMut)
- rust-lang/rust#144928 (Drop `rust-version` from `rustc_thread_pool`)
- rust-lang/rust#144945 (Autolabel PRs that change explicit tail call tests as `F-explicit_tail_calls`)
- rust-lang/rust#144954 (run-make: Allow blessing snapshot files that don't exist yet)
- rust-lang/rust#144971 (num: Rename `isolate_most_least_significant_one` functions)
- rust-lang/rust#144978 (Fix some doc links for intrinsics)
r? `@ghost`
`@rustbot` modify labels: rollup
Kobzol pushed a commit to Kobzol/rustc_codegen_gcc that referenced this pull request Dec 21, 2025
Rollup of 12 pull requests
Successful merges:
- rust-lang/rust#144552 (Rehome 33 `tests/ui/issues/` tests to other subdirectories under `tests/ui/`)
- rust-lang/rust#144676 (Add documentation for unstable_feature_bound)
- rust-lang/rust#144836 (Change visibility of Args new function)
- rust-lang/rust#144910 (Add regression tests for seemingly fixed issues)
- rust-lang/rust#144913 ([rustdoc] Fix wrong `i` tooltip icon)
- rust-lang/rust#144924 (compiletest: add hint for when a ui test produces no errors)
- rust-lang/rust#144926 (Correct the use of `must_use` on btree::IterMut)
- rust-lang/rust#144928 (Drop `rust-version` from `rustc_thread_pool`)
- rust-lang/rust#144945 (Autolabel PRs that change explicit tail call tests as `F-explicit_tail_calls`)
- rust-lang/rust#144954 (run-make: Allow blessing snapshot files that don't exist yet)
- rust-lang/rust#144971 (num: Rename `isolate_most_least_significant_one` functions)
- rust-lang/rust#144978 (Fix some doc links for intrinsics)
r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-metaArea: Issues & PRs about the rust-lang/rust repository itselfF-explicit_tail_calls`#![feature(explicit_tail_calls)]`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.

4 participants

@WaffleLapkin@rustbot@bors@Mark-Simulacrum