| Age | Commit message (Collapse) | Author | Lines |
|
This involved removing some tests whose functionality was removed such as many
of the crateresolve tests
|
|
This was previously implemented, and it just needed a snapshot to go through
|
|
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 #10188, #8523.
|
|
|
|
|
|
Got some of the debug messages, here, too. I figure it doesn't hurt
to get used to doing this even in places where users won't ever see
it.
|
|
|
|
|