]> git.lizzy.rs Git - rust.git/commit
Deprecate libnum in favor of rust-lang/num
authorAaron Turon <aturon@mozilla.com>
Tue, 16 Sep 2014 17:39:08 +0000 (10:39 -0700)
committerAaron Turon <aturon@mozilla.com>
Tue, 16 Sep 2014 18:29:29 +0000 (11:29 -0700)
commit2ff07af996ca4cfe65bb0d00b6aa1d0134e557d2
tree273aaaeee11c7724c5abd5680c9eba2d80a26c10
parent946654a721d6fd5eeb91e93293cdc2cba83c78b9
Deprecate libnum in favor of rust-lang/num

This is part of the migration of crates into the Cargo ecosystem. There
is now an external repository https://github.com/rust-lang/num for bignums.

The single use of libnum elsewhere in the repository is for a shootout
benchmark, which is being moved into the external crate.

Due to deprecation, this is a:

[breaking-change]
src/etc/licenseck.py
src/libnum/lib.rs
src/test/bench/shootout-pidigits.rs [deleted file]