]> git.proxmox.com Git - cargo.git/commit
Auto merge of #1558 - alexcrichton:less-hashes, r=brson
authorbors <bors@rust-lang.org>
Wed, 29 Apr 2015 19:04:31 +0000 (19:04 +0000)
committerbors <bors@rust-lang.org>
Wed, 29 Apr 2015 19:04:31 +0000 (19:04 +0000)
commitc874e37fbe195e86d6dc5243874921957d5f9fc9
treedf58523420712ab4060ee91120ce0e8168b35aad
parentf1d6a1a6e672686380a742c5ac7193225a321926
parent27efa7ba03a2054bf8b62f8d5c568918b7d35b0d
Auto merge of #1558 - alexcrichton:less-hashes, r=brson

The root crate often has artifacts which are later intended for distribution of
some form, so adding a hash will just make predicting the file name difficult.
The hash also isn't necessary as it's guaranteed to not conflict with other
files (no other dependencies are in the same directory) and all other libraries
have metadata so symbols will not conflict.

Closes #1484
src/cargo/ops/cargo_rustc/mod.rs
tests/test_cargo_compile.rs
tests/test_cargo_compile_custom_build.rs