summaryrefslogtreecommitdiffstats
path: root/teams/wg-compiler-performance.toml
diff options
context:
space:
mode:
Diffstat (limited to 'teams/wg-compiler-performance.toml')
-rw-r--r--teams/wg-compiler-performance.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/teams/wg-compiler-performance.toml b/teams/wg-compiler-performance.toml
new file mode 100644
index 0000000..0ca606c
--- /dev/null
+++ b/teams/wg-compiler-performance.toml
@@ -0,0 +1,11 @@
+name = "wg-compiler-performance"
+subteam-of = "compiler"
+wg = true
+
+[people]
+leads = ["nikomatsakis"]
+members = ["nikomatsakis"]
+
+[website]
+name = "Compiler Performance"
+description = "Improving rustc compilation performance (build times)."