From 4ff90ebe968435843a042a57b7222b86acdd3750 Mon Sep 17 00:00:00 2001 From: Wesley Wiser Date: Mon, 28 Dec 2020 16:40:05 -0500 Subject: [PATCH] [Inside-Rust] Welcome cjgillot and Nadrieril to compiler-contributors --- ...and-nadrieril-for-compiler-contributors.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 posts/inside-rust/2020-12-28-cjgillot-and-nadrieril-for-compiler-contributors.md diff --git a/posts/inside-rust/2020-12-28-cjgillot-and-nadrieril-for-compiler-contributors.md b/posts/inside-rust/2020-12-28-cjgillot-and-nadrieril-for-compiler-contributors.md new file mode 100644 index 000000000..dc5d1155f --- /dev/null +++ b/posts/inside-rust/2020-12-28-cjgillot-and-nadrieril-for-compiler-contributors.md @@ -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 +--- + +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