summaryrefslogtreecommitdiffstats
path: root/teams
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2019-10-17 12:44:53 -0400
committerNiko Matsakis <niko@alum.mit.edu>2019-10-17 12:44:53 -0400
commitcd36ae9921182f3cd7f67da6c07b65a4bc502030 (patch)
tree381e932d47478ffb8b3b7969317e8ca3a3e27537 /teams
parentbaae5d8d8d6c395e604e055c03ebbde1004a6503 (diff)
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).
Diffstat (limited to 'teams')
-rw-r--r--teams/compiler-contributors.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/teams/compiler-contributors.toml b/teams/compiler-contributors.toml
index e48219d..57b78a7 100644
--- a/teams/compiler-contributors.toml
+++ b/teams/compiler-contributors.toml
@@ -6,6 +6,7 @@ leads = []
members = [
"Centril",
"davidtwco",
+ "esctatic-morse",
"flodiebold",
"lqd",
"Mark-Simulacrum",