Add mw to review rotation and add some owner assignments
This commit is contained in:
parent
f6ee4bf384
commit
eabfe455ec
@ -646,6 +646,7 @@ compiler-team = [
|
||||
"@estebank",
|
||||
"@oli-obk",
|
||||
"@wesleywiser",
|
||||
"@michaelwoerister",
|
||||
]
|
||||
compiler-team-contributors = [
|
||||
"@TaKO8Ki",
|
||||
@ -738,6 +739,9 @@ ast_lowering = [
|
||||
"@estebank",
|
||||
"@spastorino",
|
||||
]
|
||||
debuginfo = [
|
||||
"@michaelwoerister",
|
||||
]
|
||||
fallback = [
|
||||
"@Mark-Simulacrum"
|
||||
]
|
||||
@ -768,9 +772,12 @@ project-stable-mir = [
|
||||
"/compiler/rustc_arena" = ["compiler", "arena"]
|
||||
"/compiler/rustc_ast" = ["compiler", "parser"]
|
||||
"/compiler/rustc_ast_lowering" = ["compiler", "ast_lowering"]
|
||||
"/compiler/rustc_data_structures/src/stable_hasher.rs" = ["compiler", "incremental"]
|
||||
"/compiler/rustc_hir_analysis" = ["compiler", "types"]
|
||||
"/compiler/rustc_incremental" = ["compiler", "incremental"]
|
||||
"/compiler/rustc_lexer" = ["compiler", "lexer"]
|
||||
"/compiler/rustc_llvm" = ["@cuviper"]
|
||||
"/compiler/rustc_codegen_llvm/src/debuginfo" = ["compiler", "debuginfo"]
|
||||
"/compiler/rustc_middle/src/mir" = ["compiler", "mir"]
|
||||
"/compiler/rustc_middle/src/traits" = ["compiler", "types"]
|
||||
"/compiler/rustc_middle/src/ty" = ["compiler", "types"]
|
||||
@ -782,6 +789,8 @@ project-stable-mir = [
|
||||
"/compiler/rustc_parse/src/lexer" = ["compiler", "lexer"]
|
||||
"/compiler/rustc_query_impl" = ["compiler", "query-system"]
|
||||
"/compiler/rustc_query_system" = ["compiler", "query-system"]
|
||||
"/compiler/rustc_query_system/src/dep_graph" = ["compiler", "incremental", "query-system"]
|
||||
"/compiler/rustc_query_system/src/ich" = ["compiler", "incremental", "query-system"]
|
||||
"/compiler/rustc_trait_selection" = ["compiler", "types"]
|
||||
"/compiler/rustc_traits" = ["compiler", "types"]
|
||||
"/compiler/rustc_type_ir" = ["compiler", "types"]
|
||||
|
Loading…
Reference in New Issue
Block a user