@@ -34,6 +34,7 @@ people:
34
34
name : Jan-Erik Rediger
35
35
bkoropoff :
36
36
name : Brian Koropoff
37
+ ex-teams : ["compiler"]
37
38
booyaa :
38
39
name : Mark Sta Ana
39
40
brson :
@@ -48,14 +49,19 @@ people:
48
49
dotdash :
49
50
name : Björn Steinbrink
50
51
irc : doener
52
+ ex-teams : ["compiler"]
51
53
dtolnay :
52
54
name : David Tolnay
53
55
eddyb :
54
56
name : Eduard Burtescu
55
57
edunham :
56
58
name : E. Dunham
59
+ emilio :
60
+ name : Emilio Cobos Álvarez
57
61
erickt :
58
62
name : Erick Tryzelaar
63
+ fitzgen :
64
+ name : Nick Fitzgerald
59
65
frewsxcv :
60
66
name : Corey Farwell
61
67
irc : frewsxcv
@@ -82,15 +88,23 @@ people:
82
88
jseyfried :
83
89
name : Jeffrey Seyfried
84
90
irc : jseyfried
91
+ jwilm :
92
+ name : Joe Wilm
93
+ killercup :
94
+ name : Pascal Hertleif
85
95
Kimundi :
86
96
name : Marvin Löbel
87
97
irc : kimundi
98
+ llogiq :
99
+ name : llogiq
88
100
Mark-Simulacrum :
89
101
name : Mark Simulacrum
90
102
irc : simulacrum
91
103
manishearth :
92
104
name : Manish Goregaokar
93
105
irc : Manishearth
106
+ matklad :
107
+ name : Aleksey Kladov
94
108
mbrubeck :
95
109
name : Matt Brubeck
96
110
michaelwoerister :
@@ -104,6 +118,8 @@ people:
104
118
irc : nmatsakis
105
119
nrc :
106
120
name : Nick Cameron
121
+ oli-obk :
122
+ name : Oliver Schneider
107
123
pcwalton :
108
124
name : Patrick Walton
109
125
peschkaj :
@@ -132,6 +148,8 @@ people:
132
148
name : Vadim Chugunov
133
149
ubsan :
134
150
name : Nicole Mazzuca
151
+ whitequark :
152
+ name : whitequark
135
153
withoutboats :
136
154
name : Without Boats
137
155
wycats :
@@ -147,24 +165,35 @@ teams:
147
165
- name : Core team
148
166
responsibility : " overall direction of the project, subteam leadership, cross-cutting concerns"
149
167
members : [brson, nrc, alexcrichton, wycats, steveklabnik, nikomatsakis, carols10cents, aturon, erickt]
150
- - name : Language design team
168
+ - name : Language team
151
169
responsibility : " designing new language features"
152
170
members : [withoutboats, eddyb, nrc, pnkfelix, nikomatsakis, aturon]
153
171
lead : nikomatsakis
172
+ - name : Language team shepherds
173
+ responsibility : " helping guide language RFCs to completion, assisting the language team with its work"
174
+ members : [solson, joshtriplett, whitequark]
154
175
- name : Library team
155
176
responsibility : " the Rust standard library, rust-lang crates, conventions, and ecosystem support"
156
177
members : [brson, alexcrichton, sfackler, BurntSushi, Kimundi, dtolnay, aturon]
157
178
lead : aturon
158
179
- name : Compiler team
159
180
responsibility : " compiler internals, optimizations"
160
- members : [arielb1, eddyb, nrc, pnkfelix, bkoropoff, nikomatsakis, aatch, jseyfried, dotdash , michaelwoerister]
181
+ members : [arielb1, eddyb, nrc, pnkfelix, nikomatsakis, aatch, jseyfried, michaelwoerister]
161
182
lead : nikomatsakis
162
- - name : Tools team
163
- responsibility : " Rust tools (e.g. Cargo, rustup)"
164
- members : [japaric, brson, nrc, alexcrichton, vadimcn, wycats, carols10cents, michaelwoerister]
165
- lead : alexcrichton
183
+ - name : Dev tools team
184
+ responsibility : " overall direction for tools for working with Rust code"
185
+ members : [japaric, brson, nrc, michaelwoerister, killercup, jonathandturner]
186
+ lead : nrc
187
+ - name : Dev tools peers
188
+ responsibility : " oversight of specific Rust tools, and coordination with dev tools team"
189
+ members : [alexcrichton, emilio, fitzgen, manishearth, llogiq, oli-obk, matklad, jwilm, GuillaumeGomez, QuietMisdreavus, steveklabnik]
190
+ lead : nrc
191
+ - name : Cargo team
192
+ responsibility : " design and implementation of Cargo"
193
+ members : [alexcrichton, carols10cents, withoutboats, matklad, wycats, aturon]
194
+ lead : aturon
166
195
- name : Infrastructure team
167
- responsibility : " Tools supporting the Rust project itself: CI, releases, bots, metrics"
196
+ responsibility : " infrastructure supporting the Rust project itself: CI, releases, bots, metrics"
168
197
members : [brson, alexcrichton, frewsxcv, shepmaster, aidanhs, TimNN, carols10cents, Mark-Simulacrum, erickt, aturon]
169
198
lead : aturon
170
199
- name : Community team
@@ -186,7 +215,7 @@ teams:
186
215
email : style-team@rust-lang.org
187
216
- name : Rust team alumni
188
217
responsibility : " enjoying a leisurely retirement"
189
- members : [Gankro, pcwalton, huonw, peschkaj]
218
+ members : [Gankro, pcwalton, huonw, peschkaj, dotdash, bkoropoff ]
190
219
# Information on sites to get profile information from
191
220
sites :
192
221
github :
0 commit comments