summaryrefslogtreecommitdiffstats
path: root/teams
diff options
context:
space:
mode:
authorDavid Wood <david@davidtw.co>2019-03-20 23:10:36 +0100
committerDavid Wood <david@davidtw.co>2019-03-20 23:10:36 +0100
commit794b1be4208f5ca7b72f05461c267396d338a00f (patch)
treef61be19a7666bda4eacf7d20ae179bb92c9c2fbe /teams
parentfb38c1d4f6a0c1676c6f6d346879d553cd947ac7 (diff)
Synchronize compiler working groups.
Diffstat (limited to 'teams')
-rw-r--r--teams/wg-async-await.toml12
-rw-r--r--teams/wg-codegen.toml11
-rw-r--r--teams/wg-llvm.toml12
-rw-r--r--teams/wg-meta.toml12
-rw-r--r--teams/wg-mir-opt.toml12
-rw-r--r--teams/wg-nll.toml (renamed from teams/wg-compiler-nll.toml)3
-rw-r--r--teams/wg-parallel-rustc.toml12
-rw-r--r--teams/wg-pgo.toml12
-rw-r--r--teams/wg-rfc-2229.toml12
-rw-r--r--teams/wg-rls-2.0.toml12
-rw-r--r--teams/wg-self-profile.toml12
-rw-r--r--teams/wg-traits.toml1
12 files changed, 111 insertions, 12 deletions
diff --git a/teams/wg-async-await.toml b/teams/wg-async-await.toml
new file mode 100644
index 0000000..52c5c99
--- /dev/null
+++ b/teams/wg-async-await.toml
@@ -0,0 +1,12 @@
+name = "wg-async-await"
+subteam-of = "compiler"
+wg = true
+
+[people]
+leads = ["nikomatsakis", "cramertj"]
+members = ["nikomatsakis", "cramertj"]
+
+[website]
+name = "Async-await Implementation"
+description = "Implementing async-await"
+repo = "https://github.com/rust-lang/compiler-team/blob/master/working-groups/async-await"
diff --git a/teams/wg-codegen.toml b/teams/wg-codegen.toml
deleted file mode 100644
index ec8ac8c..0000000
--- a/teams/wg-codegen.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-name = "wg-codegen"
-subteam-of = "compiler"
-wg = true
-
-[people]
-leads = ["nox"]
-members = ["nox"]
-
-[website]
-name = "Codegen"
-description = "Improving code generated by rustc."
diff --git a/teams/wg-llvm.toml b/teams/wg-llvm.toml
new file mode 100644
index 0000000..639c723
--- /dev/null
+++ b/teams/wg-llvm.toml
@@ -0,0 +1,12 @@
+name = "wg-llvm"
+subteam-of = "compiler"
+wg = true
+
+[people]
+leads = ["nagisa"]
+members = ["nagisa"]
+
+[website]
+name = "LLVM"
+description = "Working with LLVM upstream to represent Rust in its development"
+repo = "https://github.com/rust-lang/compiler-team/blob/master/working-groups/llvm"
diff --git a/teams/wg-meta.toml b/teams/wg-meta.toml
new file mode 100644
index 0000000..53bef8e
--- /dev/null
+++ b/teams/wg-meta.toml
@@ -0,0 +1,12 @@
+name = "wg-meta"
+subteam-of = "compiler"
+wg = true
+
+[people]
+leads = ["nikomatsakis", "davidtwco", "spastorino"]
+members = ["nikomatsakis", "davidtwco", "spastorino"]
+
+[website]
+name = "Meta"
+description = "How compiler team organizes itself"
+repo = "https://github.com/rust-lang/compiler-team/blob/master/working-groups/meta"
diff --git a/teams/wg-mir-opt.toml b/teams/wg-mir-opt.toml
new file mode 100644
index 0000000..01b1491
--- /dev/null
+++ b/teams/wg-mir-opt.toml
@@ -0,0 +1,12 @@
+name = "wg-mir-opt"
+subteam-of = "compiler"
+wg = true
+
+[people]
+leads = ["oli-obk"]
+members = ["oli-obk"]
+
+[website]
+name = "MIR Optimizations"
+description = "Write MIR optimizations and refactor the MIR to be more optimizable."
+repo = "https://github.com/rust-lang/compiler-team/tree/master/working-groups/mir-opt"
diff --git a/teams/wg-compiler-nll.toml b/teams/wg-nll.toml
index 5e8d49d..a200168 100644
--- a/teams/wg-compiler-nll.toml
+++ b/teams/wg-nll.toml
@@ -1,4 +1,4 @@
-name = "wg-compiler-nll"
+name = "wg-nll"
subteam-of = "compiler"
wg = true
@@ -9,3 +9,4 @@ members = ["nikomatsakis", "pnkfelix"]
[website]
name = "Non-Lexical Lifetimes (NLL)"
description = "Implementing the new MIR-based borrow check and non-lexical lifetimes"
+repo = "https://github.com/rust-lang/compiler-team/tree/master/working-groups/nll"
diff --git a/teams/wg-parallel-rustc.toml b/teams/wg-parallel-rustc.toml
new file mode 100644
index 0000000..7219920
--- /dev/null
+++ b/teams/wg-parallel-rustc.toml
@@ -0,0 +1,12 @@
+name = "wg-parallel-rustc"
+subteam-of = "compiler"
+wg = true
+
+[people]
+leads = ["Zoxc", "michaelwoerister"]
+members = ["Zoxc", "michaelwoerister"]
+
+[website]
+name = "Parallel rustc"
+description = "Making parallel compilation the default for rustc"
+repo = "https://github.com/rust-lang/compiler-team/tree/master/working-groups/parallel-rustc"
diff --git a/teams/wg-pgo.toml b/teams/wg-pgo.toml
new file mode 100644
index 0000000..d10b495
--- /dev/null
+++ b/teams/wg-pgo.toml
@@ -0,0 +1,12 @@
+name = "wg-pgo"
+subteam-of = "compiler"
+wg = true
+
+[people]
+leads = ["michaelwoerister"]
+members = ["michaelwoerister"]
+
+[website]
+name = "Profile-guided optimization"
+description = "Implementing profile-guided optimization for rustc"
+repo = "https://github.com/rust-lang/compiler-team/blob/master/working-groups/pgo"
diff --git a/teams/wg-rfc-2229.toml b/teams/wg-rfc-2229.toml
new file mode 100644
index 0000000..dc10999
--- /dev/null
+++ b/teams/wg-rfc-2229.toml
@@ -0,0 +1,12 @@
+name = "wg-rfc-2229"
+subteam-of = "compiler"
+wg = true
+
+[people]
+leads = ["nikomatsakis", "blitzerr"]
+members = ["nikomatsakis", "blitzerr"]
+
+[website]
+name = "RFC 2229"
+description = "Make a closure capture individual fields of the variable rather than the entire composite variable"
+repo = "https://github.com/rust-lang/compiler-team/blob/master/working-groups/rfc-2229"
diff --git a/teams/wg-rls-2.0.toml b/teams/wg-rls-2.0.toml
new file mode 100644
index 0000000..254f5b2
--- /dev/null
+++ b/teams/wg-rls-2.0.toml
@@ -0,0 +1,12 @@
+name = "wg-rls-2.0"
+subteam-of = "compiler"
+wg = true
+
+[people]
+leads = ["matklad"]
+members = ["matklad"]
+
+[website]
+name = "RLS 2.0"
+description = "Experimenting with a new compiler architecture tailored for IDEs"
+repo = "https://github.com/rust-lang/compiler-team/blob/master/working-groups/rls-2.0"
diff --git a/teams/wg-self-profile.toml b/teams/wg-self-profile.toml
new file mode 100644
index 0000000..a193c97
--- /dev/null
+++ b/teams/wg-self-profile.toml
@@ -0,0 +1,12 @@
+name = "wg-self-profile"
+subteam-of = "compiler"
+wg = true
+
+[people]
+leads = ["michaelwoerister", "wesleywiser"]
+members = ["michaelwoerister", "wesleywiser"]
+
+[website]
+name = "Self-Profile"
+description = "Improving the -Z self-profile feature"
+repo = "https://github.com/rust-lang/compiler-team/blob/master/working-groups/self-profile"
diff --git a/teams/wg-traits.toml b/teams/wg-traits.toml
index 0d8d5b2..d57cc6c 100644
--- a/teams/wg-traits.toml
+++ b/teams/wg-traits.toml
@@ -9,3 +9,4 @@ members = ["nikomatsakis"]
[website]
name = "Traits"
description = "Revamping the rustc trait implementation to follow the Chalk approach."
+repo = "https://github.com/rust-lang/compiler-team/tree/master/working-groups/traits"