Skip to content

Commit cd36ae9

Browse files
committed
add escstatic-morse to compiler contributors
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).
1 parent baae5d8 commit cd36ae9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

people/ecstatic-morse.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = 'Dylan MacKenzie'
2+
github = 'ecstatic-morse'
3+
github-id = 29463364
4+
email = "ecstaticmorse@gmail.com"

teams/compiler-contributors.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ leads = []
66
members = [
77
"Centril",
88
"davidtwco",
9+
"esctatic-morse",
910
"flodiebold",
1011
"lqd",
1112
"Mark-Simulacrum",

0 commit comments

Comments
 (0)