Skip to content

ecstatic-morse for compiler contributors #428

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
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,20 @@
---
layout: post
title: "Please welcome ecstatic-morse to compiler-contributors"
author: Niko Matsakis
description: "Please welcome ecstatic-morse to compiler-contributors"
team: the compiler team <https://www.rust-lang.org/governance/teams/compiler>
---

Please welcome [@ecstatic-morse] to the [compiler contributors] group!
They're working to make compile-time evaluation more expressive by
enabling `if`, `match` and other control flow in constants. As one of
their first major contributions, they implemented a dataflow analysis
to validate the bodies of `const`s and `const fn`s
([rust-lang/rust#64470]).

Congratulations [@ecstatic-morse], and thanks!

[@ecstatic-morse]: https://github.com/ecstatic-morse
[compiler-contributors]: https://rust-lang.github.io/rfcs/2689-compiler-team-contributors.html
[rust-lang/rust#64470]: https://github.com/rust-lang/rust/pull/64470