summaryrefslogtreecommitdiffstats
path: root/teams/wg-rls-2.toml
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2019-05-22 17:58:06 -0700
committerManish Goregaokar <manishsmail@gmail.com>2019-05-22 17:58:25 -0700
commitf92d0c6eb55ca415cbfa215330fcfd33c8b23378 (patch)
treed641e5640711e9ac06671c5221e7b02bde776f12 /teams/wg-rls-2.toml
parent3e9683a0c16378f4131de748dac22d94a4b779fa (diff)
Enforce all teams have alphanumeric names
Diffstat (limited to 'teams/wg-rls-2.toml')
-rw-r--r--teams/wg-rls-2.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/teams/wg-rls-2.toml b/teams/wg-rls-2.toml
new file mode 100644
index 0000000..3809684
--- /dev/null
+++ b/teams/wg-rls-2.toml
@@ -0,0 +1,12 @@
+name = "wg-rls-2"
+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"