Skip to content

[Inside-Rust] Welcome cjgillot and Nadrieril to compiler-contributors #746

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
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: post
title: "Please welcome cjgillot and Nadrieril to compiler-contributors"
author: Wesley Wiser
description: "Please welcome cjgillot and Nadrieril to compiler-contributors"
team: the compiler team <https://www.rust-lang.org/governance/teams/compiler>
---

Please welcome [@cjgillot] and [@Nadrieril] to the [compiler-contributors] group!

[@cjgillot] has been working to improve the query system used internally in `rustc` which powers incremental compilation.
Some of their improvements have been to reduce unnecessary work performed during incremental compilation, leading to faster builds.
Other improvements have made the query system leaner allowing `rustc` to bootstrap faster.
[@cjgillot] has also made many tweaks and optimizations to the query system.

[@Nadrieril] has been working on the pattern matching system resulting in improvements to compilation performance, code readability and related diagnostics generated by rustc.
They have also been working on implementing features related to pattern matching like or-patterns and slice-patterns and helping push those features closer to stabilization.

Congratulations [@cjgillot] and [@Nadrieril] and thanks!

[@cjgillot]: https://github.com/cjgillot
[@Nadrieril]: https://github.com/Nadrieril
[compiler-contributors]: https://rust-lang.github.io/rfcs/2689-compiler-team-contributors.html