Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit fb585de

Browse files
authored
Merge pull request #819 from nrc/alpha
Restore alphabetic order to teams and fix two bugs
2 parents e75199c + a6cc2ed commit fb585de

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

_data/team.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ people:
8585
Kimundi:
8686
name: Marvin Löbel
8787
irc: kimundi
88-
Mark-Sumulacrum:
88+
Mark-Simulacrum:
8989
name: Mark Simulacrum
9090
irc: simulacrum
9191
manishearth:
@@ -124,7 +124,7 @@ people:
124124
steveklabnik:
125125
name: Steve Klabnik
126126
TimNN:
127-
Tim Neumann
127+
name: Tim Neumann
128128
vadimcn:
129129
name: Vadim Chugunov
130130
ubsan:
@@ -143,47 +143,47 @@ people:
143143
teams:
144144
- name: Core team
145145
responsibility: "overall direction of the project, subteam leadership, cross-cutting concerns"
146-
members: [brson, alexcrichton, wycats, steveklabnik, nikomatsakis, aturon, erickt, carols10cents, nrc]
146+
members: [brson, nrc, alexcrichton, wycats, steveklabnik, nikomatsakis, carols10cents, aturon, erickt]
147147
- name: Language design team
148148
responsibility: "designing new language features"
149-
members: [eddyb, nrc, pnkfelix, nikomatsakis, aturon, withoutboats]
149+
members: [withoutboats, eddyb, nrc, pnkfelix, nikomatsakis, aturon]
150150
lead: nikomatsakis
151151
- name: Library team
152152
responsibility: "the Rust standard library, rust-lang crates, conventions, and ecosystem support"
153153
members: [brson, alexcrichton, sfackler, BurntSushi, Kimundi, dtolnay, aturon]
154154
lead: aturon
155155
- name: Compiler team
156156
responsibility: "compiler internals, optimizations"
157-
members: [arielb1, eddyb, nrc, pnkfelix, bkoropoff, nikomatsakis, aatch, dotdash, michaelwoerister, jseyfried]
157+
members: [arielb1, eddyb, nrc, pnkfelix, bkoropoff, nikomatsakis, aatch, jseyfried, dotdash, michaelwoerister]
158158
lead: nikomatsakis
159159
- name: Tools team
160160
responsibility: "Rust tools (e.g. Cargo, rustup)"
161161
members: [japaric, brson, nrc, alexcrichton, vadimcn, wycats, carols10cents, michaelwoerister]
162162
lead: alexcrichton
163163
- name: Infrastructure team
164164
responsibility: "Tools supporting the Rust project itself: CI, releases, bots, metrics"
165-
members: [TimNN, aidanhs, Mark-Simulacrum, frewsxcv, alexcrichton, erickt, brson, shepmaster, carols10cents, aturon]
165+
members: [brson, alexcrichton, frewsxcv, shepmaster, aidanhs, TimNN, carols10cents, Mark-Simulacrum, erickt, aturon]
166166
lead: aturon
167167
- name: Community team
168168
responsibility: "coordinating events, outreach, commercial users, teaching materials, and exposure"
169169
lead: erickt
170-
members: [brson, skade, manishearth, johannhof, carols10cents, badboy, booyaa, bstrie, erickt, jonathandturner, edunham]
170+
members: [brson, edunham, skade, manishearth, johannhof, carols10cents, badboy, booyaa, bstrie, erickt, jonathandturner]
171171
172172
- name: Documentation team
173173
responsibility: "ensuring Rust has fantastic documentation"
174-
members: [steveklabnik, GuillaumeGomez, jonathandturner, peschkaj, frewsxcv]
174+
members: [frewsxcv, GuillaumeGomez, steveklabnik, peschkaj, jonathandturner]
175175
- name: Moderation team
176176
responsibility: "helping uphold the <a href='https://www.rust-lang.org/conduct.html'>code of conduct</a>"
177177
members: [mbrubeck, BurntSushi, manishearth, pnkfelix, niconii]
178178
179179
- name: Style team
180-
members: [brson, japaric, joshtriplett, nrc, solson, steveklabnik, ubsan]
180+
members: [brson, japaric, nrc, steveklabnik, ubsan, solson, joshtriplett]
181181
lead: nrc
182182
responsibility: "temporary 'strike team' charged with deciding on code style guidelines and configuring Rustfmt (process specified in <a href='https://github.com/rust-lang/rfcs/blob/master/text/1607-style-rfcs.md'>RFC 1607</a>)"
183183
184184
- name: Rust team alumni
185185
responsibility: "enjoying a leisurely retirement"
186-
members: [Gankro, huonw, pcwalton]
186+
members: [Gankro, pcwalton, huonw]
187187

188188
# Information on sites to get profile information from
189189
sites:

0 commit comments

Comments
 (0)