@@ -18,6 +18,7 @@ allow-unauthenticated = [
1818 " WG-*" ,
1919 " -Z*" ,
2020 " beta-nominated" ,
21+ " CI-spurious-*" ,
2122 " const-hack" ,
2223 " llvm-*" ,
2324 " needs-fcp" ,
@@ -207,7 +208,7 @@ trigger_files = [
207208 " tests/rustdoc" ,
208209 " tests/rustdoc-ui" ,
209210 " tests/rustdoc-gui" ,
210- " tests/rustdoc-js" ,
211+ " tests/rustdoc-js/ " ,
211212 " tests/rustdoc-js-std" ,
212213 " tests/rustdoc-json" ,
213214
@@ -252,7 +253,6 @@ trigger_files = [
252253 " compiler/rustc_passes/src/check_attr.rs" ,
253254 " compiler/rustc_attr_parsing" ,
254255 " compiler/rustc_attr_data_structures" ,
255- " compiler/rustc_attr_validation" ,
256256]
257257
258258[autolabel ."T-rustdoc-frontend" ]
@@ -316,7 +316,6 @@ trigger_files = [
316316 " library/panic_unwind" ,
317317 " library/std" ,
318318 " library/stdarch" ,
319- " library/term" ,
320319 " library/test" ,
321320]
322321exclude_labels = [
@@ -331,7 +330,7 @@ trigger_files = [
331330[autolabel ."O-apple" ]
332331trigger_files = [
333332 " library/std/src/os/darwin" ,
334- " library/std/src/sys/pal/unix /thread_parking/darwin.rs" ,
333+ " library/std/src/sys/sync /thread_parking/darwin.rs" ,
335334 " compiler/rustc_target/src/spec/base/apple" ,
336335]
337336
@@ -408,7 +407,8 @@ trigger_files = [
408407[autolabel ."O-wasm" ]
409408trigger_files = [
410409 " library/std/src/sys/pal/wasm" ,
411- " library/std/src/os/wasm"
410+ " library/std/src/os/wasi" ,
411+ " library/std/src/os/wasip2"
412412]
413413
414414[autolabel ."O-windows" ]
@@ -499,7 +499,6 @@ trigger_files = [
499499 " CONTRIBUTING.md" ,
500500 " INSTALL.md" ,
501501 " REUSE.toml" ,
502- " .reuse" ,
503502 " .mailmap" ,
504503 " .git-blame-ignore-revs" ,
505504 " .editorconfig"
@@ -524,7 +523,6 @@ exclude_labels = [
524523
525524[autolabel ."WG-trait-system-refactor" ]
526525trigger_files = [
527- " compiler/rustc_middle/src/traits/solve" ,
528526 " compiler/rustc_next_trait_solver" ,
529527 " compiler/rustc_trait_selection/src/solve" ,
530528 " compiler/rustc_type_ir/src/solve" ,
@@ -701,12 +699,19 @@ cc = ["@davidtwco", "@wesleywiser"]
701699[mentions ."compiler/rustc_codegen_cranelift" ]
702700cc = [" @bjorn3" ]
703701
702+ [mentions ."compiler/rustc_codegen_ssa" ]
703+ cc = [" @WaffleLapkin" ]
704+
704705[mentions ."compiler/rustc_codegen_gcc" ]
705706cc = [" @antoyo" , " @GuillaumeGomez" ]
706707
707708[mentions ."compiler/rustc_const_eval/src/" ]
708709message = " Some changes occurred to the CTFE machinery"
709- cc = [" @rust-lang/wg-const-eval" ]
710+ cc = [" @RalfJung" , " @oli-obk" , " @lcnr" ]
711+
712+ [mentions ."compiler/rustc_const_eval/src/check_consts" ]
713+ message = " Some changes occurred to constck"
714+ cc = [" @fee1-dead" ]
710715
711716[mentions ."compiler/rustc_const_eval/src/interpret" ]
712717message = " Some changes occurred to the CTFE / Miri interpreter"
@@ -730,7 +735,7 @@ cc = ["@compiler-errors", "@lcnr"]
730735
731736[mentions ."compiler/rustc_middle/src/mir/interpret" ]
732737message = " Some changes occurred to the CTFE / Miri interpreter"
733- cc = [" @rust-lang/miri" , " @rust-lang/wg-const-eval " ]
738+ cc = [" @rust-lang/miri" , " @RalfJung " , " @oli-obk " , " @lcnr " ]
734739
735740[mentions ."compiler/rustc_mir_transform/src/" ]
736741message = " Some changes occurred to MIR optimizations"
@@ -771,7 +776,7 @@ cc = ["@fmease"]
771776message = " Some changes occurred in diagnostic error codes"
772777cc = [" @GuillaumeGomez" ]
773778
774- [mentions ."compiler/rustc_mir_build/src/build /matches" ]
779+ [mentions ."compiler/rustc_mir_build/src/builder /matches" ]
775780message = " Some changes occurred in match lowering"
776781cc = [" @Nadrieril" ]
777782
@@ -787,7 +792,7 @@ cc = ["@Nadrieril"]
787792message = " Some changes occurred in cfg and check-cfg configuration"
788793cc = [" @Urgau" ]
789794
790- [mentions ."compiler/rustc_lint/src/context /diagnostics/check_cfg .rs" ]
795+ [mentions ."compiler/rustc_lint/src/early /diagnostics/check_cfg .rs" ]
791796message = " Some changes occurred in check-cfg diagnostics"
792797cc = [" @Urgau" ]
793798
@@ -803,7 +808,7 @@ message = """
803808Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter
804809gets adapted for the changes, if necessary.
805810"""
806- cc = [" @rust-lang/miri" , " @rust-lang/wg-const-eval " ]
811+ cc = [" @rust-lang/miri" , " @RalfJung " , " @oli-obk " , " @lcnr " ]
807812
808813[mentions ."library/portable-simd" ]
809814message = """
@@ -834,13 +839,7 @@ message = "Some changes occurred in GUI tests."
834839cc = [" @GuillaumeGomez" ]
835840
836841[mentions ."tests/run-make/" ]
837- message = """
838- This PR modifies `tests/run-make/`. If this PR is trying to port a Makefile
839- run-make test to use rmake.rs, please update the
840- [run-make port tracking issue](https://github.com/rust-lang/rust/issues/121876)
841- so we can track our progress. You can either modify the tracking issue
842- directly, or you can comment on the tracking issue and link this PR.
843- """
842+ message = " This PR modifies `run-make` tests."
844843cc = [" @jieyouxu" ]
845844
846845[mentions ."src/rustdoc-json-types" ]
@@ -959,9 +958,15 @@ If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/util
959958[mentions ."src/bootstrap/src/core/build_steps/llvm .rs" ]
960959message = " This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
961960
962- [mentions ."test/crashes" ]
961+ [mentions ."src/bootstrap/src/core/build_steps/gcc .rs" ]
962+ message = " This PR changes how GCC is built. Consider updating src/bootstrap/download-ci-gcc-stamp."
963+
964+ [mentions ."tests/crashes" ]
963965message = " This PR changes a file inside `tests/crashes`. If a crash was fixed, please move into the corresponding `ui` subdir and add 'Fixes #<issueNr>' to the PR description to autoclose the issue upon merge."
964966
967+ [mentions ."tests/rustdoc-json" ]
968+ cc = [" @aDotInTheVoid" ]
969+
965970[mentions ."tests/ui/deriving/deriving-all-codegen .stdout" ]
966971message = " Changes to the code generated for builtin derived traits."
967972cc = [" @nnethercote" ]
@@ -1028,7 +1033,7 @@ cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
10281033message = " Some changes occurred in coverage instrumentation."
10291034cc = [" @Zalathar" ]
10301035
1031- [mentions ."compiler/rustc_mir_build/src/build /coverageinfo .rs" ]
1036+ [mentions ."compiler/rustc_mir_build/src/builder /coverageinfo .rs" ]
10321037message = " Some changes occurred in coverage instrumentation."
10331038cc = [" @Zalathar" ]
10341039
@@ -1070,15 +1075,12 @@ cc = ["@jdonszelmann"]
10701075cc = [" @jdonszelmann" ]
10711076[mentions ."compiler/rustc_attr_data_structures" ]
10721077cc = [" @jdonszelmann" ]
1073- [mentions ."compiler/rustc_attr_validation" ]
1074- cc = [" @jdonszelmann" ]
10751078
10761079[assign ]
10771080warn_non_default_branch.enable = true
10781081contributing_url = " https://rustc-dev-guide.rust-lang.org/getting-started.html"
10791082users_on_vacation = [
10801083 " jyn514" ,
1081- " workingjubilee" ,
10821084]
10831085
10841086[[assign .warn_non_default_branch .exceptions ]]
@@ -1090,6 +1092,10 @@ title = "[stable"
10901092branch = " stable"
10911093
10921094[assign .adhoc_groups ]
1095+ compiler_leads = [
1096+ " @davidtwco" ,
1097+ " @wesleywiser" ,
1098+ ]
10931099compiler = [
10941100 " @BoxyUwU" ,
10951101 " @cjgillot" ,
@@ -1257,8 +1263,7 @@ project-exploit-mitigations = [
12571263"/compiler/rustc_middle/src/traits" = [" compiler" , " types" ]
12581264"/compiler/rustc_middle/src/ty" = [" compiler" , " types" ]
12591265"/compiler/rustc_const_eval/src/interpret" = [" compiler" , " mir" ]
1260- "/compiler/rustc_const_eval/src/transform" = [" compiler" , " mir-opt" ]
1261- "/compiler/rustc_mir_build/src/build" = [" compiler" , " mir" ]
1266+ "/compiler/rustc_mir_build/src/builder" = [" compiler" , " mir" ]
12621267"/compiler/rustc_mir_transform" = [" compiler" , " mir" , " mir-opt" ]
12631268"/compiler/rustc_smir" = [" project-stable-mir" ]
12641269"/compiler/rustc_parse" = [" compiler" , " parser" ]
@@ -1301,7 +1306,7 @@ project-exploit-mitigations = [
13011306"/tests/rustdoc" = [" rustdoc" ]
13021307"/tests/rustdoc-gui" = [" rustdoc" ]
13031308"/tests/rustdoc-js-std" = [" rustdoc" ]
1304- "/tests/rustdoc-js" = [" rustdoc" ]
1309+ "/tests/rustdoc-js/ " = [" rustdoc" ]
13051310"/tests/rustdoc-json" = [" @aDotInTheVoid" ]
13061311"/tests/rustdoc-ui" = [" rustdoc" ]
13071312"/tests/ui" = [" compiler" ]
0 commit comments