From cd36ae9921182f3cd7f67da6c07b65a4bc502030 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Thu, 17 Oct 2019 12:44:53 -0400 Subject: 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). --- teams/compiler-contributors.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'teams') 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", -- cgit v1.2.3