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 @@ -1038,6 +1038,11 @@ docs = [
10381038 " @ehuss" ,
10391039 " @GuillaumeGomez" ,
10401040]
1041+
1042+ codegen = [
1043+ " @saethlin" ,
1044+ " @workingjubilee" ,
1045+ ]
10411046query-system = [
10421047 " @cjgillot" ,
10431048]
@@ -1133,6 +1138,7 @@ project-exploit-mitigations = [
11331138"/Cargo.lock" = [" @Mark-Simulacrum" ]
11341139"/Cargo.toml" = [" @Mark-Simulacrum" ]
11351140"/compiler" = [" compiler" ]
1141+ "/compiler/rustc_abi" = [" compiler" , " codegen" ]
11361142"/compiler/rustc_arena" = [" compiler" , " arena" ]
11371143"/compiler/rustc_ast" = [" compiler" , " parser" ]
11381144"/compiler/rustc_ast_lowering" = [" compiler" , " ast_lowering" ]
@@ -1143,7 +1149,7 @@ project-exploit-mitigations = [
11431149"/compiler/rustc_lexer" = [" compiler" , " lexer" ]
11441150"/compiler/rustc_llvm" = [" @cuviper" ]
11451151"/compiler/rustc_codegen_llvm/src/debuginfo" = [" compiler" , " debuginfo" ]
1146- "/compiler/rustc_codegen_ssa" = [" compiler" , " @saethlin " ]
1152+ "/compiler/rustc_codegen_ssa" = [" compiler" , " codegen " ]
11471153"/compiler/rustc_middle/src/mir" = [" compiler" , " mir" ]
11481154"/compiler/rustc_middle/src/traits" = [" compiler" , " types" ]
11491155"/compiler/rustc_middle/src/ty" = [" compiler" , " types" ]
You can’t perform that action at this time.
0 commit comments