Skip to content

Commit

Permalink
Rollup merge of #132962 - workingjubilee:add-codegen-reviewers, r=sae…
Browse files Browse the repository at this point in the history
…thlin

triagebot: add codegen reviewers

Discussed with `@saethlin` off-sides
  • Loading branch information
matthiaskrgr authored Nov 12, 2024
2 parents f7e4068 + 048824b commit b952f2e
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 @@ -1032,6 +1032,11 @@ docs = [
"@ehuss",
"@GuillaumeGomez",
]

codegen = [
"@saethlin",
"@workingjubilee",
]
query-system = [
"@cjgillot",
]
Expand Down Expand Up @@ -1127,6 +1132,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 @@ -1137,7 +1143,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 b952f2e

Please sign in to comment.