about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-01-22 07:56:45 +0100
committerGitHub <noreply@github.com>2024-01-22 07:56:45 +0100
commit610f13d685bf04fa595ea6c1a88aaee2e00016d8 (patch)
treedb8cc00bd802d83b417b3a53684329352d56cfb9
parente39608d64f58dd653e64a4d03376ce766868fb94 (diff)
parent774a47da2803d27b384966b9030d7ddd9a5e37fa (diff)
downloadrust-610f13d685bf04fa595ea6c1a88aaee2e00016d8.tar.gz
rust-610f13d685bf04fa595ea6c1a88aaee2e00016d8.zip
Rollup merge of #120212 - nnethercote:nnethercote-reviewer, r=compiler-errors
Give nnethercote more reviews

Gulp!
-rw-r--r--triagebot.toml11
1 files changed, 9 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml
index b684f3ca55c..a9ddd1b99c7 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -1,3 +1,6 @@
+# This file's format is documented at
+# https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration
+
 [relabel]
 allow-unauthenticated = [
     "A-*",
@@ -646,6 +649,7 @@ compiler-team = [
 compiler-team-contributors = [
     "@TaKO8Ki",
     "@b-naber",
+    "@nnethercote",
 ]
 compiler = [
     "compiler-team",
@@ -702,6 +706,9 @@ lexer = [
     "@nnethercote",
     "@petrochenkov",
 ]
+arena = [
+    "@nnethercote",
+]
 mir = [
     "@davidtwco",
     "@oli-obk",
@@ -735,7 +742,6 @@ style-team = [
     "@joshtriplett",
     "@yaahc",
 ]
-
 project-const-traits = [
     "@compiler-errors",
     "@fee1-dead",
@@ -754,6 +760,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"]
@@ -780,7 +787,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"]