Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ compiler-team = [
compiler-team-contributors = [
"@TaKO8Ki",
"@b-naber",
"@nnethercote",
]
compiler = [
"compiler-team",
Expand Down Expand Up @@ -702,6 +703,9 @@ lexer = [
"@nnethercote",
"@petrochenkov",
]
arena = [
"@nnethercote",
]
mir = [
"@davidtwco",
"@oli-obk",
Expand Down Expand Up @@ -735,7 +739,6 @@ style-team = [
"@joshtriplett",
"@yaahc",
]

project-const-traits = [
"@compiler-errors",
"@fee1-dead",
Expand All @@ -754,6 +757,7 @@ project-stable-mir = [
"/Cargo.lock" = ["@Mark-Simulacrum"]
"/Cargo.toml" = ["@Mark-Simulacrum"]
"/compiler" = ["compiler"]
"/compiler/rustc_arena" = ["compiler", "arena"]
"/compiler/rustc_ast" = ["compiler", "parser"]
"/compiler/rustc_ast_lowering" = ["compiler", "ast_lowering"]
"/compiler/rustc_hir_analysis" = ["compiler", "types"]
Expand All @@ -780,7 +784,7 @@ project-stable-mir = [
"/library/panic_unwind" = ["libs"]
"/library/proc_macro" = ["@petrochenkov"]
"/library/std" = ["libs"]
"/library/std/src/sys/pal/windows" = ["@ChrisDenton", "@thomcc"]
"/library/std/src/sys/pal/windows" = ["@ChrisDenton", "@thomcc"]
"/library/stdarch" = ["libs"]
"/library/test" = ["libs"]
"/src/bootstrap" = ["bootstrap"]
Expand Down