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 @@ -1032,6 +1032,11 @@ docs = [
1032
1032
" @ehuss" ,
1033
1033
" @GuillaumeGomez" ,
1034
1034
]
1035
+
1036
+ codegen = [
1037
+ " @saethlin" ,
1038
+ " @workingjubilee" ,
1039
+ ]
1035
1040
query-system = [
1036
1041
" @cjgillot" ,
1037
1042
]
@@ -1127,6 +1132,7 @@ project-exploit-mitigations = [
1127
1132
"/Cargo.lock" = [" @Mark-Simulacrum" ]
1128
1133
"/Cargo.toml" = [" @Mark-Simulacrum" ]
1129
1134
"/compiler" = [" compiler" ]
1135
+ "/compiler/rustc_abi" = [" compiler" , " codegen" ]
1130
1136
"/compiler/rustc_arena" = [" compiler" , " arena" ]
1131
1137
"/compiler/rustc_ast" = [" compiler" , " parser" ]
1132
1138
"/compiler/rustc_ast_lowering" = [" compiler" , " ast_lowering" ]
@@ -1137,7 +1143,7 @@ project-exploit-mitigations = [
1137
1143
"/compiler/rustc_lexer" = [" compiler" , " lexer" ]
1138
1144
"/compiler/rustc_llvm" = [" @cuviper" ]
1139
1145
"/compiler/rustc_codegen_llvm/src/debuginfo" = [" compiler" , " debuginfo" ]
1140
- "/compiler/rustc_codegen_ssa" = [" compiler" , " @saethlin " ]
1146
+ "/compiler/rustc_codegen_ssa" = [" compiler" , " codegen " ]
1141
1147
"/compiler/rustc_middle/src/mir" = [" compiler" , " mir" ]
1142
1148
"/compiler/rustc_middle/src/traits" = [" compiler" , " types" ]
1143
1149
"/compiler/rustc_middle/src/ty" = [" compiler" , " types" ]
You can’t perform that action at this time.
0 commit comments