]> git.lizzy.rs Git - rust.git/commit
Auto merge of #34644 - infinity0:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 6 Jul 2016 10:30:47 +0000 (03:30 -0700)
committerGitHub <noreply@github.com>
Wed, 6 Jul 2016 10:30:47 +0000 (03:30 -0700)
commita120ae70d08d2eb991c7796e8726debb7ad46dea
treecd948e504cb1dcbbbe99f8b62209930d5a035494
parent47380768e7debc2ee6b66e491733b89534e80988
parent933a1036ae12d728b2ccffa560154a8011a4c256
Auto merge of #34644 - infinity0:master, r=alexcrichton

Avoid redundant downloads when bootstrapping

If the local file is available, then verify it against the hash we just
downloaded, and if it matches then we don't need to download it again.