Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add escstatic-morse to compiler contributors #155

Commits on Oct 17, 2019

  1. 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).
    nikomatsakis committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    cd36ae9 View commit details
    Browse the repository at this point in the history
  2. Update teams/compiler-contributors.toml

    Co-Authored-By: ecstatic-morse <[email protected]>
    nikomatsakis and ecstatic-morse authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    9a2b63d View commit details
    Browse the repository at this point in the history