Skip to content

[inside-rust] Add post for rotating compiler team leads #1126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 3, 2023
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
33 changes: 33 additions & 0 deletions posts/inside-rust/2023-08-02-rotating-compiler-leads.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: post
title: "Rotating Rust compiler team leadership"
author: Wesley Wiser
team: the compiler team <https://www.rust-lang.org/governance/teams/compiler>
---

As initiated in [late 2020] and ratified by [RFC 3262], the Rust compiler team uses a rotating system of co-leads.
After two and a half years, we've decided its time to rotate the leadership again!

## Welcome David Wood

Felix Klock is stepping down from his role as senior lead and David Wood is joining Wesley Wiser as the new junior lead for the team.

Felix remains a valued member of the compiler team (and also the [language design team]).
Felix will be focusing on reducing the [sizes of Rust futures], and on improving the state of the art for authoring Unsafe Rust, via projects such as [Krabcake].

David has been a contributor to the Rust project since 2017, a compiler-contributor since 2019 and became a compiler team member in 2021.
His contributions include work on the [diagnostic translation effort], [split DWARF support], [polymorphisation], [non-lexical lifetimes initiative] and general maintenance to the compiler.
David has also been a contributor to the governance and organization of the compiler team itself via [policy proposals] and regular participation in our weekly triage and steering meetings.

Felix and I are excited to welcome David into this leadership role and I am thrilled to be working alongside him.

[late 2020]: https://blog.rust-lang.org/inside-rust/2020/12/14/changes-to-compiler-team.html
[RFC 3262]: https://rust-lang.github.io/rfcs/3262-compiler-team-rolling-leads.html
[language design team]: https://lang-team.rust-lang.org/
[sizes of Rust futures]: https://github.com/rust-lang/rust/issues/69826
[Krabcake]: https://github.com/pnkfelix/krabcake#what-is-this-krabcake
[diagnostic translation effort]: https://blog.rust-lang.org/inside-rust/2022/08/16/diagnostic-effort.html
[split DWARF support]: https://github.com/rust-lang/rust/pull/98051#issuecomment-1153776677
[polymorphisation]: https://davidtw.co/media/masters_dissertation.pdf
[non-lexical lifetimes initiative]: https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html#non-lexical-lifetimes
[policy proposals]: https://github.com/rust-lang/rust-forge/pull/639