This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1032,6 +1032,11 @@ docs = [
10321032 " @ehuss" ,
10331033 " @GuillaumeGomez" ,
10341034]
1035+
1036+ codegen = [
1037+ " @saethlin" ,
1038+ " @workingjubilee" ,
1039+ ]
10351040query-system = [
10361041 " @cjgillot" ,
10371042]
@@ -1127,6 +1132,7 @@ project-exploit-mitigations = [
11271132"/Cargo.lock" = [" @Mark-Simulacrum" ]
11281133"/Cargo.toml" = [" @Mark-Simulacrum" ]
11291134"/compiler" = [" compiler" ]
1135+ "/compiler/rustc_abi" = [" compiler" , " codegen" ]
11301136"/compiler/rustc_arena" = [" compiler" , " arena" ]
11311137"/compiler/rustc_ast" = [" compiler" , " parser" ]
11321138"/compiler/rustc_ast_lowering" = [" compiler" , " ast_lowering" ]
@@ -1137,7 +1143,7 @@ project-exploit-mitigations = [
11371143"/compiler/rustc_lexer" = [" compiler" , " lexer" ]
11381144"/compiler/rustc_llvm" = [" @cuviper" ]
11391145"/compiler/rustc_codegen_llvm/src/debuginfo" = [" compiler" , " debuginfo" ]
1140- "/compiler/rustc_codegen_ssa" = [" compiler" , " @saethlin " ]
1146+ "/compiler/rustc_codegen_ssa" = [" compiler" , " codegen " ]
11411147"/compiler/rustc_middle/src/mir" = [" compiler" , " mir" ]
11421148"/compiler/rustc_middle/src/traits" = [" compiler" , " types" ]
11431149"/compiler/rustc_middle/src/ty" = [" compiler" , " types" ]
You can’t perform that action at this time.
0 commit comments