Skip to content

Commit

Permalink
Backfill teams for alumni (#1126)
Browse files Browse the repository at this point in the history
* Backfill teams for alumni

* Backfill some archived team alumni
  • Loading branch information
dtolnay authored Dec 1, 2023
1 parent 7eaa532 commit cded34b
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 15 deletions.
15 changes: 0 additions & 15 deletions teams/alumni.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,11 @@ name = "alumni"
[people]
leads = []
members = [
"Aatch",
"MajorBreakfast",
"QuietMisdreavus",
"TimNN",
"alercah",
"arielb1",
"birkenfeld",
"bkoropoff",
"booyaa",
"edunham",
"erickt",
"frewsxcv",
"gnunicorn",
"jseyfried",
"levex",
"niconii",
"pcwalton",
"peschkaj",
"rpjohnst",
"tomprince",
"valgrimm",
"whitequark",
]
Expand Down
13 changes: 13 additions & 0 deletions teams/archive/devtools-peers.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "devtools-peers"

[people]
leads = []
members = []
alumni = [
"QuietMisdreavus",
]

[website]
page = "dev-tools"
name = "Dev tools peers"
description = "Oversight of specific Rust tools, and coordination with devtools team"
2 changes: 2 additions & 0 deletions teams/archive/docs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name = "docs"
leads = []
members = []
alumni = [
"QuietMisdreavus",
"frewsxcv",
"steveklabnik",
"GuillaumeGomez",
"rylev",
Expand Down
3 changes: 3 additions & 0 deletions teams/community.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ members = [
"nellshamrell",
]
alumni = [
"booyaa",
"edunham",
"erickt",
"brson",
"shadows-withal",
"ashleygwilliams",
Expand Down
4 changes: 4 additions & 0 deletions teams/compiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ members = [
"jackh726",
]
alumni = [
"Aatch",
"arielb1",
"bkoropoff",
"cramertj",
"dotdash",
"jseyfried",
"nikomatsakis",
"nrc",
"varkor",
Expand Down
2 changes: 2 additions & 0 deletions teams/core.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ alumni = [
"alexcrichton",
"aturon",
"brson",
"erickt",
"huonw",
"pcwalton",
"nrc",
"carols10cents",
"nikomatsakis",
Expand Down
1 change: 1 addition & 0 deletions teams/docs-rs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ alumni = [
"onur",
"pietroalbini",
"jyn514",
"QuietMisdreavus",
]

[[github]]
Expand Down
4 changes: 4 additions & 0 deletions teams/infra.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ alumni = [
"ashleygwilliams",
"aidanhs",
"jyn514",
"TimNN",
"erickt",
"frewsxcv",
"tomprince",
]

[[github]]
Expand Down
2 changes: 2 additions & 0 deletions teams/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ members = [
"oli-obk",
]
alumni = [
"erickt",
"niconii",
"BurntSushi",
"llogiq",
"matthieu-m",
Expand Down
1 change: 1 addition & 0 deletions teams/rustdoc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ alumni = [
"kinnison",
"ollie27",
"CraftSpider",
"QuietMisdreavus",
]

[[github]]
Expand Down
1 change: 1 addition & 0 deletions teams/wg-async.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ members = [
alumni = [
"Aaron1011",
"LucioFranco",
"MajorBreakfast",
"bIgBV",
"betamos",
"cramertj",
Expand Down
1 change: 1 addition & 0 deletions teams/wg-embedded.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ alumni = [
"jcsoo",
"korken89",
"laanwj",
"levex",
"paoloteti",
"parched",
"pftbest",
Expand Down

0 comments on commit cded34b

Please sign in to comment.