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

Restore alphabetic order to teams and fix two bugs #819

Merged
merged 1 commit into from
May 18, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions _data/team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ people:
Kimundi:
name: Marvin Löbel
irc: kimundi
Mark-Sumulacrum:
Mark-Simulacrum:
name: Mark Simulacrum
irc: simulacrum
manishearth:
Expand Down Expand Up @@ -124,7 +124,7 @@ people:
steveklabnik:
name: Steve Klabnik
TimNN:
Tim Neumann
name: Tim Neumann
vadimcn:
name: Vadim Chugunov
ubsan:
Expand All @@ -143,47 +143,47 @@ people:
teams:
- name: Core team
responsibility: "overall direction of the project, subteam leadership, cross-cutting concerns"
members: [brson, alexcrichton, wycats, steveklabnik, nikomatsakis, aturon, erickt, carols10cents, nrc]
members: [brson, nrc, alexcrichton, wycats, steveklabnik, nikomatsakis, carols10cents, aturon, erickt]
- name: Language design team
responsibility: "designing new language features"
members: [eddyb, nrc, pnkfelix, nikomatsakis, aturon, withoutboats]
members: [withoutboats, eddyb, nrc, pnkfelix, nikomatsakis, aturon]
lead: nikomatsakis
- name: Library team
responsibility: "the Rust standard library, rust-lang crates, conventions, and ecosystem support"
members: [brson, alexcrichton, sfackler, BurntSushi, Kimundi, dtolnay, aturon]
lead: aturon
- name: Compiler team
responsibility: "compiler internals, optimizations"
members: [arielb1, eddyb, nrc, pnkfelix, bkoropoff, nikomatsakis, aatch, dotdash, michaelwoerister, jseyfried]
members: [arielb1, eddyb, nrc, pnkfelix, bkoropoff, nikomatsakis, aatch, jseyfried, dotdash, michaelwoerister]
lead: nikomatsakis
- name: Tools team
responsibility: "Rust tools (e.g. Cargo, rustup)"
members: [japaric, brson, nrc, alexcrichton, vadimcn, wycats, carols10cents, michaelwoerister]
lead: alexcrichton
- name: Infrastructure team
responsibility: "Tools supporting the Rust project itself: CI, releases, bots, metrics"
members: [TimNN, aidanhs, Mark-Simulacrum, frewsxcv, alexcrichton, erickt, brson, shepmaster, carols10cents, aturon]
members: [brson, alexcrichton, frewsxcv, shepmaster, aidanhs, TimNN, carols10cents, Mark-Simulacrum, erickt, aturon]
lead: aturon
- name: Community team
responsibility: "coordinating events, outreach, commercial users, teaching materials, and exposure"
lead: erickt
members: [brson, skade, manishearth, johannhof, carols10cents, badboy, booyaa, bstrie, erickt, jonathandturner, edunham]
members: [brson, edunham, skade, manishearth, johannhof, carols10cents, badboy, booyaa, bstrie, erickt, jonathandturner]
email: [email protected]
- name: Documentation team
responsibility: "ensuring Rust has fantastic documentation"
members: [steveklabnik, GuillaumeGomez, jonathandturner, peschkaj, frewsxcv]
members: [frewsxcv, GuillaumeGomez, steveklabnik, peschkaj, jonathandturner]
- name: Moderation team
responsibility: "helping uphold the <a href='https://www.rust-lang.org/conduct.html'>code of conduct</a>"
members: [mbrubeck, BurntSushi, manishearth, pnkfelix, niconii]
email: [email protected]
- name: Style team
members: [brson, japaric, joshtriplett, nrc, solson, steveklabnik, ubsan]
members: [brson, japaric, nrc, steveklabnik, ubsan, solson, joshtriplett]
lead: nrc
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>)"
email: [email protected]
- name: Rust team alumni
responsibility: "enjoying a leisurely retirement"
members: [Gankro, huonw, pcwalton]
members: [Gankro, pcwalton, huonw]

# Information on sites to get profile information from
sites:
Expand Down