From 17b4f9987b31f3a295166307036820f69d8418f1 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Thu, 14 May 2026 17:19:44 -0400 Subject: [PATCH] chore: remove defunct projects (afaik) --- .../dyn-upcasting-coercion-initiative.toml | 1 - .../generic-associated-types-initiative.toml | 1 - .../rust-lang/keyword-generics-initiative.toml | 1 - .../rust-lang/project-ffi-unwind.toml | 1 - teams/{ => archive}/project-dyn-upcasting.toml | 8 +++----- .../project-generic-associated-types.toml | 8 +++----- teams/{ => archive}/project-keyword-generics.toml | 15 ++++++--------- teams/{ => archive}/wg-ffi-unwind.toml | 9 ++++----- 8 files changed, 16 insertions(+), 28 deletions(-) rename repos/{ => archive}/rust-lang/dyn-upcasting-coercion-initiative.toml (83%) rename repos/{ => archive}/rust-lang/generic-associated-types-initiative.toml (84%) rename repos/{ => archive}/rust-lang/keyword-generics-initiative.toml (86%) rename repos/{ => archive}/rust-lang/project-ffi-unwind.toml (78%) rename teams/{ => archive}/project-dyn-upcasting.toml (87%) rename teams/{ => archive}/project-generic-associated-types.toml (88%) rename teams/{ => archive}/project-keyword-generics.toml (88%) rename teams/{ => archive}/wg-ffi-unwind.toml (90%) diff --git a/repos/rust-lang/dyn-upcasting-coercion-initiative.toml b/repos/archive/rust-lang/dyn-upcasting-coercion-initiative.toml similarity index 83% rename from repos/rust-lang/dyn-upcasting-coercion-initiative.toml rename to repos/archive/rust-lang/dyn-upcasting-coercion-initiative.toml index c3a2cb9ca..c915dbfdc 100644 --- a/repos/rust-lang/dyn-upcasting-coercion-initiative.toml +++ b/repos/archive/rust-lang/dyn-upcasting-coercion-initiative.toml @@ -4,4 +4,3 @@ description = "Initiative to support upcasting dyn Trait values to supertraits" bots = [] [access.teams] -project-dyn-upcasting = "write" diff --git a/repos/rust-lang/generic-associated-types-initiative.toml b/repos/archive/rust-lang/generic-associated-types-initiative.toml similarity index 84% rename from repos/rust-lang/generic-associated-types-initiative.toml rename to repos/archive/rust-lang/generic-associated-types-initiative.toml index ce77ff089..794b2c86d 100644 --- a/repos/rust-lang/generic-associated-types-initiative.toml +++ b/repos/archive/rust-lang/generic-associated-types-initiative.toml @@ -5,4 +5,3 @@ homepage = "https://rust-lang.github.io/generic-associated-types-initiative/" bots = [] [access.teams] -project-generic-associated-types = "write" diff --git a/repos/rust-lang/keyword-generics-initiative.toml b/repos/archive/rust-lang/keyword-generics-initiative.toml similarity index 86% rename from repos/rust-lang/keyword-generics-initiative.toml rename to repos/archive/rust-lang/keyword-generics-initiative.toml index 0d724f4d2..bd09f4599 100644 --- a/repos/rust-lang/keyword-generics-initiative.toml +++ b/repos/archive/rust-lang/keyword-generics-initiative.toml @@ -5,4 +5,3 @@ homepage = "https://rust-lang.github.io/keyword-generics-initiative/" bots = [] [access.teams] -project-keyword-generics = "write" diff --git a/repos/rust-lang/project-ffi-unwind.toml b/repos/archive/rust-lang/project-ffi-unwind.toml similarity index 78% rename from repos/rust-lang/project-ffi-unwind.toml rename to repos/archive/rust-lang/project-ffi-unwind.toml index 44930d6be..c7678c860 100644 --- a/repos/rust-lang/project-ffi-unwind.toml +++ b/repos/archive/rust-lang/project-ffi-unwind.toml @@ -4,4 +4,3 @@ description = "" bots = [] [access.teams] -wg-ffi-unwind = "write" diff --git a/teams/project-dyn-upcasting.toml b/teams/archive/project-dyn-upcasting.toml similarity index 87% rename from teams/project-dyn-upcasting.toml rename to teams/archive/project-dyn-upcasting.toml index 9227e1553..e53dd677b 100644 --- a/teams/project-dyn-upcasting.toml +++ b/teams/archive/project-dyn-upcasting.toml @@ -3,14 +3,12 @@ kind = "project-group" subteam-of = "lang" [people] -leads = [ - "crlf0710", -] -members = [ +leads = [] +members = [] +alumni = [ "crlf0710", "nikomatsakis", ] -alumni = [] [website] name = "Dyn Upcasting Initiative" diff --git a/teams/project-generic-associated-types.toml b/teams/archive/project-generic-associated-types.toml similarity index 88% rename from teams/project-generic-associated-types.toml rename to teams/archive/project-generic-associated-types.toml index 75cd5b9f9..e5132112f 100644 --- a/teams/project-generic-associated-types.toml +++ b/teams/archive/project-generic-associated-types.toml @@ -3,14 +3,12 @@ kind = "project-group" subteam-of = "lang" [people] -leads = [ - "jackh726", -] -members = [ +leads = [] +members = [] +alumni = [ "jackh726", "nikomatsakis", ] -alumni = [] [website] name = "Generic Associated Types Initiative" diff --git a/teams/project-keyword-generics.toml b/teams/archive/project-keyword-generics.toml similarity index 88% rename from teams/project-keyword-generics.toml rename to teams/archive/project-keyword-generics.toml index b97d1eb16..32917e4e1 100644 --- a/teams/project-keyword-generics.toml +++ b/teams/archive/project-keyword-generics.toml @@ -3,18 +3,15 @@ kind = "project-group" subteam-of = "lang" [people] -leads = [ - "oli-obk", - "yoshuawuyts", -] -members = [ - "oli-obk", - "nikomatsakis", - "yoshuawuyts", +leads = [] +members = [] +alumni = [ "lcnr", + "nikomatsakis", + "oli-obk", "traviscross", + "yoshuawuyts", ] -alumni = [] [website] name = "Keyword Generics Initiative" diff --git a/teams/wg-ffi-unwind.toml b/teams/archive/wg-ffi-unwind.toml similarity index 90% rename from teams/wg-ffi-unwind.toml rename to teams/archive/wg-ffi-unwind.toml index f72eabe16..f5d4ddfd6 100644 --- a/teams/wg-ffi-unwind.toml +++ b/teams/archive/wg-ffi-unwind.toml @@ -3,8 +3,9 @@ subteam-of = "lang" kind = "working-group" [people] -leads = ["nikomatsakis", "acfoltzer", "BatmanAoD"] -members = [ +leads = [] +members = [] +alumni = [ "Amanieu", "BatmanAoD", "CAD97", @@ -13,12 +14,10 @@ members = [ "chorman0773", "cratelyn", "gnzlbg", + "joshtriplett", "nbdd0121", "nikomatsakis", ] -alumni = [ - "joshtriplett", -] [website] name = "ffi-unwind project group"