summary refs log tree commit diff
path: root/triagebot.toml
AgeCommit message (Collapse)AuthorLines
2025-08-01Auto merge of #144773 - RalfJung:rollup-uif2yyj, r=RalfJungbors-8/+0
Rollup of 6 pull requests Successful merges: - rust-lang/rust#144397 (`tests/ui/issues/`: The Issues Strike Back [2/N]) - rust-lang/rust#144410 (Make tier 3 musl targets link dynamically by default) - rust-lang/rust#144708 (Add tracing to step.rs and friends) - rust-lang/rust#144730 (Create a typed wrapper for codegen backends in bootstrap) - rust-lang/rust#144771 (Remove some noisy triagebot pings for myself) - rust-lang/rust#144772 (add unsupported_calling_conventions to lint list) r? `@ghost` `@rustbot` modify labels: rollup
2025-08-01Rollup merge of #144771 - jieyouxu:noisy-ping, r=jieyouxuRalf Jung-8/+0
Remove some noisy triagebot pings for myself r? ghost
2025-08-01Remove some noisy triagebot pingsJieyou Xu-8/+0
2025-08-01Rollup merge of #144759 - tgross35:triagebot-label, r=lqdJacob Pratt-0/+1
triagebot: Label `compiler-builtins` T-libs Changes to `compiler-builtins` don't currently get a `T-` label, but it is mostly managed by libs. Add the autolabel here.
2025-07-31triagebot: Label `compiler-builtins` T-libsTrevor Gross-0/+1
Changes to `compiler-builtins` don't currently get a `T-` label, but it is mostly managed by libs. Add the autolabel here.
2025-07-31chore: Ping Muscraft when rustc_errors::emitter is modifiedScott Schafer-0/+4
2025-07-31chore: Ping Muscraft when annnotate snippets emitter is modifiedScott Schafer-0/+4
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-4/+2
2025-07-28Enable t-compiler backport nominationapiraino-0/+15
2025-07-26Rollup merge of #144427 - lolbinarycat:tidy-extra_checks-rename, r=KobzolMatthias Krüger-1/+1
rename ext_tool_checks to extra_checks and use mod.rs this makes the triagebot pings for this module simpler discussed in https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap/topic/rename.20and.20reorganize.20ext_tool_checks.20module.3F/with/528398253 r? `@Kobzol`
2025-07-25rename ext_tool_checks to extra_checks and use mod.rsbinarycat-1/+1
this makes the triagebot pings for this module simpler
2025-07-25Allow setting `release-blog-post` label with rustbotBoxy-0/+1
2025-07-23Rollup merge of #144173 - Kivooeo:tidy_checks, r=jieyouxuMatthias Krüger-0/+6
Remove tidy checks for `tests/ui/issues/` r? ``````````@jieyouxu`````````` As it is making cleanup efforts more difficult. This change was discussed here [#t-compiler > Discussion for ui test suite improvements @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/Discussion.20for.20ui.20test.20suite.20improvements/near/529566433)
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-9/+9
2025-07-22Rename `tests/assembly` into `tests/assembly-llvm`Guillaume Gomez-1/+1
2025-07-21removed tidy check on issues filesKivooeo-0/+6
2025-07-17Add myself to `infra-ci` reviewer groupJieyou Xu-0/+1
2025-07-17Auto-label `src/ci` and `.github/workflows` with `A-CI`Jieyou Xu-0/+7
And include `.github/workflows` for `T-infra` trigger files.
2025-07-15Rollup merge of #143630 - jieyouxu:drop-suggest, r=Mark-SimulacrumSamuel Tardieu-1/+0
Drop `./x suggest` This PR removes the current `./x suggest` implementation (rust-lang/rust#109933, rust-lang/rust#106249) and associated docs for several reasons: 1. Primarily, `./x suggest` is another "flow" in bootstrap that incurs extra complexity and more invariants that bootstrap has to maintain. This causes more friction when trying to investigate and fix staging problems. As far as I know, this flow has not been actively maintained in quite a while, and I'm not aware of interest in maintaining it. Bootstrap really could use less implementation complexity with a very limited maintenance bandwidth. 2. The current `./x suggest` implementation "bypasses" the usual stage defaults for the various check/build/test/etc. flows, and it's not really possible to have a stage default because `./x suggest --run` produces a *sequence* of suggestions like [`./x check`, `./x test library/std`, ..] and then tries to run all of them in sequence, based on which files are modified. 3. We've not seen a lot of interest both in using it or extending static/dynamic test suggestions. Last extensions were rust-lang/rust#117961 and rust-lang/rust#120763. I'm not convinced the extra implementation complexity is worth it. This was discussed in: - [#t-infra/bootstrap > Dropping the current `./x suggest` flow implementation](https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap/topic/Dropping.20the.20current.20.60.2E.2Fx.20suggest.60.20flow.20implementation/with/527456699) - [#t-compiler > Dropping current `./x suggest` implementation](https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/Dropping.20current.20.60.2E.2Fx.20suggest.60.20implementation/with/527528696) Closes rust-lang/rust#109933 (the current implementation is being removed). Closes rust-lang/rust#143569 (by removing `./x suggest` altogether).
2025-07-15Update triagebot autolabelJieyou Xu-1/+0
2025-07-14rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`Makai-4/+4
2025-07-12Label clippy changes with `T-clippy` team labelJieyou Xu-0/+4
2025-07-12Hoist the more "special" autolabels to the start of the sectionJieyou Xu-13/+13
2025-07-12Make it clearer which key-values belong to which autolabelJieyou Xu-6/+0
2025-07-10Rollup merge of #143706 - lolbinarycat:triagebot-extra-checks-ping, r=KobzolMatthias Krüger-0/+4
triagebot.toml: ping lolbinarycat if tidy extra checks were modified I rewrote a large chunk of this module, and plan to do further changes to it (namely moving rustdoc_js checks into it), so it would be nice to keep up with and provide feedback on any changes to it, at least for the immediate future. r? `@Kobzol`
2025-07-10Rollup merge of #143695 - Urgau:waiting-on-author-new_draft, r=KobzolMatthias Krüger-0/+3
Auto-add `S-waiting-on-author` when the PR is/switches to draft state This PR adds the `S-waiting-on-author` as a `new_draft` when the PR is/switches to draft state. Related to https://github.com/rust-lang/triagebot/issues/2102 & https://github.com/rust-lang/triagebot/pull/2104 cc `@jieyouxu` r? `@Kobzol`
2025-07-09triagebot.toml: ping lolbinarycat if tidy extra checks were modifiedbinarycat-0/+4
2025-07-09Auto-add `S-waiting-on-author` when the PR is/switches to draft stateUrgau-0/+3
2025-07-08Add triagebot stdarch mention pingJakub Beránek-0/+9
2025-07-05Rollup merge of #143386 - clubby789:dep-bump-me, r=compiler-errorsMatthias Krüger-0/+3
Assign dependency bump PRs to me These PRs sometimes get lost as GH reduces their visibility, so I wanted to get an assignment so I can help these PRs land
2025-07-04Assign dependency bump PRs to meclubby789-0/+3
2025-07-03Post {beta,stable}-accepted message to bootstrap backport threadsJieyou Xu-0/+14
2025-07-03Post {beta,stable}-accepted message to compiler backport threadsJieyou Xu-0/+14
2025-07-03[NFC] Re-organize `triagebot.toml`Jieyou Xu-19/+62
Add some dividing sections, as it was hard to quickly identify which section is which.
2025-06-23notify me when rdg is touchedTshepang Mbambo-1/+1
2025-06-22Notify `jieyouxu` on tidy changesJieyou Xu-0/+4
2025-06-18remove joboet from review rotationjoboet-1/+0
2025-06-12Rollup merge of #142408 - WaffleLapkin:rotates-itself, r=WaffleLapkinMatthias Krüger-0/+2
Add myself (WaffleLapkin) to review rotation `@bors` r+
2025-06-12Add myself (WaffleLapkin) to review rotationWaffle Lapkin-0/+2
2025-06-12Remove bootstrap adhoc groupJakub Beránek-7/+0
It corresponds 1:1 to the bootstrap team, and with the review preferences we shouldn't need it.
2025-06-11Rollup merge of #142343 - onur-ozkan:remove-myself-from-the-project, r=KobzolMatthias Krüger-3/+2
remove myself from the project See [#t-infra/bootstrap > stepping down from T-Bootstrap](https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap/topic/stepping.20down.20from.20T-Bootstrap/with/523501689)
2025-06-11Rollup merge of #142314 - cyrgani:icebreaker, r=jieyouxuMatthias Krüger-23/+0
remove ice group pings from `triagebot.toml` Followup to rust-lang/team#1860. Question: should the https://github.com/rust-lang/rust/labels/ICEBreaker-Cleanup-Crew and https://github.com/rust-lang/rust/labels/ICEBreaker-LLVM labels be deleted too or not?
2025-06-11remove myself from the projectonur-ozkan-3/+2
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2025-06-10remove ice group pings from `triagebot.toml`cyrgani-23/+0
2025-06-11Configure bootstrap backport nominations via triagebotJieyou Xu-0/+35
2025-06-06Rollup merge of #142084 - jdonszelmann:add-review-rotation, r=BoxyUwUMatthias Krüger-0/+1
add myself to rotation r? ``@BoxyUwU``
2025-06-05add myself to rotationJana Dönszelmann-0/+1
2025-06-04Rollup merge of #141969 - fmease:triagebot-rm-assign-users-on-vacation, r=KobzolMatthias Krüger-4/+0
Triagebot: Remove `assign.users_on_vacation` It's been superseded by triagebot's [review queue tracking](https://forge.rust-lang.org/triagebot/review-queue-tracking.html), more specifically *rotation mode*. r? Kobzol or triagebot
2025-06-03Auto merge of #141229 - tgross35:builtins-josh-subtree, r=Kobzolbors-0/+14
Merge `compiler-builtins` as a Josh subtree Use the Josh [1] utility to add `compiler-builtins` as a subtree, which will allow us to stop using crates.io for updates. This is intended to help resolve some problems when unstable features change and require code changes in `compiler-builtins`, which sometimes gets trapped in a bootstrap cycle. This was done using `josh-filter` built from the r24.10.04 tag: git fetch https://github.com/rust-lang/compiler-builtins.git 233434412fe7eced8f1ddbfeddabef1d55e493bd josh-filter ":prefix=library/compiler-builtins" FETCH_HEAD git merge --allow-unrelated FILTERED_HEAD The HEAD in the `compiler-builtins` repository is 233434412f ("fix an if statement that can be collapsed"). [1]: https://github.com/josh-project/josh
2025-06-03Triagebot: Remove `assign.users_on_vacation`León Orell Valerian Liehr-4/+0