Tim (Theemathas) Chirananthavat
f336cc777b
Make I-miscompile imply I-prioritize
...
Since I-unsound already implies I-prioritize, it makes sense that I-miscompile should do the same.
2025-08-12 08:26:11 +07:00
Stuart Cook
a4acb8aafa
Rollup merge of #145160 - xizheyin:behind-upstream, r=Urgau
...
Change days-threshold to 28 in [behind-upstream]
Make the days-threshold to 28 to reduce false positives.
[#triagebot > Outdated commit message](https://rust-lang.zulipchat.com/#narrow/channel/224082-triagebot/topic/Outdated.20commit.20message )
r? ``````@Urgau``````
cc ``````@jieyouxu``````
2025-08-10 19:45:54 +10:00
xizheyin
ca1e464ac3
Change days-threshold to 28 in [behind-upstream]
...
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn >
2025-08-09 19:58:58 +08:00
jackh726
7ea5e79c31
Readd myself to review queue
2025-08-07 20:19:43 +00:00
Waffle Lapkin
df61951a19
autolabel PRs that change etc tests as F-explicit_tail_calls
2025-08-05 10:42:55 +02:00
bors
924a5a4b7f
Auto merge of #144773 - RalfJung:rollup-uif2yyj, r=RalfJung
...
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-01 10:20:07 +00:00
Ralf Jung
feac604509
Rollup merge of #144771 - jieyouxu:noisy-ping, r=jieyouxu
...
Remove some noisy triagebot pings for myself
r? ghost
2025-08-01 09:59:05 +02:00
Jieyou Xu
89b4bb66d8
Remove some noisy triagebot pings
2025-08-01 14:52:00 +08:00
Jacob Pratt
74d5b09fc2
Rollup merge of #144759 - tgross35:triagebot-label, r=lqd
...
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-08-01 00:38:22 -04:00
Trevor Gross
5622816961
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-31 23:10:42 +00:00
Scott Schafer
1f787383d4
chore: Ping Muscraft when rustc_errors::emitter is modified
2025-07-31 16:06:06 -06:00
Scott Schafer
eae1d392e7
chore: Ping Muscraft when annnotate snippets emitter is modified
2025-07-31 16:06:06 -06:00
Jana Dönszelmann
e1d3ad89c7
remove rustc_attr_data_structures
2025-07-31 14:19:27 +02:00
apiraino
c5b4606d2a
Enable t-compiler backport nomination
2025-07-28 18:52:57 +02:00
Matthias Krüger
d2d002ee89
Rollup merge of #144427 - lolbinarycat:tidy-extra_checks-rename, r=Kobzol
...
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-26 15:28:01 +02:00
binarycat
b96f238308
rename ext_tool_checks to extra_checks and use mod.rs
...
this makes the triagebot pings for this module simpler
2025-07-25 11:41:53 -05:00
Boxy
97676e609f
Allow setting release-blog-post label with rustbot
2025-07-25 00:02:39 +01:00
Matthias Krüger
4177f199bc
Rollup merge of #144173 - Kivooeo:tidy_checks, r=jieyouxu
...
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-23 15:59:28 +02:00
Guillaume Gomez
a27f3e3fd1
Rename tests/codegen into tests/codegen-llvm
2025-07-22 14:28:48 +02:00
Guillaume Gomez
ed93c1783b
Rename tests/assembly into tests/assembly-llvm
2025-07-22 14:27:48 +02:00
Kivooeo
bcaa79529d
removed tidy check on issues files
2025-07-21 14:52:30 +05:00
Jieyou Xu
491b873d83
Add myself to infra-ci reviewer group
2025-07-17 17:33:44 +08:00
Jieyou Xu
2ca2d93035
Auto-label src/ci and .github/workflows with A-CI
...
And include `.github/workflows` for `T-infra` trigger files.
2025-07-17 17:32:26 +08:00
Samuel Tardieu
f03a56f706
Rollup merge of #143630 - jieyouxu:drop-suggest, r=Mark-Simulacrum
...
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-15 12:52:37 +02:00
Jieyou Xu
0a899e0e8a
Update triagebot autolabel
2025-07-15 00:46:34 +08:00
Makai
6598c61725
rename stable_mir to rustc_public, and rustc_smir to rustc_public_bridge
2025-07-14 09:25:54 +00:00
Jieyou Xu
977e7d4e11
Label clippy changes with T-clippy team label
2025-07-12 23:15:19 +08:00
Jieyou Xu
869c0e729b
Hoist the more "special" autolabels to the start of the section
2025-07-12 23:13:46 +08:00
Jieyou Xu
8011058d90
Make it clearer which key-values belong to which autolabel
2025-07-12 23:12:15 +08:00
Matthias Krüger
bd2a351788
Rollup merge of #143706 - lolbinarycat:triagebot-extra-checks-ping, r=Kobzol
...
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-10 15:19:36 +02:00
Matthias Krüger
840207fd62
Rollup merge of #143695 - Urgau:waiting-on-author-new_draft, r=Kobzol
...
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-10 15:19:35 +02:00
binarycat
7e2527d3ab
triagebot.toml: ping lolbinarycat if tidy extra checks were modified
2025-07-09 14:58:44 -05:00
Urgau
5339629b11
Auto-add S-waiting-on-author when the PR is/switches to draft state
2025-07-09 18:30:32 +02:00
Jakub Beránek
fab9c64e2d
Add triagebot stdarch mention ping
2025-07-08 19:28:42 +02:00
Matthias Krüger
e2e72cd026
Rollup merge of #143386 - clubby789:dep-bump-me, r=compiler-errors
...
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-05 00:12:10 +02:00
clubby789
b33dc21d78
Assign dependency bump PRs to me
2025-07-04 07:35:39 +00:00
Jieyou Xu
8ae4fc78d5
Post {beta,stable}-accepted message to bootstrap backport threads
2025-07-03 22:42:27 +08:00
Jieyou Xu
dc4ef5641f
Post {beta,stable}-accepted message to compiler backport threads
2025-07-03 22:34:55 +08:00
Jieyou Xu
091a798bfe
[NFC] Re-organize triagebot.toml
...
Add some dividing sections, as it was hard to quickly identify which
section is which.
2025-07-03 22:31:12 +08:00
Tshepang Mbambo
9dd7bcb75a
notify me when rdg is touched
2025-06-23 11:33:23 +02:00
Jieyou Xu
6ff229b5e1
Notify jieyouxu on tidy changes
2025-06-22 09:17:56 +08:00
joboet
f99b0c10a5
remove joboet from review rotation
2025-06-18 08:54:32 +02:00
Matthias Krüger
379238fcbd
Rollup merge of #142408 - WaffleLapkin:rotates-itself, r=WaffleLapkin
...
Add myself (WaffleLapkin) to review rotation
`@bors` r+
2025-06-12 22:09:45 +02:00
Waffle Lapkin
c871bf196f
Add myself (WaffleLapkin) to review rotation
2025-06-12 13:06:57 +02:00
Jakub Beránek
7a0d0de0e1
Remove bootstrap adhoc group
...
It corresponds 1:1 to the bootstrap team, and with the review preferences we shouldn't need it.
2025-06-12 12:34:22 +02:00
Matthias Krüger
13f95426fd
Rollup merge of #142343 - onur-ozkan:remove-myself-from-the-project, r=Kobzol
...
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-11 22:58:27 +02:00
Matthias Krüger
deea0677f4
Rollup merge of #142314 - cyrgani:icebreaker, r=jieyouxu
...
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-11 22:58:26 +02:00
onur-ozkan
103d668e69
remove myself from the project
...
Signed-off-by: onur-ozkan <work@onurozkan.dev >
2025-06-11 11:02:52 +03:00
cyrgani
296f9f2513
remove ice group pings from triagebot.toml
2025-06-10 23:16:07 +02:00
Jieyou Xu
6f487586f8
Configure bootstrap backport nominations via triagebot
2025-06-11 00:26:03 +08:00