Skip to content

Aaron Hill joining compiler team as full member #823

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
merged 2 commits into from
Apr 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions posts/inside-rust/2021-04-26-aaron-hill-compiler-team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: post
title: "Congrats to compiler team member Aaron Hill"
author: Wesley Wiser
description: "Congrats to compiler team member Aaron Hill"
team: the compiler team <https://rust-lang.org/governance/teams/compiler>
---

I am pleased to announce that [Aaron Hill] has been made a full member of the [compiler team].

[Aaron Hill] ([@Aaron1011]) has been contributing to many different parts of the compiler since his start in 2017.
Recently, Aaron has been working on finding and fixing bugs and correctness issues in the incremental system, cleanups and improvements to macro expansion and hygiene, as well as miscellaneous bug fixes.
Beyond the compiler, Aaron has also implemented support for [unwinding in Miri], [generating documentation for auto-traits], and [future incompatibility reporting in Cargo].

Congratulations Aaron and thanks for all of your contributions to the project!

[Aaron Hill]: https://github.com/aaron1011
[compiler team]: https://www.rust-lang.org/governance/teams/compiler
[@Aaron1011]: https://github.com/aaron1011
[unwinding in Miri]: https://github.com/rust-lang/rust/pull/60026
[generating documentation for auto-traits]: https://github.com/rust-lang/rust/pull/47833
[future incompatibility reporting in Cargo]: https://github.com/rust-lang/cargo/pull/8825