Skip to content

Archive inactive compiler WGs #1763

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2025
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ description = "Work on debugging Rust code, under the compiler team."
bots = []

[access.teams]
wg-debugging = "write"
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ name = "wg-incr-comp"
description = "Home repo for the compiler team incremental compilation working group"
bots = []

[access.teams]
wg-incr-comp = "write"
[access.teams]
1 change: 0 additions & 1 deletion repos/rust-lang/rustc-reading-club.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ description = "Rust Code Reading Clubs"
bots = []

[access.teams]
wg-rustc-reading-club = "write"
2 changes: 1 addition & 1 deletion teams/archive/project-thir-unsafeck.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind = "project-group"
subteam-of = "compiler"

[people]
leads = ["nikomatsakis"]
leads = []
members = []
alumni = ["nikomatsakis", "matthewjasper", "LeSeulArtichaut"]

Expand Down
11 changes: 5 additions & 6 deletions teams/wg-debugging.toml → teams/archive/wg-debugging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@ subteam-of = "compiler"
kind = "working-group"

[people]
leads = ["wesleywiser"]
members = [
"davidtwco",
"wesleywiser",
]
leads = []
members = []
alumni = [
"Manishearth",
"davidtwco",
"michaelwoerister",
"pnkfelix",
"wesleywiser",
]

[website]
name = "Debugging Working Group"
description = "Providing users with a great experience when debugging Rust code"
zulip-stream = "t-compiler/wg-debugging"
zulip-stream = "t-compiler/debugging"

[[github]]
orgs = ["rust-lang"]
20 changes: 20 additions & 0 deletions teams/archive/wg-incr-comp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name = "incr-comp"
subteam-of = "compiler"
kind = "marker-team"

[people]
leads = []
members = []
alumni = ["davidtwco", "wesleywiser", "Aaron1011", "cjgillot", "michaelwoerister", "pierwill", "pnkfelix", "spastorino"]

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

[website]
name = "Incremental compilation working area"
description = "Improving incremental compilation in rustc"
zulip-stream = "t-compiler/incremental"

[permissions]
perf = true
bors.rust.try = true
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ subteam-of = "compiler"
kind = "working-group"

[people]
leads = ["davidtwco"]
members = ["davidtwco", "eddyb", "lcnr"]
alumni = []
leads = []
members = []
alumni = ["davidtwco", "eddyb", "lcnr"]

[website]
name = "Polymorphization working group"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ subteam-of = "compiler"
kind = "working-group"

[people]
leads = ["nikomatsakis", "doc-jones"]
members = ["doc-jones", "nikomatsakis"]
alumni = []
leads = []
members = []
alumni = ["doc-jones", "nikomatsakis"]

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

[[github]]
orgs = ["rust-lang"]
orgs = ["rust-lang"]
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ subteam-of = "compiler"
kind = "working-group"

[people]
leads = ["wesleywiser"]
members = ["wesleywiser"]
alumni = ["michaelwoerister"]
leads = []
members = []
alumni = ["michaelwoerister","wesleywiser"]

[permissions]
perf = true
Expand Down
2 changes: 1 addition & 1 deletion teams/wg-binary-size.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ perf = true
orgs = ["rust-lang"]

[website]
name = "Binary size working group"
name = "Binary size working area"
description = "Improving the binary size of Rust programs and libraries"
repo = "https://github.com/rust-lang/wg-binary-size"
zulip-stream = "wg-binary-size"
Expand Down
3 changes: 2 additions & 1 deletion teams/wg-compiler-performance.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ alumni = [
orgs = ["rust-lang"]

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

[permissions]
perf = true
Expand Down
5 changes: 3 additions & 2 deletions teams/wg-const-eval.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ alumni = [
]

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

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

[[zulip-groups]]
name = "WG-const-eval"
name = "const-eval"
4 changes: 2 additions & 2 deletions teams/wg-diagnostics.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ alumni = []
orgs = ["rust-lang"]

[website]
name = "Diagnostics working group"
name = "Diagnostics working area"
description = "Aiming to make rustc better at telling the user why the compiler isn't smart enough to understand their code yet"
repo = "https://rust-lang.github.io/compiler-team/working-groups/diagnostics/"
zulip-stream = "t-compiler/wg-diagnostics"
zulip-stream = "t-compiler/diagnostics"
20 changes: 0 additions & 20 deletions teams/wg-incr-comp.toml

This file was deleted.

4 changes: 2 additions & 2 deletions teams/wg-llvm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ alumni = []
orgs = ["rust-lang"]

[website]
name = "LLVM working group"
name = "LLVM working area"
description = "Working with LLVM upstream to represent Rust in its development"
repo = "https://rust-lang.github.io/compiler-team/working-groups/llvm/"
zulip-stream = "t-compiler/wg-llvm"
zulip-stream = "t-compiler/llvm"
4 changes: 2 additions & 2 deletions teams/wg-macros.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ alumni = [
orgs = ["rust-lang", "rust-lang-nursery"]

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

[[zulip-groups]]
name = "wg-macros"
6 changes: 3 additions & 3 deletions teams/wg-mir-opt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ alumni = ["spastorino"]
orgs = ["rust-lang"]

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

[permissions]
perf = true
Expand Down
8 changes: 4 additions & 4 deletions teams/wg-parallel-rustc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ bors.rust.try = true
perf = true

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

[[zulip-groups]]
name = "WG-parallel-rustc"
name = "parallel-rustc"
7 changes: 3 additions & 4 deletions teams/wg-polonius.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name = "wg-polonius"
# Really should be "types", but the team repo doesn't handle that right now
subteam-of = "compiler"
subteam-of = "types"
kind = "working-group"

[people]
Expand All @@ -9,9 +8,9 @@ members = ["lqd", "nikomatsakis", "amandasystems", "matthewjasper", "ecstatic-mo
alumni = []

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

[[github]]
Expand Down
6 changes: 3 additions & 3 deletions teams/wg-prioritization.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ alumni = [
]

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

[[github]]
orgs = ["rust-lang"]
Expand Down
6 changes: 3 additions & 3 deletions teams/wg-rustc-dev-guide.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ alumni = ["LeSeulArtichaut", "Nashenas88", "amanjeev", "chrissimpkins", "jyn514"
orgs = ["rust-lang"]

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

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