]> git.lizzy.rs Git - rust.git/commit
auto merge of #10555 : TeXitoi/rust/pidigits-resurected, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 18 Nov 2013 21:46:55 +0000 (13:46 -0800)
committerbors <bors@rust-lang.org>
Mon, 18 Nov 2013 21:46:55 +0000 (13:46 -0800)
commit3d569df41de221ce5b0ffd385caaa9fd6d5fb2ff
tree434710c89c8d6aa1ce1d2b6ce8a26b7e51b668ba
parent6c8b702cf7f7b67e3076091cdf12750551f3830c
parentec27c09bdfa9fbdbf643b3f2f29146c1747e7297
auto merge of #10555 : TeXitoi/rust/pidigits-resurected, r=alexcrichton

Changes:
* default value when no args
* license
* removed libc printing
* use extra::bigint instead of handmade gmp binding

The drawback is that it's 2 order of magnitude slower, the good news is that there is a good bench for extra::bigint.