layout |
title |
people |
teams |
default |
The Rust Team |
aatch |
alexcrichton |
aturon |
bkoropoff |
brson |
BurntSushi |
dotdash |
eddyb |
erickt |
Gankro |
huonw |
jakub- |
Kimundi |
manishearth |
mbrubeck |
michaelwoerister |
nikomatsakis |
nrc |
pcwalton |
pnkfelix |
sfackler |
steveklabnik |
vadimcn |
wycats |
|
name |
irc |
Alex Crichton |
acrichto |
|
|
|
|
name |
irc |
Andrew Gallant |
burntsushi |
|
name |
irc |
Björn Steinbrink |
doener |
|
|
|
|
name |
irc |
Huon Wilson |
huon |
|
|
name |
irc |
Marvin Löbel |
kimundi |
|
name |
irc |
Manish Goregaokar |
Manishearth |
|
|
name |
irc |
Michael Woerister |
mw |
|
name |
irc |
Niko Matsakis |
nmatsakis |
|
|
|
|
|
|
|
|
|
name |
responsibility |
members |
Core |
overall direction of the project, subteam leadership, cross-cutting concerns |
brson |
alexcrichton |
wycats |
steveklabnik |
nikomatsakis |
aturon |
pcwalton |
huonw |
|
|
name |
responsibility |
members |
lead |
Language design |
designing new language features |
nrc |
pnkfelix |
nikomatsakis |
aturon |
huonw |
|
nikomatsakis |
|
name |
responsibility |
members |
lead |
Library |
the Rust standard library, rust-lang crates, conventions |
brson |
Gankro |
alexcrichton |
sfackler |
BurntSushi |
Kimundi |
aturon |
huonw |
|
aturon |
|
name |
responsibility |
members |
lead |
Compiler |
compiler internals, optimizations |
jakub- |
eddyb |
nrc |
pnkfelix |
bkoropoff |
nikomatsakis |
aatch |
dotdash |
michaelwoerister |
|
nikomatsakis |
|
name |
responsibility |
members |
lead |
Tooling and infrastructure |
tool support (e.g. Cargo, multirust), CI infrastructure, etc. |
brson |
nrc |
alexcrichton |
vadimcn |
wycats |
michaelwoerister |
|
alexcrichton |
|
name |
responsibility |
members |
email |
Moderation |
|
mbrubeck |
BurntSushi |
manishearth |
pnkfelix |
erickt |
|
|
|
|
<style type="text/css">
.headshot {
border: 1px solid #888;
width: 140px;
}
.person {
display: inline-block;
position: relative;
margin-bottom: 20px;
}
.lead { font-weight: bold; }
.lead .name::after { content: " (lead)"; }
.irc {
display: none;
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
color: white;
font-weight: normal;
}
.person:hover .irc {
display: block;
}
.headshots {
text-align: center;
margin: 0px auto;
padding: 0;
width: 700px;
max-width: 100%;
list-style: none;
}
</style>
The Rust project is governed by a
number of teams, each focused on a specific area of concern. Below are the
rosters, in alphabetical order.
{% for team in page.teams %}
## {{ team.name }} team
Responsibility: {{ team.responsibility }}
{% if team.email %}
Contact:
{{ team.email }}
{% endif %}
{% endfor %}