Skip to content

welcome TC to the Rust lang team #1353

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 2 commits into from
Jul 31, 2024
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
19 changes: 19 additions & 0 deletions posts/inside-rust/2024-08-01-welcome-tc-to-the-lang-team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: post
title: "Welcome TC to the Rust language design team!"
author: Niko Matsakis and Tyler Mandry
team: The Rust Lang Team <https://www.rust-lang.org/governance/teams/lang>
---

Please join us in welcoming TC as a new member of the Rust language design team. TC has been a valuable contributor to the Rust project, serving as the lead of the lang-ops team and overseeing the Rust 2024 edition.

TC has authored or co-authored several influential RFCs, including [RFC 3498] on revising capture rules, [RFC 3617] on precise capturing, [RFC 3484] on extern blocks, and [RFC 3513] on gen blocks.

He has also contributed to numerous projects, including high profile projects like *async fn in traits* and *type alias impl trait*, and to less prominent efforts like improvements to match ergonomics. He looks for opportunities to unblock owners who are driving important work but need help to get that work over the finish line. During meetings, TC consistently looks to clarify tradeoffs and scope decisions in a way that drives consensus.

We are grateful to have TC join the language design team, and we look forward to his continued contributions to the Rust project.

[RFC 3498]: https://rust-lang.github.io/rfcs/3498-lifetime-capture-rules-2024.html
[RFC 3617]: https://rust-lang.github.io/rfcs/3617-precise-capturing.html
[RFC 3484]: https://rust-lang.github.io/rfcs/3484-unsafe-extern-blocks.html
[RFC 3513]: https://rust-lang.github.io/rfcs/3513-gen-blocks.html