summaryrefslogtreecommitdiffstats
path: root/people/ecstatic-morse.toml
AgeCommit message (Collapse)Author
2019-10-17add escstatic-morse to compiler contributorsNiko Matsakis
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).