-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathcompiler.toml
134 lines (123 loc) · 3.72 KB
/
compiler.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
name = "compiler"
top-level = true
[people]
leads = ["davidtwco", "wesleywiser"]
members = [
"alexcrichton",
"apiraino",
"b-naber",
"bjorn3",
{ github = "BoxyUwU", roles = ["compiler-maintainer"] },
"camelid",
{ github = "chenyukang", roles = ["compiler-maintainer"] },
"ChrisDenton",
{ github = "cjgillot", roles = ["compiler-maintainer"] },
{ github = "compiler-errors", roles = ["compiler-maintainer"] },
"cuviper",
{ github = "davidtwco", roles = ["compiler-maintainer"] },
"DianQK",
"durin42",
"eholk",
"est31",
{ github = "estebank", roles = ["compiler-maintainer"] },
{ github = "fee1-dead", roles = ["compiler-maintainer"] },
"flodiebold",
"fmease",
{ github = "jackh726", roles = ["compiler-maintainer"] },
"jieyouxu",
"jswrenn",
{ github = "lcnr", roles = ["compiler-maintainer"] },
{ github = "lqd", roles = ["compiler-maintainer"] },
"lukas-code",
"m-ou-se",
{ github = "Mark-Simulacrum", roles = ["compiler-maintainer"] },
{ github = "matthewjasper", roles = ["compiler-maintainer"] },
{ github = "Nadrieril", roles = ["compiler-maintainer"] },
{ github = "nagisa", roles = ["compiler-maintainer"] },
"nikic",
"nikomatsakis",
"Noratrieb",
{ github = "nnethercote", roles = ["compiler-maintainer"] },
{ github = "oli-obk", roles = ["compiler-maintainer"] },
{ github = "petrochenkov", roles = ["compiler-maintainer"] },
"RalfJung",
"rcvalle",
{ github = "saethlin", roles = ["compiler-maintainer"] },
"scottmcm",
{ github = "SparrowLii", roles = ["compiler-maintainer"] },
{ github = "spastorino", roles = ["compiler-maintainer"] },
"TaKO8Ki",
"tgross35",
"the8472",
"tmandry",
"tmiasko",
"Urgau",
"WaffleLapkin",
{ github = "wesleywiser", roles = ["compiler-maintainer"] },
"workingjubilee",
"Zalathar",
]
alumni = [
{ github = "Aaron1011", roles = ["compiler-maintainer"] },
{ github = "Aatch", roles = ["compiler-maintainer"] },
{ github = "arielb1", roles = ["compiler-maintainer"] },
{ github = "bkoropoff", roles = ["compiler-maintainer"] },
"Centril",
{ github = "cramertj", roles = ["compiler-maintainer"] },
{ github = "dotdash", roles = ["compiler-maintainer"] },
"ecstatic-morse",
{ github = "eddyb", roles = ["compiler-maintainer"] },
{ github = "jseyfried", roles = ["compiler-maintainer"] },
"LeSeulArtichaut",
"matklad",
{ github = "michaelwoerister", roles = ["compiler-maintainer"] },
{ github = "nrc", roles = ["compiler-maintainer"] },
{ github = "pnkfelix", roles = ["compiler-maintainer"] },
"scalexm",
{ github = "varkor", roles = ["compiler-maintainer"] },
"Xanewok",
"zackmdavis",
{ github = "Zoxc", roles = ["compiler-maintainer"] }
]
[[roles]]
id = "compiler-maintainer"
description = "Maintainer"
[permissions]
perf = true
crater = true
dev-desktop = true
bors.rust.review = true
[[github]]
orgs = ["rust-lang", "rust-lang-nursery"]
[website]
name = "Compiler team"
repo = "http://github.com/rust-lang/compiler-team"
description = "Developing and managing compiler internals and optimizations"
zulip-stream = "t-compiler"
[[lists]]
address = "compiler-private@rust-lang.org"
[[lists]]
address = "compiler@rust-lang.org"
[[lists]]
address = "compiler-team@rust-lang.org"
[[lists]]
address = "compiler-and-subteams@rust-lang.org"
include-subteam-members = true
[[zulip-groups]]
name = "T-compiler"
[[zulip-groups]]
name = "T-compiler/meeting"
include-team-members = false
extra-people = [
"davidtwco",
"wesleywiser",
"apiraino",
"bjorn3",
"SparrowLii",
"estebank",
"BoxyUwU",
"jieyouxu",
"jswrenn",
"spastorino",
"tmiasko"
]