File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1038,6 +1038,11 @@ docs = [
1038
1038
" @ehuss" ,
1039
1039
" @GuillaumeGomez" ,
1040
1040
]
1041
+
1042
+ codegen = [
1043
+ " @saethlin" ,
1044
+ " @workingjubilee" ,
1045
+ ]
1041
1046
query-system = [
1042
1047
" @cjgillot" ,
1043
1048
]
@@ -1133,6 +1138,7 @@ project-exploit-mitigations = [
1133
1138
"/Cargo.lock" = [" @Mark-Simulacrum" ]
1134
1139
"/Cargo.toml" = [" @Mark-Simulacrum" ]
1135
1140
"/compiler" = [" compiler" ]
1141
+ "/compiler/rustc_abi" = [" compiler" , " codegen" ]
1136
1142
"/compiler/rustc_arena" = [" compiler" , " arena" ]
1137
1143
"/compiler/rustc_ast" = [" compiler" , " parser" ]
1138
1144
"/compiler/rustc_ast_lowering" = [" compiler" , " ast_lowering" ]
@@ -1143,7 +1149,7 @@ project-exploit-mitigations = [
1143
1149
"/compiler/rustc_lexer" = [" compiler" , " lexer" ]
1144
1150
"/compiler/rustc_llvm" = [" @cuviper" ]
1145
1151
"/compiler/rustc_codegen_llvm/src/debuginfo" = [" compiler" , " debuginfo" ]
1146
- "/compiler/rustc_codegen_ssa" = [" compiler" , " @saethlin " ]
1152
+ "/compiler/rustc_codegen_ssa" = [" compiler" , " codegen " ]
1147
1153
"/compiler/rustc_middle/src/mir" = [" compiler" , " mir" ]
1148
1154
"/compiler/rustc_middle/src/traits" = [" compiler" , " types" ]
1149
1155
"/compiler/rustc_middle/src/ty" = [" compiler" , " types" ]
You can’t perform that action at this time.
0 commit comments