From 1577a6511198492ff28c911eeb4dde5025f70b16 Mon Sep 17 00:00:00 2001 From: Wesley Wiser Date: Sat, 27 Jun 2020 09:55:53 -0400 Subject: [PATCH] Create wg-incr-comp.toml --- teams/wg-incr-comp.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 teams/wg-incr-comp.toml diff --git a/teams/wg-incr-comp.toml b/teams/wg-incr-comp.toml new file mode 100644 index 000000000..3d2e2e397 --- /dev/null +++ b/teams/wg-incr-comp.toml @@ -0,0 +1,15 @@ +name = "wg-incr-comp" +subteam-of = "compiler" +wg = true + +[people] +leads = ["pnkfelix", "spastorino"] +members = ["davidtwco", "pnkfelix", "spastorino", "wesleywiser"] + +[github] +orgs = ["rust-lang"] + +[website] +name = "Incremental compilation working group" +description = "Fixing bugs, adding features and improving incremental compilation in rustc" +repo = "https://rust-lang.github.io/compiler-team/working-groups/incr-comp/"