From a4d629e687c1811faba67dbcb0197ac08b30ab13 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Wed, 3 Jul 2024 11:12:35 -0400 Subject: [PATCH 1/2] welcome TC to the Rust lang team --- .../2024-07-03-welcome-tc-to-the-lang-team.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 posts/inside-rust/2024-07-03-welcome-tc-to-the-lang-team.md diff --git a/posts/inside-rust/2024-07-03-welcome-tc-to-the-lang-team.md b/posts/inside-rust/2024-07-03-welcome-tc-to-the-lang-team.md new file mode 100644 index 000000000..6a09b78ea --- /dev/null +++ b/posts/inside-rust/2024-07-03-welcome-tc-to-the-lang-team.md @@ -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 +--- + +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 From 43123046038b030d7e283d696ea8a086b7f7cc8a Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Wed, 31 Jul 2024 19:57:25 -0400 Subject: [PATCH 2/2] Update the date --- ...the-lang-team.md => 2024-08-01-welcome-tc-to-the-lang-team.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename posts/inside-rust/{2024-07-03-welcome-tc-to-the-lang-team.md => 2024-08-01-welcome-tc-to-the-lang-team.md} (100%) diff --git a/posts/inside-rust/2024-07-03-welcome-tc-to-the-lang-team.md b/posts/inside-rust/2024-08-01-welcome-tc-to-the-lang-team.md similarity index 100% rename from posts/inside-rust/2024-07-03-welcome-tc-to-the-lang-team.md rename to posts/inside-rust/2024-08-01-welcome-tc-to-the-lang-team.md