about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2025-03-06 15:40:10 -0500
committerGitHub <noreply@github.com>2025-03-06 15:40:10 -0500
commit9891f55e6eea6f771f6eee76127283c5fc197885 (patch)
treedba2d54048d18b34704aaa170628abc2250c929c
parent61aaec7965517b48cf27cbb2e02c79e8b82d7fa3 (diff)
parent5143638e5150b51038009f95d64e541dc6ecac5f (diff)
downloadrust-9891f55e6eea6f771f6eee76127283c5fc197885.tar.gz
rust-9891f55e6eea6f771f6eee76127283c5fc197885.zip
Rollup merge of #138108 - WaffleLapkin:rustc_codegen_ssa_mentions, r=compiler-errors
Mention me (WaffleLapkin) when changes to `rustc_codegen_ssa` occur

My employer is writing a rustc backend and it's my job to resolve conflicts with upstream so I'd like to know when `rustc_codegen_ssa` is being changed =)
-rw-r--r--triagebot.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 2e6a88525f0..7114c7ab27b 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -701,6 +701,9 @@ cc = ["@davidtwco", "@wesleywiser"]
 [mentions."compiler/rustc_codegen_cranelift"]
 cc = ["@bjorn3"]
 
+[mentions."compiler/rustc_codegen_ssa"]
+cc = ["@WaffleLapkin"]
+
 [mentions."compiler/rustc_codegen_gcc"]
 cc = ["@antoyo", "@GuillaumeGomez"]