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/"