Skip to content

Commit

Permalink
triagebot: add codegen reviewers
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Nov 12, 2024
1 parent 6503543 commit 048824b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,11 @@ docs = [
"@ehuss",
"@GuillaumeGomez",
]

codegen = [
"@saethlin",
"@workingjubilee",
]
query-system = [
"@cjgillot",
]
Expand Down Expand Up @@ -1133,6 +1138,7 @@ project-exploit-mitigations = [
"/Cargo.lock" = ["@Mark-Simulacrum"]
"/Cargo.toml" = ["@Mark-Simulacrum"]
"/compiler" = ["compiler"]
"/compiler/rustc_abi" = ["compiler", "codegen"]
"/compiler/rustc_arena" = ["compiler", "arena"]
"/compiler/rustc_ast" = ["compiler", "parser"]
"/compiler/rustc_ast_lowering" = ["compiler", "ast_lowering"]
Expand All @@ -1143,7 +1149,7 @@ project-exploit-mitigations = [
"/compiler/rustc_lexer" = ["compiler", "lexer"]
"/compiler/rustc_llvm" = ["@cuviper"]
"/compiler/rustc_codegen_llvm/src/debuginfo" = ["compiler", "debuginfo"]
"/compiler/rustc_codegen_ssa" = ["compiler", "@saethlin"]
"/compiler/rustc_codegen_ssa" = ["compiler", "codegen"]
"/compiler/rustc_middle/src/mir" = ["compiler", "mir"]
"/compiler/rustc_middle/src/traits" = ["compiler", "types"]
"/compiler/rustc_middle/src/ty" = ["compiler", "types"]
Expand Down

0 comments on commit 048824b

Please sign in to comment.