Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion repos/rust-lang/api-guidelines.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ branch = "gh-pages"
path = "/"

[access.teams]
libs-api = "write"
libs = "write"

[environments.github-pages]
1 change: 0 additions & 1 deletion repos/rust-lang/enzyme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ compiler = "maintain"
lang = "maintain"
lang-ops = "maintain"
libs = "maintain"
libs-api = "maintain"
release = "maintain"
wg-llvm = "maintain"

Expand Down
1 change: 0 additions & 1 deletion repos/rust-lang/goals.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ types = "maintain"
release = "maintain"
leadership-council = "maintain"
libs = "maintain"
libs-api = "maintain"
edition = "maintain"
goals = "maintain"
goal-owners = "maintain"
Expand Down
1 change: 0 additions & 1 deletion repos/rust-lang/libs-team.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ bots = ["rustbot"]

[access.teams]
libs = "maintain"
libs-api = "maintain"
libs-contributors = "maintain"
1 change: 0 additions & 1 deletion repos/rust-lang/packed_simd.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ path = "/"

[access.teams]
libs-contributors = "write"
libs-api = "write"
libs = "write"
project-portable-simd = "write"

Expand Down
1 change: 0 additions & 1 deletion repos/rust-lang/rust-forge.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ lang = "maintain"
lang-ops = "maintain"
leadership-council = "maintain"
libs = "maintain"
libs-api = "maintain"
mods-venue = "maintain"
edition = "maintain"
release = "maintain"
Expand Down
1 change: 0 additions & 1 deletion repos/rust-lang/rust.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ infra = "write"
lang = "write"
lang-ops = "write"
libs = "write"
libs-api = "write"
libs-contributors = "write"
mods-venue = "write"
opsem = "write"
Expand Down
1 change: 0 additions & 1 deletion repos/rust-lang/rustc-dev-guide.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ infra = "write"
lang = "write"
lang-ops = "write"
libs = "write"
libs-api = "write"
libs-contributors = "write"
rustdoc = "write"
rustdoc-frontend = "write"
Expand Down
1 change: 0 additions & 1 deletion repos/rust-lang/std-dev-guide.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ path = "/"

[access.teams]
libs-contributors = "write"
libs-api = "write"
libs = "maintain"
rustc-dev-guide = "write"

Expand Down
1 change: 0 additions & 1 deletion repos/rust-lang/stdarch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ compiler = "write"
lang = "write"
lang-ops = "write"
libs = "write"
libs-api = "write"
libs-contributors = "write"

[[rulesets]]
Expand Down
1 change: 0 additions & 1 deletion repos/rust-lang/wg-allocators.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ bots = []

[access.teams]
libs = "write"
libs-api = "write"
libs-contributors = "write"
wg-allocators = "maintain"
22 changes: 8 additions & 14 deletions teams/libs-api.toml → teams/archive/libs-api.toml
Original file line number Diff line number Diff line change
@@ -1,46 +1,40 @@
# Library API has been incorporated into Library with RFC#3984
name = "libs-api"
subteam-of = "libs"

[people]
leads = []
members = [
"Amanieu",
"BurntSushi",
"dtolnay",
"joshtriplett",
"the8472",
]
members = []
alumni = [
"alexcrichton",
"Amanieu",
"aturon",
"brson",
"BurntSushi",
"dtolnay",
"Gankra",
"huonw",
"joshtriplett",
"Kimundi",
"KodrAus",
"LukasKalbertodt",
"m-ou-se",
"sfackler",
"withoutboats",
"SimonSapin",
"the8472",
"withoutboats",
"yaahc",
]

[[github]]
orgs = ["rust-lang", "rust-lang-nursery"]

[permissions]
perf = true
crater = true
bors.rust.review = true

[rfcbot]
label = "T-libs-api"
name = "Library API"
ping = "rust-lang/libs-api"

[website]
weight = 100
name = "Library API team"
description = "Designing and maintaining the standard library API and guarding its stability"

Expand Down
4 changes: 0 additions & 4 deletions teams/libs-contributors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,3 @@ description = "Contributing to the Rust standard library on a regular basis"

[[zulip-groups]]
name = "T-libs-contributors"

[[zulip-streams]]
name = "t-libs/reviewers"
extra-teams = ["libs", "libs-api"]
30 changes: 30 additions & 0 deletions teams/libs-fcp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name = "libs-fcp"
subteam-of = "libs"

[people]
leads = []
members = [
"Amanieu",
"BurntSushi",
"cuviper",
"dtolnay",
"joshtriplett",
"the8472",
"thomcc",
]
alumni = []

[rfcbot]
label = "T-libs"
name = "Library"
ping = "rust-lang/libs"

[website]
page = "library"
name = "Library FCP team"
description = "Library team members with responsibility for signing off on API changes"
zulip-stream = "t-libs"
repo = "https://github.com/rust-lang/libs-team"

[[zulip-groups]]
name = "T-libs-fcp"
28 changes: 20 additions & 8 deletions teams/libs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,26 @@ leads = [
]
members = [
"Amanieu",
"joshtriplett",
"BurntSushi",
"cuviper",
"dtolnay",
"joshtriplett",
"the8472",
"thomcc",
]
alumni = [
"alexcrichton",
"aturon",
"brson",
"Gankra",
"huonw",
"Kimundi",
"KodrAus",
"LukasKalbertodt",
"m-ou-se",
"sfackler",
"SimonSapin",
"withoutboats",
"yaahc",
]

Expand All @@ -26,11 +39,6 @@ crater = true
dev-desktop = true
bors.rust.review = true

[rfcbot]
label = "T-libs"
name = "Library"
ping = "rust-lang/libs"

[website]
page = "library"
name = "Library team"
Expand All @@ -44,12 +52,16 @@ address = "libs-private@rust-lang.org"
[[lists]]
address = "libs@rust-lang.org"

[[lists]]
address = "libs-api@rust-lang.org"

[[lists]]
address = "library-team@rust-lang.org"

[[zulip-groups]]
name = "T-libs"

[[zulip-streams]]
name = "t-libs/private"
extra-teams = ["libs-api"]
# NOTE: should be renamed to t-libs/private, but non-urgent
name = "t-libs/reviewers"
extra-teams = ["libs-contributors"]