-
Notifications
You must be signed in to change notification settings - Fork 302
announce new compiler team members #1623
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
wesleywiser
merged 2 commits into
rust-lang:master
from
davidtwco:compiler-new-team-member-may-25
May 30, 2025
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/30/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/ |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
path
variable is the one that counts for the date, not the one in aliases.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed here: #1628