Skip to content

Commit 874e8ff

Browse files
committed
Archive inactive compiler WGs
1 parent 27adb90 commit 874e8ff

18 files changed

+41
-43
lines changed

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

-1
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"

repos/rust-lang/wg-debugging.toml

-1
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"

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@ kind = "working-group"
44

55
[people]
66
leads = ["wesleywiser"]
7-
members = [
8-
"davidtwco",
9-
"wesleywiser",
10-
]
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/wg-polymorphization.toml renamed to teams/archive/wg-polymorphization.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kind = "working-group"
44

55
[people]
66
leads = ["davidtwco"]
7-
members = ["davidtwco", "eddyb", "lcnr"]
8-
alumni = []
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kind = "working-group"
44

55
[people]
66
leads = ["nikomatsakis", "doc-jones"]
7-
members = ["doc-jones", "nikomatsakis"]
8-
alumni = []
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kind = "working-group"
44

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

1010
[permissions]
1111
perf = true

teams/wg-binary-size.toml

+1-1
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"

teams/wg-compiler-performance.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ alumni = [
2323
orgs = ["rust-lang"]
2424

2525
[website]
26-
name = "Compiler performance working group"
26+
name = "Compiler performance working area"
2727
description = "Improving rustc compilation performance (build times)"
2828
repo = "https://github.com/rust-lang/rustc-perf"
29+
zulip-stream = "t-compiler/performance"
2930

3031
[permissions]
3132
perf = true

teams/wg-const-eval.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ alumni = [
1515
]
1616

1717
[website]
18-
name = "Compile-time Function Evaluation Working Group"
18+
name = "Compile-time Function Evaluation working area"
1919
description = "Soundly expanding the capabilities of compile-time function evaluation in Rust"
2020
repo = "https://github.com/rust-lang/const-eval"
21+
zulip-stream = "t-compiler/const-eval"
2122

2223
[[github]]
2324
orgs = ["rust-lang"]
2425

2526
[[zulip-groups]]
26-
name = "WG-const-eval"
27+
name = "const-eval"

teams/wg-diagnostics.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ alumni = []
1818
orgs = ["rust-lang"]
1919

2020
[website]
21-
name = "Diagnostics working group"
21+
name = "Diagnostics working area"
2222
description = "Aiming to make rustc better at telling the user why the compiler isn't smart enough to understand their code yet"
2323
repo = "https://rust-lang.github.io/compiler-team/working-groups/diagnostics/"
24-
zulip-stream = "t-compiler/wg-diagnostics"
24+
zulip-stream = "t-compiler/diagnostics"

teams/wg-incr-comp.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ alumni = ["michaelwoerister", "pierwill", "pnkfelix", "spastorino"]
1111
orgs = ["rust-lang"]
1212

1313
[website]
14-
name = "Incremental compilation working group"
14+
name = "Incremental compilation working area"
1515
description = "Improving incremental compilation in rustc"
16-
zulip-stream = "t-compiler/wg-incr-comp"
16+
zulip-stream = "t-compiler/incremental"
1717

1818
[permissions]
1919
perf = true

teams/wg-llvm.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ alumni = []
1616
orgs = ["rust-lang"]
1717

1818
[website]
19-
name = "LLVM working group"
19+
name = "LLVM working area"
2020
description = "Working with LLVM upstream to represent Rust in its development"
2121
repo = "https://rust-lang.github.io/compiler-team/working-groups/llvm/"
22-
zulip-stream = "t-compiler/wg-llvm"
22+
zulip-stream = "t-compiler/llvm"

teams/wg-macros.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ alumni = [
2020
orgs = ["rust-lang", "rust-lang-nursery"]
2121

2222
[website]
23-
name = "Macros working group"
23+
name = "Macros working area"
2424
description = "Revival and Improving the Rust Macros"
2525
repo = "https://github.com/rust-lang/wg-macros"
26-
zulip-stream = "wg-macros"
26+
zulip-stream = "macros"
2727

2828
[[zulip-groups]]
2929
name = "wg-macros"

teams/wg-mir-opt.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ alumni = ["spastorino"]
1111
orgs = ["rust-lang"]
1212

1313
[website]
14-
name = "MIR optimizations working group"
14+
name = "MIR optimizations working area"
1515
description = "Writing MIR optimizations and refactoring the MIR to be more optimizable"
16-
repo = "https://rust-lang.github.io/compiler-team/working-groups/mir-opt/"
17-
zulip-stream = "t-compiler/wg-mir-opt"
16+
repo = "https://forge.rust-lang.org/compiler/working-areas.html"
17+
zulip-stream = "t-compiler/mir-opts"
1818

1919
[permissions]
2020
perf = true

teams/wg-parallel-rustc.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ bors.rust.try = true
2525
perf = true
2626

2727
[website]
28-
name = "Parallel rustc working group"
28+
name = "Parallel rustc working area"
2929
description = "Making parallel compilation the default for rustc"
30-
repo = "https://rust-lang.github.io/compiler-team/working-groups/parallel-rustc/"
31-
zulip-stream = "t-compiler/wg-parallel-rustc"
30+
repo = "https://forge.rust-lang.org/compiler/working-areas.html"
31+
zulip-stream = "t-compiler/parallel-rustc"
3232

3333
[[zulip-groups]]
34-
name = "WG-parallel-rustc"
34+
name = "parallel-rustc"

teams/wg-polonius.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name = "wg-polonius"
2-
# Really should be "types", but the team repo doesn't handle that right now
3-
subteam-of = "compiler"
2+
subteam-of = "types"
43
kind = "working-group"
54

65
[people]
@@ -9,9 +8,9 @@ members = ["lqd", "nikomatsakis", "amandasystems", "matthewjasper", "ecstatic-mo
98
alumni = []
109

1110
[website]
12-
name = "Polonius working group"
11+
name = "Polonius working area"
1312
description = "Working on an experimental new borrow-checker implementation"
14-
repo = "https://rust-lang.github.io/compiler-team/working-groups/polonius/"
13+
repo = "https://forge.rust-lang.org/compiler/working-areas.html"
1514
zulip-stream = "t-types/polonius"
1615

1716
[[github]]

teams/wg-prioritization.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ alumni = [
3535
]
3636

3737
[website]
38-
name = "Prioritization working group"
39-
description = "Triaging bugs, mainly deciding if bugs are critical (potential release blockers) or not"
38+
name = "Prioritization working area"
39+
description = "Triaging bugs, mainly deciding if there are critical (potential) release blockers"
4040
repo = "https://rust-lang.github.io/compiler-team/working-groups/prioritization/"
41-
zulip-stream = "t-compiler/wg-prioritization"
41+
zulip-stream = "t-compiler/prioritization"
4242

4343
[[github]]
4444
orgs = ["rust-lang"]

teams/wg-rustc-dev-guide.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ alumni = ["LeSeulArtichaut", "Nashenas88", "amanjeev", "chrissimpkins", "jyn514"
1919
orgs = ["rust-lang"]
2020

2121
[website]
22-
name = "Rustc Dev Guide working group"
22+
name = "Rustc Dev Guide working area"
2323
description = "Making the compiler easier to learn by maintaining and improving the Rustc Dev Guide"
24-
repo = "https://rust-lang.github.io/compiler-team/working-groups/rustc-dev-guide/"
25-
zulip-stream = "t-compiler/wg-rustc-dev-guide"
24+
repo = "https://forge.rust-lang.org/compiler/working-areas.html"
25+
zulip-stream = "t-compiler/rustc-dev-guide"
2626

2727
[[zulip-groups]]
2828
name = "WG-rustc-dev-guide"

0 commit comments

Comments
 (0)