]> git.lizzy.rs Git - rust.git/commit
auto merge of #12533 : alexcrichton/rust/svh, r=brson
authorbors <bors@rust-lang.org>
Fri, 28 Feb 2014 18:51:34 +0000 (10:51 -0800)
committerbors <bors@rust-lang.org>
Fri, 28 Feb 2014 18:51:34 +0000 (10:51 -0800)
commit58ea029db2fd9da6eac85456191481b4cbdb9e58
treee6a509363a77afee8d59d236e478e7e43fd52c61
parent9b1be3d182e361697117bf79fadca7697f8b5aec
parent017c5044895a3f708dee46d64dd3d67dac61145e
auto merge of #12533 : alexcrichton/rust/svh, r=brson

These hashes are used to detect changes to upstream crates and generate errors which mention that crates possibly need recompilation.

More details can be found in the respective commit messages below. This change is also accompanied with a much needed refactoring of some of the crate loading code to focus more on crate ids instead of name/version pairs.

Closes #12601