@@ -18,6 +18,7 @@ allow-unauthenticated = [
18
18
" WG-*" ,
19
19
" -Z*" ,
20
20
" beta-nominated" ,
21
+ " CI-spurious-*" ,
21
22
" const-hack" ,
22
23
" llvm-*" ,
23
24
" needs-fcp" ,
@@ -207,7 +208,7 @@ trigger_files = [
207
208
" tests/rustdoc" ,
208
209
" tests/rustdoc-ui" ,
209
210
" tests/rustdoc-gui" ,
210
- " tests/rustdoc-js" ,
211
+ " tests/rustdoc-js/ " ,
211
212
" tests/rustdoc-js-std" ,
212
213
" tests/rustdoc-json" ,
213
214
@@ -252,7 +253,6 @@ trigger_files = [
252
253
" compiler/rustc_passes/src/check_attr.rs" ,
253
254
" compiler/rustc_attr_parsing" ,
254
255
" compiler/rustc_attr_data_structures" ,
255
- " compiler/rustc_attr_validation" ,
256
256
]
257
257
258
258
[autolabel ."T-rustdoc-frontend" ]
@@ -316,7 +316,6 @@ trigger_files = [
316
316
" library/panic_unwind" ,
317
317
" library/std" ,
318
318
" library/stdarch" ,
319
- " library/term" ,
320
319
" library/test" ,
321
320
]
322
321
exclude_labels = [
@@ -331,7 +330,7 @@ trigger_files = [
331
330
[autolabel ."O-apple" ]
332
331
trigger_files = [
333
332
" 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" ,
335
334
" compiler/rustc_target/src/spec/base/apple" ,
336
335
]
337
336
@@ -408,7 +407,8 @@ trigger_files = [
408
407
[autolabel ."O-wasm" ]
409
408
trigger_files = [
410
409
" library/std/src/sys/pal/wasm" ,
411
- " library/std/src/os/wasm"
410
+ " library/std/src/os/wasi" ,
411
+ " library/std/src/os/wasip2"
412
412
]
413
413
414
414
[autolabel ."O-windows" ]
@@ -499,7 +499,6 @@ trigger_files = [
499
499
" CONTRIBUTING.md" ,
500
500
" INSTALL.md" ,
501
501
" REUSE.toml" ,
502
- " .reuse" ,
503
502
" .mailmap" ,
504
503
" .git-blame-ignore-revs" ,
505
504
" .editorconfig"
@@ -524,7 +523,6 @@ exclude_labels = [
524
523
525
524
[autolabel ."WG-trait-system-refactor" ]
526
525
trigger_files = [
527
- " compiler/rustc_middle/src/traits/solve" ,
528
526
" compiler/rustc_next_trait_solver" ,
529
527
" compiler/rustc_trait_selection/src/solve" ,
530
528
" compiler/rustc_type_ir/src/solve" ,
@@ -701,12 +699,19 @@ cc = ["@davidtwco", "@wesleywiser"]
701
699
[mentions ."compiler/rustc_codegen_cranelift" ]
702
700
cc = [" @bjorn3" ]
703
701
702
+ [mentions ."compiler/rustc_codegen_ssa" ]
703
+ cc = [" @WaffleLapkin" ]
704
+
704
705
[mentions ."compiler/rustc_codegen_gcc" ]
705
706
cc = [" @antoyo" , " @GuillaumeGomez" ]
706
707
707
708
[mentions ."compiler/rustc_const_eval/src/" ]
708
709
message = " 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" ]
710
715
711
716
[mentions ."compiler/rustc_const_eval/src/interpret" ]
712
717
message = " Some changes occurred to the CTFE / Miri interpreter"
@@ -730,7 +735,7 @@ cc = ["@compiler-errors", "@lcnr"]
730
735
731
736
[mentions ."compiler/rustc_middle/src/mir/interpret" ]
732
737
message = " 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 " ]
734
739
735
740
[mentions ."compiler/rustc_mir_transform/src/" ]
736
741
message = " Some changes occurred to MIR optimizations"
@@ -771,7 +776,7 @@ cc = ["@fmease"]
771
776
message = " Some changes occurred in diagnostic error codes"
772
777
cc = [" @GuillaumeGomez" ]
773
778
774
- [mentions ."compiler/rustc_mir_build/src/build /matches" ]
779
+ [mentions ."compiler/rustc_mir_build/src/builder /matches" ]
775
780
message = " Some changes occurred in match lowering"
776
781
cc = [" @Nadrieril" ]
777
782
@@ -787,7 +792,7 @@ cc = ["@Nadrieril"]
787
792
message = " Some changes occurred in cfg and check-cfg configuration"
788
793
cc = [" @Urgau" ]
789
794
790
- [mentions ."compiler/rustc_lint/src/context /diagnostics/check_cfg .rs" ]
795
+ [mentions ."compiler/rustc_lint/src/early /diagnostics/check_cfg .rs" ]
791
796
message = " Some changes occurred in check-cfg diagnostics"
792
797
cc = [" @Urgau" ]
793
798
@@ -803,7 +808,7 @@ message = """
803
808
Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter
804
809
gets adapted for the changes, if necessary.
805
810
"""
806
- cc = [" @rust-lang/miri" , " @rust-lang/wg-const-eval " ]
811
+ cc = [" @rust-lang/miri" , " @RalfJung " , " @oli-obk " , " @lcnr " ]
807
812
808
813
[mentions ."library/portable-simd" ]
809
814
message = """
@@ -834,13 +839,7 @@ message = "Some changes occurred in GUI tests."
834
839
cc = [" @GuillaumeGomez" ]
835
840
836
841
[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."
844
843
cc = [" @jieyouxu" ]
845
844
846
845
[mentions ."src/rustdoc-json-types" ]
@@ -959,9 +958,15 @@ If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/util
959
958
[mentions ."src/bootstrap/src/core/build_steps/llvm .rs" ]
960
959
message = " This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
961
960
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" ]
963
965
message = " 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."
964
966
967
+ [mentions ."tests/rustdoc-json" ]
968
+ cc = [" @aDotInTheVoid" ]
969
+
965
970
[mentions ."tests/ui/deriving/deriving-all-codegen .stdout" ]
966
971
message = " Changes to the code generated for builtin derived traits."
967
972
cc = [" @nnethercote" ]
@@ -1028,7 +1033,7 @@ cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
1028
1033
message = " Some changes occurred in coverage instrumentation."
1029
1034
cc = [" @Zalathar" ]
1030
1035
1031
- [mentions ."compiler/rustc_mir_build/src/build /coverageinfo .rs" ]
1036
+ [mentions ."compiler/rustc_mir_build/src/builder /coverageinfo .rs" ]
1032
1037
message = " Some changes occurred in coverage instrumentation."
1033
1038
cc = [" @Zalathar" ]
1034
1039
@@ -1070,15 +1075,12 @@ cc = ["@jdonszelmann"]
1070
1075
cc = [" @jdonszelmann" ]
1071
1076
[mentions ."compiler/rustc_attr_data_structures" ]
1072
1077
cc = [" @jdonszelmann" ]
1073
- [mentions ."compiler/rustc_attr_validation" ]
1074
- cc = [" @jdonszelmann" ]
1075
1078
1076
1079
[assign ]
1077
1080
warn_non_default_branch.enable = true
1078
1081
contributing_url = " https://rustc-dev-guide.rust-lang.org/getting-started.html"
1079
1082
users_on_vacation = [
1080
1083
" jyn514" ,
1081
- " workingjubilee" ,
1082
1084
]
1083
1085
1084
1086
[[assign .warn_non_default_branch .exceptions ]]
@@ -1090,6 +1092,10 @@ title = "[stable"
1090
1092
branch = " stable"
1091
1093
1092
1094
[assign .adhoc_groups ]
1095
+ compiler_leads = [
1096
+ " @davidtwco" ,
1097
+ " @wesleywiser" ,
1098
+ ]
1093
1099
compiler = [
1094
1100
" @BoxyUwU" ,
1095
1101
" @cjgillot" ,
@@ -1257,8 +1263,7 @@ project-exploit-mitigations = [
1257
1263
"/compiler/rustc_middle/src/traits" = [" compiler" , " types" ]
1258
1264
"/compiler/rustc_middle/src/ty" = [" compiler" , " types" ]
1259
1265
"/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" ]
1262
1267
"/compiler/rustc_mir_transform" = [" compiler" , " mir" , " mir-opt" ]
1263
1268
"/compiler/rustc_smir" = [" project-stable-mir" ]
1264
1269
"/compiler/rustc_parse" = [" compiler" , " parser" ]
@@ -1301,7 +1306,7 @@ project-exploit-mitigations = [
1301
1306
"/tests/rustdoc" = [" rustdoc" ]
1302
1307
"/tests/rustdoc-gui" = [" rustdoc" ]
1303
1308
"/tests/rustdoc-js-std" = [" rustdoc" ]
1304
- "/tests/rustdoc-js" = [" rustdoc" ]
1309
+ "/tests/rustdoc-js/ " = [" rustdoc" ]
1305
1310
"/tests/rustdoc-json" = [" @aDotInTheVoid" ]
1306
1311
"/tests/rustdoc-ui" = [" rustdoc" ]
1307
1312
"/tests/ui" = [" compiler" ]
0 commit comments