Skip to content

Commit 6167393

Browse files
committed
[Inside-Rust] Welcome cjgillot and Nadrieril to compiler-contributors
1 parent 0222a29 commit 6167393

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: post
3+
title: "Please welcome cjgillot and Nadrieril to compiler-contributors"
4+
author: Wesley Wiser
5+
description: "Please welcome cjgillot and Nadrieril to compiler-contributors"
6+
team: the compiler team <https://www.rust-lang.org/governance/teams/compiler>
7+
---
8+
9+
Please welcome [@cjgillot] and [@Nadrieril] to the [compiler-contributors] group!
10+
11+
[@cjgillot] has been working to improve the query system used internally in `rustc` which powers incremental compilation.
12+
Some of their improvements have been to reduce unnecessary work performed during incremental compilation, leading to faster builds while other improvements have made the query system leaner allowing `rustc` to bootstrap faster.
13+
[@cjgillot] has also made many tweaks and optimizations to the query system.
14+
15+
[@Nadrieril] has been working on the pattern matching system resulting in improvements to compilation performance, code readability and related diagnostics generated by rustc.
16+
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.
17+
18+
Congratulations [@cjgillot] and [@Nadrieril] and thanks!
19+
20+
[@cjgillot]: https://github.com/cjgillot
21+
[@Nadrieril]: https://github.com/Nadrieril
22+
[compiler-contributors]: https://rust-lang.github.io/rfcs/2689-compiler-team-contributors.html

0 commit comments

Comments
 (0)