From cd36ae9921182f3cd7f67da6c07b65a4bc502030 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Thu, 17 Oct 2019 12:44:53 -0400 Subject: [PATCH 1/2] 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). --- people/ecstatic-morse.toml | 4 ++++ teams/compiler-contributors.toml | 1 + 2 files changed, 5 insertions(+) create mode 100644 people/ecstatic-morse.toml diff --git a/people/ecstatic-morse.toml b/people/ecstatic-morse.toml new file mode 100644 index 000000000..9da5eaeb5 --- /dev/null +++ b/people/ecstatic-morse.toml @@ -0,0 +1,4 @@ +name = 'Dylan MacKenzie' +github = 'ecstatic-morse' +github-id = 29463364 +email = "ecstaticmorse@gmail.com" \ No newline at end of file diff --git a/teams/compiler-contributors.toml b/teams/compiler-contributors.toml index e48219d48..57b78a783 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", From 9a2b63df7540210c3c365c2d846aa204ff5b7025 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Thu, 17 Oct 2019 12:51:11 -0400 Subject: [PATCH 2/2] Update teams/compiler-contributors.toml Co-Authored-By: ecstatic-morse --- teams/compiler-contributors.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/compiler-contributors.toml b/teams/compiler-contributors.toml index 57b78a783..f4ede1161 100644 --- a/teams/compiler-contributors.toml +++ b/teams/compiler-contributors.toml @@ -6,7 +6,7 @@ leads = [] members = [ "Centril", "davidtwco", - "esctatic-morse", + "ecstatic-morse", "flodiebold", "lqd", "Mark-Simulacrum",