summaryrefslogtreecommitdiffstats
path: root/teams
diff options
context:
space:
mode:
authorJonathan Turner <jonathandturner@users.noreply.github.com>2019-10-16 07:55:56 +1300
committerGitHub <noreply@github.com>2019-10-16 07:55:56 +1300
commit9de805a6b3c2baa7f21c451f405fa69699e576f4 (patch)
treef844f6a3241fdaa09459e2dae2527c3ac756f65d /teams
parent470fe6bd3048802cdfc32f4909b36578f427b5ed (diff)
parent493ccb269afd5035e6fc0ffbd0139c55c9981168 (diff)
Merge branch 'master' into patch-2
Diffstat (limited to 'teams')
-rw-r--r--teams/community-events.toml1
-rw-r--r--teams/community.toml2
-rw-r--r--teams/compiler-contributors.toml2
-rw-r--r--teams/crates-io.toml19
-rw-r--r--teams/icebreakers-llvm.toml9
-rw-r--r--teams/infra-admins.toml3
-rw-r--r--teams/infra.toml2
-rw-r--r--teams/libs.toml13
-rw-r--r--teams/release.toml1
-rw-r--r--teams/security.toml10
-rw-r--r--teams/wg-grammar.toml3
-rw-r--r--teams/wg-localization.toml1
-rw-r--r--teams/wg-polonius.toml2
13 files changed, 42 insertions, 26 deletions
diff --git a/teams/community-events.toml b/teams/community-events.toml
index 0b3724c..430bf7a 100644
--- a/teams/community-events.toml
+++ b/teams/community-events.toml
@@ -10,6 +10,7 @@ members = [
"flaki",
"badboy",
"Manishearth",
+ "JohnTitor",
]
[website]
diff --git a/teams/community.toml b/teams/community.toml
index cc85bba..38fda5b 100644
--- a/teams/community.toml
+++ b/teams/community.toml
@@ -10,6 +10,7 @@ members = [
"ashleygwilliams",
"fmoko",
"technetos",
+ "JohnTitor",
]
[website]
@@ -75,4 +76,5 @@ extra-people = [
"Dylan-DPC",
"spastorino",
"skade",
+ "XAMPPRocky",
]
diff --git a/teams/compiler-contributors.toml b/teams/compiler-contributors.toml
index 4c6c673..e48219d 100644
--- a/teams/compiler-contributors.toml
+++ b/teams/compiler-contributors.toml
@@ -4,9 +4,11 @@ subteam-of = "compiler"
[people]
leads = []
members = [
+ "Centril",
"davidtwco",
"flodiebold",
"lqd",
+ "Mark-Simulacrum",
"matklad",
"matthewjasper",
"nikic",
diff --git a/teams/crates-io.toml b/teams/crates-io.toml
index e98ad6f..f8ce6af 100644
--- a/teams/crates-io.toml
+++ b/teams/crates-io.toml
@@ -32,17 +32,10 @@ discord-invite = "https://discord.gg/Rbq8W5K"
discord-name = "#crates-io"
[[lists]]
-address = "help@crates.io"
-include-team-members = false
-extra-people = [
- "carols10cents",
- "ashleygwilliams",
- "sgrif",
- "pietroalbini",
-]
+address = "crates-io@rust-lang.org"
[[lists]]
-address = "crates-io@rust-lang.org"
+address = "help@crates.io"
include-team-members = false
extra-people = [
"carols10cents",
@@ -50,11 +43,3 @@ extra-people = [
"sgrif",
"pietroalbini",
]
-
-[[lists]]
-address = "admin@crates.io"
-include-team-members = false
-extra-people = [
- "aturon",
- "alexcrichton",
-]
diff --git a/teams/icebreakers-llvm.toml b/teams/icebreakers-llvm.toml
new file mode 100644
index 0000000..a2dd9a3
--- /dev/null
+++ b/teams/icebreakers-llvm.toml
@@ -0,0 +1,9 @@
+name = "icebreakers-llvm"
+marker-team = true
+
+[people]
+leads = []
+members = [
+ "nagisa",
+ "nikic",
+]
diff --git a/teams/infra-admins.toml b/teams/infra-admins.toml
index d49bf2d..2653d12 100644
--- a/teams/infra-admins.toml
+++ b/teams/infra-admins.toml
@@ -13,6 +13,9 @@ members = [
address = "admin@rust-lang.org"
[[lists]]
+address = "admin@crates.io"
+
+[[lists]]
address = "rust-key@rust-lang.org"
[[lists]]
diff --git a/teams/infra.toml b/teams/infra.toml
index d26f38b..c076fed 100644
--- a/teams/infra.toml
+++ b/teams/infra.toml
@@ -2,7 +2,7 @@ name = "infra"
subteam-of = "operations"
[people]
-leads = ["aidanhs"]
+leads = ["aidanhs", "pietroalbini"]
members = [
"Mark-Simulacrum",
"TimNN",
diff --git a/teams/libs.toml b/teams/libs.toml
index 258679f..bc8f04c 100644
--- a/teams/libs.toml
+++ b/teams/libs.toml
@@ -3,18 +3,20 @@ name = "libs"
[people]
leads = ["alexcrichton"]
members = [
- "alexcrichton",
- "sfackler",
+ "Amanieu",
"BurntSushi",
"Kimundi",
+ "KodrAus",
"SimonSapin",
+ "alexcrichton",
"dtolnay",
- "aturon",
- "KodrAus",
+ "sfackler",
"withoutboats",
- "Amanieu",
]
+[github]
+orgs = ["rust-lang", "rust-lang-nursery"]
+
[permissions]
perf = true
crater = true
@@ -30,7 +32,6 @@ ping = "rust-lang/libs"
exclude-members = [
"BurntSushi",
"KodrAus",
- "aturon",
]
[website]
diff --git a/teams/release.toml b/teams/release.toml
index 5085985..5ea0c02 100644
--- a/teams/release.toml
+++ b/teams/release.toml
@@ -13,6 +13,7 @@ members = [
"sgrif",
"jonas-schievink",
"XAMPPRocky",
+ "tmandry",
]
[permissions]
diff --git a/teams/security.toml b/teams/security.toml
index 0cf4be9..2a282cb 100644
--- a/teams/security.toml
+++ b/teams/security.toml
@@ -4,10 +4,20 @@ name = "security"
leads = []
members = [
"alexcrichton",
+ "cuviper",
"nikomatsakis",
"pietroalbini",
"steveklabnik",
]
+[github]
+orgs = ["rust-lang"]
+
+[website]
+name = "Security team"
+description = "Triaging and responding to incoming vulnerability reports"
+email = "security@rust-lang.org"
+repo = "https://github.com/rust-lang/security-team"
+
[[lists]]
address = "security@rust-lang.org"
diff --git a/teams/wg-grammar.toml b/teams/wg-grammar.toml
index 75c57c2..92657ef 100644
--- a/teams/wg-grammar.toml
+++ b/teams/wg-grammar.toml
@@ -3,8 +3,9 @@ subteam-of = "lang"
wg = true
[people]
-leads = ["Centril", "qmx"]
+leads = ["eddyb", "qmx"]
members = [
+ "eddyb",
"CAD97",
"Centril",
"qmx",
diff --git a/teams/wg-localization.toml b/teams/wg-localization.toml
index 1c80b4c..b4464a9 100644
--- a/teams/wg-localization.toml
+++ b/teams/wg-localization.toml
@@ -7,6 +7,7 @@ leads = ["sebasmagri"]
members = [
"sebasmagri",
"Manishearth",
+ "JohnTitor",
]
[website]
diff --git a/teams/wg-polonius.toml b/teams/wg-polonius.toml
index 64b7aa0..e4735fe 100644
--- a/teams/wg-polonius.toml
+++ b/teams/wg-polonius.toml
@@ -4,7 +4,7 @@ wg = true
[people]
leads = ["lqd", "nikomatsakis"]
-members = ["lqd", "nikomatsakis", "albins"]
+members = ["lqd", "nikomatsakis", "albins", "matthewjasper"]
[website]
name = "Polonius"