layout |
title |
people |
teams |
sites |
default |
The Rust Team · The Rust Programming Language |
aatch |
arielb1 |
alexcrichton |
aturon |
bkoropoff |
brson |
bstrie |
BurntSushi |
carols10cents |
dotdash |
eddyb |
erickt |
Gankro |
huonw |
Kimundi |
manishearth |
mbrubeck |
michaelwoerister |
niconii |
nikomatsakis |
nrc |
pcwalton |
pnkfelix |
sfackler |
skade |
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 |
Nicolette Verlinden |
niconii |
|
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 |
erickt |
|
|
name |
responsibility |
members |
lead |
Language design |
designing new language features |
eddyb |
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 |
arielb1 |
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 |
lead |
members |
email |
Community |
coordinating events, outreach, commercial users, teaching materials, and exposure |
erickt |
brson |
carols10cents |
skade |
manishearth |
steveklabnik |
bstrie |
erickt |
|
community-team [at] rust-lang [dot] org |
|
name |
responsibility |
members |
email |
Moderation |
|
mbrubeck |
BurntSushi |
manishearth |
pnkfelix |
niconii |
|
rust-mods [at] rust-lang [dot] org |
|
|
|
<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.
To contact a team, post your question or comment to the Internals
forum and tag your post with the category
corresponding to the team name. Note that security disclosures should follow
the Rust security disclosure process.
{% for team in page.teams %}
Responsibility: {{ team.responsibility }}
{% if team.email %}
Contact:
{{ team.email }}
{% endif %}
{% endfor %}