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

Make crate hash stable and externally computable. #10593

Merged
merged 2 commits into from
Dec 11, 2013

Commits on Dec 11, 2013

  1. Make crate hash stable and externally computable.

    This replaces the link meta attributes with a pkgid attribute and uses a hash
    of this as the crate hash. This makes the crate hash computable by things
    other than the Rust compiler. It also switches the hash function ot SHA1 since
    that is much more likely to be available in shell, Python, etc than SipHash.
    
    Fixes rust-lang#10188, rust-lang#8523.
    metajack committed Dec 11, 2013
    2 Configuration menu
    Copy the full SHA
    b349036 View commit details
    Browse the repository at this point in the history
  2. 5 Configuration menu
    Copy the full SHA
    a16753c View commit details
    Browse the repository at this point in the history