Remove the compiler adhoc group#152326
Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom Feb 10, 2026
Merged
Conversation
Collaborator
|
|
wesleywiser
approved these changes
Feb 9, 2026
Member
Contributor
rust-bors bot
pushed a commit
that referenced
this pull request
Feb 10, 2026
…uwer Rollup of 7 pull requests Successful merges: - #151960 (rustc_parse: improve the error diagnostic for "missing let") - #152157 (Fix error spans for `asm!()` args that are macros) - #152317 (fix: sup_trace to sub_trace) - #150897 (rustc_parse_format: improve diagnostics for unsupported debug = syntax) - #151154 (Add `s390x-unknown-none-softfloat` with `RustcAbi::Softfloat`) - #152013 (Update to Xcode 26.2) - #152326 (Remove the compiler adhoc group)
rust-timer
added a commit
that referenced
this pull request
Feb 10, 2026
Rollup merge of #152326 - Kobzol:remove-compiler-adhoc-group, r=wesleywiser Remove the compiler adhoc group Since triagebot now allows configuring rotation mode through a specific team. Original review rotation: ```toml compiler = [ "@BoxyUwU", "@chenyukang", "@davidtwco", "@eholk", "@fee1-dead", "@fmease", "@jackh726", "@jieyouxu", "@jdonszelmann", "@JonathanBrouwer", "@madsmtm", "@mati865", "@Nadrieril", "@nnethercote", "@oli-obk", "@petrochenkov", "@SparrowLii", "@TaKO8Ki", "@tiif", "@WaffleLapkin", "@wesleywiser", ] ``` I went through all the remaining members of t-compiler now and set their `compiler` team rotation to be off, to match the original state. You can check it with `team-stats compiler`. r? @davidtwco
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since triagebot now allows configuring rotation mode through a specific team.
Original review rotation:
I went through all the remaining members of t-compiler now and set their
compilerteam rotation to be off, to match the original state. You can check it withteam-stats compiler.r? @davidtwco