Skip to content

Latest commit

 

History

History
159 lines (148 loc) · 3.95 KB

team.md

File metadata and controls

159 lines (148 loc) · 3.95 KB
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
James Miller
name irc
Alex Crichton
acrichto
name
Aaron Turon
name
Brian Koropoff
name
Brian Anderson
name irc
Andrew Gallant
burntsushi
name irc
Björn Steinbrink
doener
name
Eduard Burtescu
name
Erick Tryzelaar
name
Alexis Beingessner
name irc
Huon Wilson
huon
name
Jakub Bukaj
name irc
Marvin Löbel
kimundi
name irc
Manish Goregaokar
Manishearth
name
Matt Brubeck
name irc
Michael Woerister
mw
name irc
Niko Matsakis
nmatsakis
name
Nick Cameron
name
Patrick Walton
name
Felix Klock
name
Steven Fackler
name
Steve Klabnik
name
Vadim Chugunov
name
Yehuda Katz
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
helping uphold the [code of conduct](http://www.rust-lang.org/conduct.html)
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 Team

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 %}