]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #41202 - brson:btree, r=nikomatsakis
authorCorey Farwell <coreyf@rwell.org>
Tue, 11 Apr 2017 22:36:14 +0000 (18:36 -0400)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2017 22:36:14 +0000 (18:36 -0400)
commitc03061d347ead8bb4be2272d88bf6efc2f941f01
treea65852bc6c38f0184f28065d089fa3e84d208f14
parentb72c30a8dfe1f91209ff34f30026a43ffa6439c6
parent1c3f34dba6a8219822a48f3db7e6f50ff04e0f78
Rollup merge of #41202 - brson:btree, r=nikomatsakis

Convert HashMap to BTree in build-manifest

This is just for my peace of mind since it's important the output of this program be deterministic.