mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
Rollup merge of #132962 - workingjubilee:add-codegen-reviewers, r=saethlin
triagebot: add codegen reviewers Discussed with `@saethlin` off-sides
This commit is contained in:
commit
b952f2ee4f
@ -1032,6 +1032,11 @@ docs = [
|
||||
"@ehuss",
|
||||
"@GuillaumeGomez",
|
||||
]
|
||||
|
||||
codegen = [
|
||||
"@saethlin",
|
||||
"@workingjubilee",
|
||||
]
|
||||
query-system = [
|
||||
"@cjgillot",
|
||||
]
|
||||
@ -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"]
|
||||
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user