Merge remote-tracking branch 'gifnksm/bigint' into kind-names

This commit is contained in:
Brian Anderson 2013-01-08 10:50:18 -08:00
commit 2d9b1fee8f
2 changed files with 1499 additions and 0 deletions

1498
src/libstd/bigint.rs Normal file

File diff suppressed because it is too large Load diff

View file

@ -98,6 +98,7 @@ pub mod cmp;
pub mod base64;
pub mod rl;
pub mod workcache;
pub mod bigint;
#[cfg(unicode)]
mod unicode;