Skip to content

Commit

Permalink
welcome TC to the Rust lang team (#1353)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Mandry <[email protected]>
  • Loading branch information
nikomatsakis and tmandry authored Jul 31, 2024
1 parent c752f51 commit b15ffdd
Showing 1 changed file with 19 additions and 0 deletions.
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

0 comments on commit b15ffdd

Please sign in to comment.