]> git.lizzy.rs Git - rust.git/commit
auto merge of #6092 : gifnksm/rust/impl-integer-bigint, r=graydon
authorbors <bors@rust-lang.org>
Sun, 28 Apr 2013 19:51:35 +0000 (12:51 -0700)
committerbors <bors@rust-lang.org>
Sun, 28 Apr 2013 19:51:35 +0000 (12:51 -0700)
commit1f9823375b2ed303e85b56db839283db79905ba4
tree10e7eccec6448892c04a76467dd3ff1f24d86715
parentcdd342bd34a7036cf1ddf3f6832c73fa018f305b
parent92f0dc6b4bbab3bcfc96c0588776032d5f8e4966
auto merge of #6092 : gifnksm/rust/impl-integer-bigint, r=graydon

This is a follow-up commit for #6041 (and depending on #6048).
Also adding `#[inline(always)]` for almost every methods in `std::bigint`.