Skip to content

Commit 320e820

Browse files
authored
Merge pull request rust-lang#1078 from thomcc/wg-binary-size
Add binary size working group
2 parents a5c9e70 + 423a2bd commit 320e820

File tree

4 files changed

+47
-0
lines changed

4 files changed

+47
-0
lines changed

people/h1467792822.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = 'h1467792822'
2+
github = 'h1467792822'
3+
github-id = 8490488
4+
zulip-id = 587627

people/wain303009.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = 'Wayne Wu'
2+
github = 'wain303009'
3+
github-id = 38760447
4+
zulip-id = 651021

repos/rust-lang/wg-binary-size.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
org = "rust-lang"
2+
name = "wg-binary-size"
3+
description = "Improving the binary size of Rust programs and libraries"
4+
bots = []
5+
6+
[access.teams]
7+
wg-binary-size = "write"

teams/wg-binary-size.toml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name = "wg-binary-size"
2+
kind = "working-group"
3+
subteam-of = "compiler"
4+
5+
[people]
6+
leads = ["thomcc", "m-ou-se"]
7+
members = [
8+
"davidtwco",
9+
"h1467792822",
10+
"Kobzol",
11+
"m-ou-se",
12+
"nbdd0121",
13+
"nnethercote",
14+
"thomcc",
15+
"wain303009",
16+
"workingjubilee",
17+
]
18+
19+
alumni = [
20+
]
21+
22+
[[github]]
23+
orgs = ["rust-lang"]
24+
25+
[website]
26+
name = "Binary size working group"
27+
description = "Improving the binary size of Rust programs and libraries"
28+
repo = "https://github.com/rust-lang/wg-binary-size"
29+
zulip-stream = "wg-binary-size"
30+
31+
[[zulip-groups]]
32+
name = "wg-binary-size"

0 commit comments

Comments
 (0)