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

Sort types and constants used in ABI tests by name at generation time. #570

Merged
merged 1 commit into from Mar 17, 2018
Merged

Sort types and constants used in ABI tests by name at generation time. #570

merged 1 commit into from Mar 17, 2018

Commits on Mar 16, 2018

  1. Sort types and constants by name at generation time.

    Also use constant arrays instead of BTreeMap, now that they are already
    ordered. Constant functions are unstable feature, replace calls to
    Layout::from_type, with manual construction of Layout struct.
    tmiasko committed Mar 16, 2018
    Copy the full SHA
    86d42d3 View commit details
    Browse the repository at this point in the history