From 70cfd9c87ea8ef0b7ba3c03558a9663d6df80aee Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 18 Aug 2026 15:52:31 -0700 Subject: [PATCH 1/2] Move myself to alumni The time has come for me to move on. Thanks everyone for having me as part of this project for the past nine years, it's been a great experience! I'll miss the times I've had and the people I've met. --- repos/rust-lang/cargo-bisect-rustc.toml | 1 - teams/devtools.toml | 3 ++- teams/edition.toml | 3 +-- teams/internal-sites.toml | 4 ++-- teams/lang-advisors.toml | 2 +- teams/lang-docs.toml | 4 ++-- teams/program.toml | 5 ++++- teams/spec.toml | 2 +- teams/triagebot.toml | 2 +- 9 files changed, 14 insertions(+), 12 deletions(-) diff --git a/repos/rust-lang/cargo-bisect-rustc.toml b/repos/rust-lang/cargo-bisect-rustc.toml index 243a56c43..79996d728 100644 --- a/repos/rust-lang/cargo-bisect-rustc.toml +++ b/repos/rust-lang/cargo-bisect-rustc.toml @@ -11,7 +11,6 @@ build-type = "workflow" compiler = "write" [access.individuals] -ehuss = "write" [[rulesets]] pattern = "master" diff --git a/teams/devtools.toml b/teams/devtools.toml index 496e380d5..2bbdcb96f 100644 --- a/teams/devtools.toml +++ b/teams/devtools.toml @@ -3,12 +3,13 @@ top-level = true [people] leads = ["Manishearth"] -members = ["Manishearth", "GuillaumeGomez", "ehuss", "calebcartwright"] +members = ["Manishearth", "GuillaumeGomez", "calebcartwright"] alumni = [ "alexcrichton", "brson", "carols10cents", "dwijnand", + "ehuss", "fitzgen", "japaric", "killercup", diff --git a/teams/edition.toml b/teams/edition.toml index 0b3b48211..465d7e888 100644 --- a/teams/edition.toml +++ b/teams/edition.toml @@ -4,11 +4,9 @@ subteam-of = "launching-pad" [people] leads = [ "traviscross", - "ehuss", ] members = [ "traviscross", - "ehuss", "PLeVasseur", "Mark-Simulacrum", "eholk", @@ -16,6 +14,7 @@ members = [ alumni = [ "bstrie", "m-ou-se", + "ehuss", ] [permissions] diff --git a/teams/internal-sites.toml b/teams/internal-sites.toml index dd2dec996..9260ae712 100644 --- a/teams/internal-sites.toml +++ b/teams/internal-sites.toml @@ -2,13 +2,13 @@ name = "internal-sites" subteam-of = "infra" [people] -leads = ["ehuss", "Urgau", "jieyouxu"] +leads = ["Urgau", "jieyouxu"] members = [ - "ehuss", "Urgau", "jieyouxu", ] alumni = [ + "ehuss", ] [[github]] diff --git a/teams/lang-advisors.toml b/teams/lang-advisors.toml index f5d8ca095..3593a973b 100644 --- a/teams/lang-advisors.toml +++ b/teams/lang-advisors.toml @@ -9,7 +9,6 @@ members = [ "cramertj", "Darksonn", "dianne", - "ehuss", "jackh726", "RalfJung", "Mark-Simulacrum", @@ -18,6 +17,7 @@ members = [ ] alumni = [ "JakobDegen", + "ehuss", ] # Granting these permissions because an advisor can use these to help when diff --git a/teams/lang-docs.toml b/teams/lang-docs.toml index 0240eaa71..453c00baf 100644 --- a/teams/lang-docs.toml +++ b/teams/lang-docs.toml @@ -2,9 +2,8 @@ name = "lang-docs" subteam-of = "lang" [people] -leads = ["ehuss", "traviscross"] +leads = ["traviscross"] members = [ - "ehuss", "JohnTitor", "traviscross", ] @@ -13,6 +12,7 @@ alumni = [ "Gankra", "Havvy", "matthewjasper", + "ehuss", ] [[github]] diff --git a/teams/program.toml b/teams/program.toml index 94f9b7cb2..886ab3219 100644 --- a/teams/program.toml +++ b/teams/program.toml @@ -12,12 +12,15 @@ subteam-of = "edition" # And of goals. leads = [] members = [ "traviscross", - "ehuss", "nikomatsakis", "tomassedovic", "nxsaken", ] +alumni = [ + "ehuss", +] + [[github]] orgs = ["rust-lang"] diff --git a/teams/spec.toml b/teams/spec.toml index c4f162c48..58ba88c22 100644 --- a/teams/spec.toml +++ b/teams/spec.toml @@ -5,7 +5,6 @@ subteam-of = "lang" leads = ["nikomatsakis"] members = [ "JoelMarcey", - "ehuss", "traviscross", "nikomatsakis", ] @@ -13,6 +12,7 @@ alumni = [ "joshtriplett", "m-ou-se", "pnkfelix", + "ehuss", ] [website] diff --git a/teams/triagebot.toml b/teams/triagebot.toml index cf32a117f..903d207bb 100644 --- a/teams/triagebot.toml +++ b/teams/triagebot.toml @@ -5,7 +5,6 @@ subteam-of = "infra" leads = ["Mark-Simulacrum"] members = [ "Mark-Simulacrum", - "ehuss", "jackh726", "apiraino", "Kobzol", @@ -13,6 +12,7 @@ members = [ ] alumni = [ "spastorino", + "ehuss", ] [[github]] From 6e9f48294a57966a7b58d23a61a3c4118f4ed542 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 18 Aug 2026 15:54:21 -0700 Subject: [PATCH 2/2] Set reference required-approvals to 0 TC would like to be able to merge without a review until such time that the team is expanded. --- repos/rust-lang/reference.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/rust-lang/reference.toml b/repos/rust-lang/reference.toml index ce47e0480..7e03a08ca 100644 --- a/repos/rust-lang/reference.toml +++ b/repos/rust-lang/reference.toml @@ -17,5 +17,6 @@ spec-contributors = "write" pattern = "master" ci-checks = ["Success gate"] merge-queue = { enabled = true } +required-approvals = 0 [environments.github-pages]