Skip to content

Commit d7d45d5

Browse files
joshtriplettyaahc
authored andcommitted
Add blog post on language team advisors
1 parent 28e32d7 commit d7d45d5

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: post
3+
title: "Language team advisors"
4+
author: Josh Triplett, Niko Matsakis
5+
team: The Rust Lang Team <https://www.rust-lang.org/governance/teams/lang>
6+
---
7+
8+
[RFC #3327](https://github.com/rust-lang/rfcs/pull/3327) created a new lang-team subteam, the lang team advisors. The advisors team recognizes people who regularly aid the Rust community and the lang team in particular in language design decisions. We already value their input highly and treat their concerns as blocking on features or proposals. The advisors team gives us a way to acknowledge them officially.
9+
10+
The initial advisors team consists of the following people:
11+
12+
**Ralf Jung** is a leader in designing Rust's rules for unsafe code as well as, through his work on miri, the semantics of compile-time evaluation. His work on stacked borrows and minirust has moved the state of that conversation forward in major ways, and he has also driven a number of language changes related to that area.
13+
14+
**Jakob Degen** is one of the authorities around the semantics of unsafe code. He has consistently shown the ability to aggregate opinion, identify the key constraints to respect and those to disregard, and find consensus solutions.
15+
16+
**Mark Rousskov** has been a huge part of the Rust community for many years now, and participates regularly in lang-team meetings. He has a wide knowledge Rust and its nooks and crannies, and often brings key insights to our discussions.
17+
18+
**Jack Huey** co-leads the types team, and provides expertise in the workings of Rust's trait and type system, as well as the chalk system.
19+
20+
**Amanieu d'Antras** leads the design of inline assembly and has been involved as an expert in a number of other areas, such as the "FFI unwind" working group.
21+
22+
**Wesley Wiser** is the co-lead of the compiler team. He's been involved in the project for many years and is an expert on the overall compiler architecture as well as several areas within.
23+
24+
**Alex Crichton** is a well-known figure to many Rustaceans. Among other things, he is a former lead of the libs team, a key cargo contributor, and drove extensive work for Rust in WebAssembly. Indeed, it's hard to find a part of Rust that Alex hasn't had an impact on.
25+
26+
Finally, as part of this change, **Taylor Cramer** will be stepping back as a full-time lang team member and becoming an advisor. In his time on the lang team, Taylor was a core driver for `async`/`await`, `impl Trait`, and a number of other highly impactful language features. We look forward to continuing to have his guidance as an advisor going forward.

0 commit comments

Comments
 (0)