Skip to content

Commit b8d9b89

Browse files
committed
ecstatic-morse for compiler contributors
1 parent 416b5ff commit b8d9b89

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: post
3+
title: "Please welcome ecstatic-morse to compiler-contributors"
4+
author: Niko Matsakis
5+
description: "Please welcome ecstatic-morse to compiler-contributors"
6+
team: the compiler team <https://www.rust-lang.org/governance/teams/compiler>
7+
---
8+
9+
Please welcome [@ecstatic-morse] to the [compiler contributors] group!
10+
They're working to make compile-time evaluation more expressive by
11+
enabling `if`, `match` and other control flow in constants. As one of
12+
their first major contributions, they implemented a dataflow analysis
13+
to validate the bodies of `const`s and `const fn`s
14+
([rust-lang/rust#64470]).
15+
16+
Congratulations [@ecstatic-morse], and thanks!
17+
18+
[@ecstatic-morse]: https://github.com/ecstatic-morse
19+
[compiler-contributors]: https://rust-lang.github.io/rfcs/2689-compiler-team-contributors.html
20+
[rust-lang/rust#64470]: https://github.com/rust-lang/rust/pull/64470

0 commit comments

Comments
 (0)