summaryrefslogtreecommitdiffstats
path: root/teams
diff options
context:
space:
mode:
Diffstat (limited to 'teams')
-rw-r--r--teams/alumni.toml1
-rw-r--r--teams/cargo.toml1
-rw-r--r--teams/clippy.toml1
-rw-r--r--teams/community-content.toml1
-rw-r--r--teams/community-events.toml1
-rw-r--r--teams/community-rustbridge.toml1
-rw-r--r--teams/community-survey.toml1
-rw-r--r--teams/community.toml4
-rw-r--r--teams/core.toml3
-rw-r--r--teams/devtools.toml1
-rw-r--r--teams/docs.toml1
-rw-r--r--teams/ides.toml1
-rw-r--r--teams/infra.toml1
-rw-r--r--teams/lang-shepherds.toml4
-rw-r--r--teams/libs.toml1
-rw-r--r--teams/mods.toml1
-rw-r--r--teams/operations.toml9
-rw-r--r--teams/reference.toml1
-rw-r--r--teams/release.toml1
-rw-r--r--teams/rustdoc.toml1
-rw-r--r--teams/wg-bindgen.toml1
-rw-r--r--teams/wg-cli.toml13
-rw-r--r--teams/wg-codegen.toml1
-rw-r--r--teams/wg-compiler-nll.toml1
-rw-r--r--teams/wg-compiler-performance.toml11
-rw-r--r--teams/wg-debugging.toml1
-rw-r--r--teams/wg-embedded.toml5
-rw-r--r--teams/wg-grammar.toml1
-rw-r--r--teams/wg-net-async.toml13
-rw-r--r--teams/wg-net-embedded.toml16
-rw-r--r--teams/wg-net-web.toml13
-rw-r--r--teams/wg-net.toml19
-rw-r--r--teams/wg-rustfmt.toml1
-rw-r--r--teams/wg-rustup.toml1
-rw-r--r--teams/wg-traits.toml1
-rw-r--r--teams/wg-unsafe-code-guidelines.toml1
-rw-r--r--teams/wg-wasm.toml13
37 files changed, 133 insertions, 15 deletions
diff --git a/teams/alumni.toml b/teams/alumni.toml
index aa53c22..89d0467 100644
--- a/teams/alumni.toml
+++ b/teams/alumni.toml
@@ -23,3 +23,4 @@ members = [
[website]
name = "Rust team alumni"
description = "enjoying a leisurely retirement"
+weight = -1000
diff --git a/teams/cargo.toml b/teams/cargo.toml
index c852b6d..00dc04a 100644
--- a/teams/cargo.toml
+++ b/teams/cargo.toml
@@ -1,4 +1,5 @@
name = "cargo"
+subteam-of = "devtools"
[people]
leads = ["nrc"]
diff --git a/teams/clippy.toml b/teams/clippy.toml
index 2a3f5f4..6efb4ab 100644
--- a/teams/clippy.toml
+++ b/teams/clippy.toml
@@ -1,4 +1,5 @@
name = "clippy"
+subteam-of = "devtools"
[people]
leads = ["manishearth", "oli-obk"]
diff --git a/teams/community-content.toml b/teams/community-content.toml
index 215ab46..ecc259f 100644
--- a/teams/community-content.toml
+++ b/teams/community-content.toml
@@ -1,4 +1,5 @@
name = "community-content"
+subteam-of = "community"
[people]
leads = []
diff --git a/teams/community-events.toml b/teams/community-events.toml
index 5a5afe5..a22ed99 100644
--- a/teams/community-events.toml
+++ b/teams/community-events.toml
@@ -1,4 +1,5 @@
name = "community-events"
+subteam-of = "community"
[people]
leads = ["skade"]
diff --git a/teams/community-rustbridge.toml b/teams/community-rustbridge.toml
index 2612119..acb7924 100644
--- a/teams/community-rustbridge.toml
+++ b/teams/community-rustbridge.toml
@@ -1,4 +1,5 @@
name = "community-rustbridge"
+subteam-of = "community"
[people]
leads = ["oe"]
diff --git a/teams/community-survey.toml b/teams/community-survey.toml
index f0fd2fe..adc6323 100644
--- a/teams/community-survey.toml
+++ b/teams/community-survey.toml
@@ -1,4 +1,5 @@
name = "community-survey"
+subteam-of = "community"
[people]
leads = ["jturner"]
diff --git a/teams/community.toml b/teams/community.toml
index 92c95ae..13ad3dc 100644
--- a/teams/community.toml
+++ b/teams/community.toml
@@ -15,11 +15,11 @@ members = [
[website]
name = "Community team"
-description = "coordination and supporting events, content creation, the RustBridge program, and the survey"
+description = "Coordination and supporting events, content creation, the RustBridge program, and the survey."
email = "community@rust-lang.org"
repo = "https://github.com/rust-community/team"
discord-invite = "https://discord.gg/KskHZGT"
-discord-name = "#general"
+discord-name = "#community-team"
[[lists]]
address = "community@rust-lang.org"
diff --git a/teams/core.toml b/teams/core.toml
index 9ad0d8b..d9f8157 100644
--- a/teams/core.toml
+++ b/teams/core.toml
@@ -17,8 +17,9 @@ members = [
[website]
name = "Core team"
-description = "overall direction of the project, subteam leadership, cross-cutting concerns"
+description = "Direction of the project, subteam leadership, cross-cutting concerns."
email = "core@rust-lang.org"
+weight = 1000
[[lists]]
address = "core@rust-lang.org"
diff --git a/teams/devtools.toml b/teams/devtools.toml
index c3c576c..4b88773 100644
--- a/teams/devtools.toml
+++ b/teams/devtools.toml
@@ -5,6 +5,7 @@ leads = []
members = []
[website]
+page = "dev-tools"
name = "Dev tools team"
description = "Rust developer tools"
repo = "https://github.com/rust-dev-tools/dev-tools-team"
diff --git a/teams/docs.toml b/teams/docs.toml
index 66bfdcc..8e61994 100644
--- a/teams/docs.toml
+++ b/teams/docs.toml
@@ -10,6 +10,7 @@ members = [
]
[website]
+page = "documentation"
name = "Documentation team"
description = "ensuring Rust has fantastic documentation"
diff --git a/teams/ides.toml b/teams/ides.toml
index 057d6d1..5f4c978 100644
--- a/teams/ides.toml
+++ b/teams/ides.toml
@@ -1,4 +1,5 @@
name = "ides"
+subteam-of = "devtools"
[people]
leads = ["nrc", "Xanewok"]
diff --git a/teams/infra.toml b/teams/infra.toml
index 57e67ba..47cda71 100644
--- a/teams/infra.toml
+++ b/teams/infra.toml
@@ -1,4 +1,5 @@
name = "infra"
+subteam-of = "operations"
[people]
leads = ["aidanhs"]
diff --git a/teams/lang-shepherds.toml b/teams/lang-shepherds.toml
index f3291fe..9a81f10 100644
--- a/teams/lang-shepherds.toml
+++ b/teams/lang-shepherds.toml
@@ -7,7 +7,3 @@ members = [
"whitequark",
"rpjohnst",
]
-
-[website]
-name = "Language team shepherds"
-description = "helping guide language RFCs to completion, assisting the language team with its work"
diff --git a/teams/libs.toml b/teams/libs.toml
index af39ed3..47dcad9 100644
--- a/teams/libs.toml
+++ b/teams/libs.toml
@@ -15,6 +15,7 @@ members = [
]
[website]
+page = "library"
name = "Library team"
description = "the Rust standard library, rust-lang crates, conventions, and ecosystem support"
diff --git a/teams/mods.toml b/teams/mods.toml
index f006316..94bfaa4 100644
--- a/teams/mods.toml
+++ b/teams/mods.toml
@@ -12,6 +12,7 @@ members = [
]
[website]
+page = "moderation"
name = "Moderation team"
description = "helping uphold the code of conduct"
email = "rust-mods@rust-lang.org"
diff --git a/teams/operations.toml b/teams/operations.toml
new file mode 100644
index 0000000..1dad77d
--- /dev/null
+++ b/teams/operations.toml
@@ -0,0 +1,9 @@
+name = "operations"
+
+[people]
+leads = []
+members = []
+
+[website]
+name = "Operations team"
+description = "Handling releases, bots, infra, and more."
diff --git a/teams/reference.toml b/teams/reference.toml
index 2731a7b..23b950f 100644
--- a/teams/reference.toml
+++ b/teams/reference.toml
@@ -1,4 +1,5 @@
name = "reference"
+subteam-of = "docs"
[people]
leads = ["Havvy"]
diff --git a/teams/release.toml b/teams/release.toml
index b6b0520..4351df4 100644
--- a/teams/release.toml
+++ b/teams/release.toml
@@ -1,4 +1,5 @@
name = "release"
+subteam-of = "operations"
[people]
leads = ["Mark-Simulacrum"]
diff --git a/teams/rustdoc.toml b/teams/rustdoc.toml
index 73728b3..b0c83c5 100644
--- a/teams/rustdoc.toml
+++ b/teams/rustdoc.toml
@@ -1,4 +1,5 @@
name = "rustdoc"
+subteam-of = "devtools"
[people]
leads = ["QuietMisdreavus"]
diff --git a/teams/wg-bindgen.toml b/teams/wg-bindgen.toml
index 7502059..a84588e 100644
--- a/teams/wg-bindgen.toml
+++ b/teams/wg-bindgen.toml
@@ -1,4 +1,5 @@
name = "wg-bindgen"
+subteam-of = "devtools"
wg = true
[people]
diff --git a/teams/wg-cli.toml b/teams/wg-cli.toml
new file mode 100644
index 0000000..76df650
--- /dev/null
+++ b/teams/wg-cli.toml
@@ -0,0 +1,13 @@
+name = "wg-cli"
+wg = true
+
+[people]
+leads = ["killercup"]
+members = ["killercup"]
+
+[website]
+page = "cli"
+name = "Command-line interfaces (CLI) working group"
+description = "Focusing on the end-to-end experience of writing CLI apps, both large and small, in Rust."
+discord-invite = "https://discord.gg/BXCBYX6"
+discord-name = "#wg-cli"
diff --git a/teams/wg-codegen.toml b/teams/wg-codegen.toml
index 456b9b6..ec8ac8c 100644
--- a/teams/wg-codegen.toml
+++ b/teams/wg-codegen.toml
@@ -1,4 +1,5 @@
name = "wg-codegen"
+subteam-of = "compiler"
wg = true
[people]
diff --git a/teams/wg-compiler-nll.toml b/teams/wg-compiler-nll.toml
index 26acd41..5e8d49d 100644
--- a/teams/wg-compiler-nll.toml
+++ b/teams/wg-compiler-nll.toml
@@ -1,4 +1,5 @@
name = "wg-compiler-nll"
+subteam-of = "compiler"
wg = true
[people]
diff --git a/teams/wg-compiler-performance.toml b/teams/wg-compiler-performance.toml
new file mode 100644
index 0000000..0ca606c
--- /dev/null
+++ b/teams/wg-compiler-performance.toml
@@ -0,0 +1,11 @@
+name = "wg-compiler-performance"
+subteam-of = "compiler"
+wg = true
+
+[people]
+leads = ["nikomatsakis"]
+members = ["nikomatsakis"]
+
+[website]
+name = "Compiler Performance"
+description = "Improving rustc compilation performance (build times)."
diff --git a/teams/wg-debugging.toml b/teams/wg-debugging.toml
index b8b9dad..21b0b88 100644
--- a/teams/wg-debugging.toml
+++ b/teams/wg-debugging.toml
@@ -1,4 +1,5 @@
name = "wg-debugging"
+subteam-of = "devtools"
wg = true
[people]
diff --git a/teams/wg-embedded.toml b/teams/wg-embedded.toml
index c598070..bcf531d 100644
--- a/teams/wg-embedded.toml
+++ b/teams/wg-embedded.toml
@@ -33,6 +33,11 @@ members = [
"wizofe",
]
+[website]
+page = "embedded"
+name = "Embedded devices working group"
+description = "Focusing on the end-to-end experience of using Rust in resource-constrained environments and non-traditional platforms."
+
[[lists]]
address = "embedded-wg@rust-lang.org"
access-level = "everyone"
diff --git a/teams/wg-grammar.toml b/teams/wg-grammar.toml
index 2ea1d64..8de830e 100644
--- a/teams/wg-grammar.toml
+++ b/teams/wg-grammar.toml
@@ -1,4 +1,5 @@
name = "wg-grammar"
+subteam-of = "lang"
wg = true
[people]
diff --git a/teams/wg-net-async.toml b/teams/wg-net-async.toml
new file mode 100644
index 0000000..7473847
--- /dev/null
+++ b/teams/wg-net-async.toml
@@ -0,0 +1,13 @@
+name = "wg-net-async"
+subteam-of = "wg-net"
+wg = true
+
+[people]
+leads = ["cramertj", "MajorBreakfast"]
+members = ["cramertj", "MajorBreakfast"]
+
+[website]
+name = "Async foundations working group"
+description = "Our goal is to bring async/await onto a path to stabilization and to provide documentation for asynchronous programming."
+discord-invite = "https://discord.gg/JebCvj5"
+discord-name = "#wg-net-async"
diff --git a/teams/wg-net-embedded.toml b/teams/wg-net-embedded.toml
new file mode 100644
index 0000000..51b83e8
--- /dev/null
+++ b/teams/wg-net-embedded.toml
@@ -0,0 +1,16 @@
+name = "wg-net-embedded"
+subteam-of = "wg-net"
+wg = true
+
+[people]
+leads = ["Nemo157", "levex"]
+members = [
+ "Nemo157",
+ "levex",
+]
+
+[website]
+name = "Embedded networking group"
+description = "Our goal is to support IoT development."
+discord-invite = "https://discord.gg/wUQwRea"
+discord-name = "#wg-net-embedded"
diff --git a/teams/wg-net-web.toml b/teams/wg-net-web.toml
new file mode 100644
index 0000000..a54700c
--- /dev/null
+++ b/teams/wg-net-web.toml
@@ -0,0 +1,13 @@
+name = "wg-net-web"
+subteam-of = "wg-net"
+wg = true
+
+[people]
+leads = ["aturon", "yoshuawuyts"]
+members = ["aturon", "yoshuawuyts"]
+
+[website]
+name = "Web foundations working group"
+description = "Our goal is to improve web programming in Rust."
+discord-invite = "https://discord.gg/NKHgJpq"
+discord-name = "#wg-net-web"
diff --git a/teams/wg-net.toml b/teams/wg-net.toml
index 9a06ffd..e083f7a 100644
--- a/teams/wg-net.toml
+++ b/teams/wg-net.toml
@@ -6,18 +6,27 @@ leads = ["withoutboats", "cramertj"]
members = [
"withoutboats",
"cramertj",
- "aturon",
- "Mark-Simulacrum",
- "aidanhs",
- "sfackler",
]
+[website]
+page = "networking"
+name = "Networking working group"
+description = "Focusing on the end-to-end experience for both sync and async networking code, in coordination with the growing ecosystem in this space."
+discord-invite = "https://discord.gg/ueak2ds"
+discord-name = "#wg-net"
+
[[lists]]
address = "net@rust-lang.org"
access-level = "everyone"
+extra-people = [
+ "aturon",
+ "Mark-Simulacrum",
+ "aidanhs",
+ "sfackler",
+ "MajorBreakfast",
+]
extra-emails = [
"bob@cloudflare.com",
- "mail@josefbrandl.de",
"tinagma@gmail.com",
"coleman.mcfarland@gmail.com",
"dbarsky@amazon.com",
diff --git a/teams/wg-rustfmt.toml b/teams/wg-rustfmt.toml
index 92f84e7..9bcac6c 100644
--- a/teams/wg-rustfmt.toml
+++ b/teams/wg-rustfmt.toml
@@ -1,4 +1,5 @@
name = "wg-rustfmt"
+subteam-of = "devtools"
wg = true
[people]
diff --git a/teams/wg-rustup.toml b/teams/wg-rustup.toml
index 4c1d035..0c6cfed 100644
--- a/teams/wg-rustup.toml
+++ b/teams/wg-rustup.toml
@@ -1,4 +1,5 @@
name = "wg-rustup"
+subteam-of = "devtools"
wg = true
[people]
diff --git a/teams/wg-traits.toml b/teams/wg-traits.toml
index f608fe1..0d8d5b2 100644
--- a/teams/wg-traits.toml
+++ b/teams/wg-traits.toml
@@ -1,4 +1,5 @@
name = "wg-traits"
+subteam-of = "compiler"
wg = true
[people]
diff --git a/teams/wg-unsafe-code-guidelines.toml b/teams/wg-unsafe-code-guidelines.toml
index 0a89068..5ddf602 100644
--- a/teams/wg-unsafe-code-guidelines.toml
+++ b/teams/wg-unsafe-code-guidelines.toml
@@ -1,4 +1,5 @@
name = "wg-unsafe-code-guidelines"
+subteam-of = "lang"
wg = true
[people]
diff --git a/teams/wg-wasm.toml b/teams/wg-wasm.toml
index 10e4e0e..eec4fd6 100644
--- a/teams/wg-wasm.toml
+++ b/teams/wg-wasm.toml
@@ -5,11 +5,18 @@ wg = true
leads = ["fitzgen"]
members = [
"fitzgen",
- "alexcrichton",
- "aturon",
- "mgattozzi",
]
[[lists]]
address = "wasm@rust-lang.org"
access-level = "everyone"
+extra-people = [
+ "alexcrichton",
+ "aturon",
+ "mgattozzi",
+]
+
+[website]
+page = "wasm"
+name = "WebAssembly (WASM) working group"
+description = "Focusing on the end-to-end experience of embedding Rust code in JS libraries and apps via WebAssembly."