Skip to content

Commit 278de88

Browse files
Merge pull request #746 from wesleywiser/add_compiler_contributors
[Inside-Rust] Welcome cjgillot and Nadrieril to compiler-contributors
2 parents 0222a29 + 4ff90eb commit 278de88

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.
13+
Other improvements have made the query system leaner allowing `rustc` to bootstrap faster.
14+
[@cjgillot] has also made many tweaks and optimizations to the query system.
15+
16+
[@Nadrieril] has been working on the pattern matching system resulting in improvements to compilation performance, code readability and related diagnostics generated by rustc.
17+
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.
18+
19+
Congratulations [@cjgillot] and [@Nadrieril] and thanks!
20+
21+
[@cjgillot]: https://github.com/cjgillot
22+
[@Nadrieril]: https://github.com/Nadrieril
23+
[compiler-contributors]: https://rust-lang.github.io/rfcs/2689-compiler-team-contributors.html

0 commit comments

Comments
 (0)