From 18d999fa0e91360a01793df69087fbe21078964e Mon Sep 17 00:00:00 2001
From: David Wood <david.wood2@arm.com>
Date: Tue, 27 May 2025 15:26:33 +0000
Subject: [PATCH 1/2] announce new compiler team members

---
 .../compiler-team-new-members-may-2025.md     | 33 +++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 content/inside-rust/compiler-team-new-members-may-2025.md

diff --git a/content/inside-rust/compiler-team-new-members-may-2025.md b/content/inside-rust/compiler-team-new-members-may-2025.md
new file mode 100644
index 000000000..754e4afd9
--- /dev/null
+++ b/content/inside-rust/compiler-team-new-members-may-2025.md
@@ -0,0 +1,33 @@
++++
+path = "inside-rust/2025/05/27/compiler-team-new-members"
+title = "Announcing five new members of the compiler team"
+authors = ["davidtwco and wesleywiser"]
+aliases = ["inside-rust/2025/05/27/compiler-team-new-members.html"]
+
+[extra]
+team = "the compiler team"
+team_url = "https://www.rust-lang.org/governance/teams/compiler"
++++
+It's been around six months since [we last announced new members of the compiler
+team][blog_prev_addition] and there's already new members to announce:
+
+- [Kobzol](https://github.com/Kobzol), team member
+  - Kobzol is a prolific member of the infrastructure team and has also been making great
+    contributions to the team's performance triaging, our transition to lld as well as many varied
+    improvements to the compiler itself.
+- [ZuseZ4](https://github.com/ZuseZ4), team member
+  - ZuseZ4 is the maintainer of the [Enzyme](https://enzyme.mit.edu/) logic in our LLVM backend and
+    our new automatic differentiation support.
+- [jdonszelmann](https://github.com/jdonszelmann), team member
+  - jdonszelmann has been making significant contributions to how we represent attributes in the HIR
+    and helped organise the Rust All Hands this year, enabling the team to meet in person.
+- [madsmtm](https://github.com/madsmtm), team member
+  - madsmtm is our Apple and iOS target maintainer and expert on the issues and regressions that
+    come up with these targets.
+- [mati865](https://github.com/mati865), team member
+  - mati865 is likewise our maintainer of the Windows GNULLVM targets and has been instrumental in
+    doing reviews and fixes in support of these targets.
+
+Thanks to all of our new members for their contributions!
+
+[blog_prev_addition]: https://blog.rust-lang.org/inside-rust/2024/11/12/compiler-team-new-members/

From 7fee38f4169b82dfd7da266f869ca7675c56a3c8 Mon Sep 17 00:00:00 2001
From: Wesley Wiser <wwiser@gmail.com>
Date: Fri, 30 May 2025 10:04:51 -0500
Subject: [PATCH 2/2] Update
 content/inside-rust/compiler-team-new-members-may-2025.md

---
 content/inside-rust/compiler-team-new-members-may-2025.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/inside-rust/compiler-team-new-members-may-2025.md b/content/inside-rust/compiler-team-new-members-may-2025.md
index 754e4afd9..e841fc4b1 100644
--- a/content/inside-rust/compiler-team-new-members-may-2025.md
+++ b/content/inside-rust/compiler-team-new-members-may-2025.md
@@ -2,7 +2,7 @@
 path = "inside-rust/2025/05/27/compiler-team-new-members"
 title = "Announcing five new members of the compiler team"
 authors = ["davidtwco and wesleywiser"]
-aliases = ["inside-rust/2025/05/27/compiler-team-new-members.html"]
+aliases = ["inside-rust/2025/05/30/compiler-team-new-members.html"]
 
 [extra]
 team = "the compiler team"