summaryrefslogtreecommitdiffstats
path: root/teams/compiler-contributors.toml
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2019-05-09 08:16:12 -0400
committerNiko Matsakis <niko@alum.mit.edu>2019-05-09 08:16:12 -0400
commitf0a085c51d9989e7777ee048801af831092de6f2 (patch)
treeef50dbaa0751799f521aa97b27bb5f5e217b460e /teams/compiler-contributors.toml
parent08a35cfb489f3d410847a17c3e9822d3c724371e (diff)
create the "compiler contributors team" and populate it
Contributors are added to the compiler-team mailing list, as well.
Diffstat (limited to 'teams/compiler-contributors.toml')
-rw-r--r--teams/compiler-contributors.toml27
1 files changed, 27 insertions, 0 deletions
diff --git a/teams/compiler-contributors.toml b/teams/compiler-contributors.toml
new file mode 100644
index 0000000..1e1ee84
--- /dev/null
+++ b/teams/compiler-contributors.toml
@@ -0,0 +1,27 @@
+name = "compiler-contributors"
+
+[people]
+leads = []
+members = [
+ "spastorino",
+ "matthewjasper",
+ "wesleywiser",
+ "scalexm",
+ "lqd",
+ "tmandry",
+ "zackmdavis",
+ "nnethercote",
+ "xanewok",
+ "matklad",
+ "flodiebold",
+]
+
+[permissions]
+perf = true
+crater = true
+bors.rust.review = true
+
+[website]
+name = "Compiler team contributors"
+repo = "http://github.com/rust-lang/compiler-team"
+