about summary refs log tree commit diff
path: root/src/libstd/bigint.rs
AgeCommit message (Expand)AuthorLines
2013-02-14Convert all uses of vec::slice to vec::view Issue #3869Nick Desaulniers-8/+9
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-32/+32
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-9/+9
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-2/+2
2013-02-03Converted libcore/uint-template.rs to the new string functions.Marvin Löbel-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-8/+8
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-9/+40
2013-01-24replace ConstVector trait with the Container traitDaniel Micay-1/+1
2013-01-17Add a license check to tidy. #4018Brian Anderson-0/+10
2013-01-10Fix: BigInt tests fail on 32-bit platformsgifnksm-28/+110
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+3
2013-01-08Only ignore failing bigint tests on 32-bit platformsBrian Anderson-4/+8
2013-01-08Ignore some failing bigint testsBrian Anderson-0/+4
2013-01-08Merge remote-tracking branch 'gifnksm/bigint' into kind-namesBrian Anderson-0/+1498
2012-12-22Convert @[BigDigit] to ~[BigDigit]gifnksm-279/+254
2012-12-22Impl Zero, One of BigInt, BigUintgifnksm-73/+85
2012-12-22Convert std::bigint to explicit self.gifnksm-45/+52
2012-12-22Move BigUint and BigDIgit to std::bigint.gifnksm-4/+834
2012-12-22Implement BigInt and BigUint.gifnksm-0/+663