From 379eccc7ab7996928da657549f25c8accb9f391a Mon Sep 17 00:00:00 2001 From: David Wood Date: Wed, 5 Aug 2020 11:42:03 +0100 Subject: [PATCH] Add polymorphization working group. Signed-off-by: David Wood --- teams/wg-polymorphization.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 teams/wg-polymorphization.toml diff --git a/teams/wg-polymorphization.toml b/teams/wg-polymorphization.toml new file mode 100644 index 000000000..714d7416b --- /dev/null +++ b/teams/wg-polymorphization.toml @@ -0,0 +1,12 @@ +name = "wg-polymorphization" +subteam-of = "compiler" +wg = true + +[people] +leads = ["davidtwco"] +members = ["davidtwco", "eddyb", "lcnr"] + +[website] +name = "Polymorphization working group" +description = "Implementing polymorphization to reduce unnecessary monomorphisation in rustc" +repo = "https://rust-lang.github.io/compiler-team/working-groups/polymorphization/"