From 8825efe86f87cceb5f4f622f7abfbdb11cd25c2b Mon Sep 17 00:00:00 2001 From: Wesley Wiser Date: Wed, 18 Jun 2025 16:50:17 -0500 Subject: [PATCH 1/3] [inside-rust] New compiler team member for June 2025 --- .../compiler-team-new-members-june-2025.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/inside-rust/compiler-team-new-members-june-2025.md diff --git a/content/inside-rust/compiler-team-new-members-june-2025.md b/content/inside-rust/compiler-team-new-members-june-2025.md new file mode 100644 index 000000000..12f6a984d --- /dev/null +++ b/content/inside-rust/compiler-team-new-members-june-2025.md @@ -0,0 +1,17 @@ ++++ +path = "inside-rust/2025/06/19/compiler-team-new-members" +title = "Announcing one new member of the compiler team" +authors = ["davidtwco and wesleywiser"] + +[extra] +team = "the compiler team" +team_url = "https://www.rust-lang.org/governance/teams/compiler" ++++ +Just [last month we announced five new members of the compiler team][blog_prev_addition] but now we have another new member to announce: + +- [yaahc](https://github.com/yaahc), team member + - Jane has been making significant progress on the [Metrics Initiative](https://rust-lang.github.io/rust-project-goals/2025h1/metrics-initiative.html) compiler team Project Goal to help us quantify unstable feature usage. + +Thanks Jane for your contributions! + +[blog_prev_addition]: https://blog.rust-lang.org/inside-rust/2025/05/30/compiler-team-new-members/ From 3125a26cfbd460a051b670ecc0abcc9f5412b8ed Mon Sep 17 00:00:00 2001 From: Wesley Wiser Date: Wed, 23 Jul 2025 18:57:00 -0500 Subject: [PATCH 2/3] Update content/inside-rust/compiler-team-new-members-june-2025.md Co-authored-by: Josh Triplett --- content/inside-rust/compiler-team-new-members-june-2025.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/inside-rust/compiler-team-new-members-june-2025.md b/content/inside-rust/compiler-team-new-members-june-2025.md index 12f6a984d..1f11a0782 100644 --- a/content/inside-rust/compiler-team-new-members-june-2025.md +++ b/content/inside-rust/compiler-team-new-members-june-2025.md @@ -10,7 +10,7 @@ team_url = "https://www.rust-lang.org/governance/teams/compiler" Just [last month we announced five new members of the compiler team][blog_prev_addition] but now we have another new member to announce: - [yaahc](https://github.com/yaahc), team member - - Jane has been making significant progress on the [Metrics Initiative](https://rust-lang.github.io/rust-project-goals/2025h1/metrics-initiative.html) compiler team Project Goal to help us quantify unstable feature usage. + - Jane has been making significant progress on the [Metrics Initiative](https://rust-lang.github.io/rust-project-goals/2025h1/metrics-initiative.html) compiler team Project Goal to help us quantify unstable feature usage, as well as the "Relink Don't Rebuild" (RDR) project to speed up recompilation of dependency trees when the surface area of a crate hasn't changed. Thanks Jane for your contributions! From e7e35220ba1023f6d23684006c4b2c21be9e34e7 Mon Sep 17 00:00:00 2001 From: Wesley Wiser Date: Wed, 23 Jul 2025 19:13:40 -0500 Subject: [PATCH 3/3] Add Guillame to post --- .../compiler-team-new-members-june-2025.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/content/inside-rust/compiler-team-new-members-june-2025.md b/content/inside-rust/compiler-team-new-members-june-2025.md index 1f11a0782..931a99bbd 100644 --- a/content/inside-rust/compiler-team-new-members-june-2025.md +++ b/content/inside-rust/compiler-team-new-members-june-2025.md @@ -1,17 +1,21 @@ +++ -path = "inside-rust/2025/06/19/compiler-team-new-members" -title = "Announcing one new member of the compiler team" +path = "inside-rust/2025/07/24/compiler-team-new-members" +title = "Announcing two new members of the compiler team" authors = ["davidtwco and wesleywiser"] [extra] team = "the compiler team" team_url = "https://www.rust-lang.org/governance/teams/compiler" +++ -Just [last month we announced five new members of the compiler team][blog_prev_addition] but now we have another new member to announce: +Just [recently we announced five new members of the compiler team][blog_prev_addition] but now we have two more members to announce: - [yaahc](https://github.com/yaahc), team member - - Jane has been making significant progress on the [Metrics Initiative](https://rust-lang.github.io/rust-project-goals/2025h1/metrics-initiative.html) compiler team Project Goal to help us quantify unstable feature usage, as well as the "Relink Don't Rebuild" (RDR) project to speed up recompilation of dependency trees when the surface area of a crate hasn't changed. + - Jane has been making significant progress on the [Metrics Initiative](https://rust-lang.github.io/rust-project-goals/2025h1/metrics-initiative.html) compiler team project goal to help us quantify unstable feature usage, as well as the "Relink Don't Rebuild" (RDR) project to speed up recompilation of dependency trees when the surface area of a crate hasn't changed. -Thanks Jane for your contributions! +- [GuillameGomez](https://github.com/GuillaumeGomez), team member + - Guillaume has been a long time contributor to Rust and is the team lead of the Rustdoc team. In addition to his extensive work on Rustdoc, Guillame is also a frequent contributor to the GCC backend for the Rust compiler. + + +Thank you both for your contributions! [blog_prev_addition]: https://blog.rust-lang.org/inside-rust/2025/05/30/compiler-team-new-members/