Skip to content

Commit e8f1ae3

Browse files
authored
Merge pull request #1763 from apiraino/archive-compiler-wgs
Archive inactive compiler WGs
2 parents d1e2967 + 82c1e4b commit e8f1ae3

21 files changed

+65
-68
lines changed

repos/rust-lang/wg-debugging.toml renamed to repos/archive/rust-lang/wg-debugging.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ description = "Work on debugging Rust code, under the compiler team."
44
bots = []
55

66
[access.teams]
7-
wg-debugging = "write"

repos/rust-lang/wg-incr-comp.toml renamed to repos/archive/rust-lang/wg-incr-comp.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ name = "wg-incr-comp"
33
description = "Home repo for the compiler team incremental compilation working group"
44
bots = []
55

6-
[access.teams]
7-
wg-incr-comp = "write"
6+
[access.teams]

repos/rust-lang/rustc-reading-club.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ description = "Rust Code Reading Clubs"
44
bots = []
55

66
[access.teams]
7-
wg-rustc-reading-club = "write"

teams/archive/project-thir-unsafeck.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind = "project-group"
33
subteam-of = "compiler"
44

55
[people]
6-
leads = ["nikomatsakis"]
6+
leads = []
77
members = []
88
alumni = ["nikomatsakis", "matthewjasper", "LeSeulArtichaut"]
99

teams/wg-debugging.toml renamed to teams/archive/wg-debugging.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,20 @@ subteam-of = "compiler"
33
kind = "working-group"
44

55
[people]
6-
leads = ["wesleywiser"]
7-
members = [
8-
"davidtwco",
9-
"wesleywiser",
10-
]
6+
leads = []
7+
members = []
118
alumni = [
129
"Manishearth",
10+
"davidtwco",
1311
"michaelwoerister",
1412
"pnkfelix",
13+
"wesleywiser",
1514
]
1615

1716
[website]
1817
name = "Debugging Working Group"
1918
description = "Providing users with a great experience when debugging Rust code"
20-
zulip-stream = "t-compiler/wg-debugging"
19+
zulip-stream = "t-compiler/debugging"
2120

2221
[[github]]
2322
orgs = ["rust-lang"]

teams/archive/wg-incr-comp.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name = "incr-comp"
2+
subteam-of = "compiler"
3+
kind = "marker-team"
4+
5+
[people]
6+
leads = []
7+
members = []
8+
alumni = ["davidtwco", "wesleywiser", "Aaron1011", "cjgillot", "michaelwoerister", "pierwill", "pnkfelix", "spastorino"]
9+
10+
[[github]]
11+
orgs = ["rust-lang"]
12+
13+
[website]
14+
name = "Incremental compilation working area"
15+
description = "Improving incremental compilation in rustc"
16+
zulip-stream = "t-compiler/incremental"
17+
18+
[permissions]
19+
perf = true
20+
bors.rust.try = true

teams/wg-polymorphization.toml renamed to teams/archive/wg-polymorphization.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ subteam-of = "compiler"
33
kind = "working-group"
44

55
[people]
6-
leads = ["davidtwco"]
7-
members = ["davidtwco", "eddyb", "lcnr"]
8-
alumni = []
6+
leads = []
7+
members = []
8+
alumni = ["davidtwco", "eddyb", "lcnr"]
99

1010
[website]
1111
name = "Polymorphization working group"

teams/wg-rustc-reading-club.toml renamed to teams/archive/wg-rustc-reading-club.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ subteam-of = "compiler"
33
kind = "working-group"
44

55
[people]
6-
leads = ["nikomatsakis", "doc-jones"]
7-
members = ["doc-jones", "nikomatsakis"]
8-
alumni = []
6+
leads = []
7+
members = []
8+
alumni = ["doc-jones", "nikomatsakis"]
99

1010
[website]
1111
name = "Rust Code Reading Club working group"
@@ -14,4 +14,4 @@ repo = "https://rust-lang.github.io/rustc-reading-club/"
1414
zulip-stream = "rustc-reading-club"
1515

1616
[[github]]
17-
orgs = ["rust-lang"]
17+
orgs = ["rust-lang"]

teams/wg-self-profile.toml renamed to teams/archive/wg-self-profile.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ subteam-of = "compiler"
33
kind = "working-group"
44

55
[people]
6-
leads = ["wesleywiser"]
7-
members = ["wesleywiser"]
8-
alumni = ["michaelwoerister"]
6+
leads = []
7+
members = []
8+
alumni = ["michaelwoerister","wesleywiser"]
99

1010
[permissions]
1111
perf = true

teams/wg-binary-size.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ perf = true
3030
orgs = ["rust-lang"]
3131

3232
[website]
33-
name = "Binary size working group"
33+
name = "Binary size working area"
3434
description = "Improving the binary size of Rust programs and libraries"
3535
repo = "https://github.com/rust-lang/wg-binary-size"
3636
zulip-stream = "wg-binary-size"

0 commit comments

Comments
 (0)