index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
bigint.rs
Age
Commit message (
Expand
)
Author
Lines
2013-04-05
libstd: move bigint to dedicated num directory
Huon Wilson
-1647
/
+0
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-125
/
+125
2013-03-28
Removing unused imports
Alex Crichton
-1
/
+1
2013-03-23
replace impls with `deriving` where applicable
Andrew Paseltiner
-5
/
+1
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-25
/
+25
2013-03-22
libstd: Remove all uses of `pure` from libstd. rs=depure
Patrick Walton
-104
/
+104
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-19
/
+19
2013-03-21
Un-renamed trim and substr functions.
Marvin Löbel
-1
/
+1
2013-03-21
Switched over substr and trim functions in str to be non-allocating, temporar...
Marvin Löbel
-2
/
+3
2013-03-19
core: rename vec::rev_each{,i} to vec::each{,i}_reverse
Erick Tryzelaar
-3
/
+3
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-20
/
+20
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-135
/
+135
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-8
/
+20
2013-03-05
core: convert vec::{last,last_opt} to return references
Erick Tryzelaar
-2
/
+2
2013-03-03
rustc: MIPS32 support
Jyun-Yan You
-0
/
+6
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-1
/
+1
2013-02-14
Convert all uses of vec::slice to vec::view Issue #3869
Nick Desaulniers
-8
/
+9
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-32
/
+32
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-9
/
+9
2013-02-03
core: convert ToStr::to_str to take explicit &self
Erick Tryzelaar
-2
/
+2
2013-02-03
Converted libcore/uint-template.rs to the new string functions.
Marvin Löbel
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-8
/
+8
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-9
/
+40
2013-01-24
replace ConstVector trait with the Container trait
Daniel Micay
-1
/
+1
2013-01-17
Add a license check to tidy. #4018
Brian Anderson
-0
/
+10
2013-01-10
Fix: BigInt tests fail on 32-bit platforms
gifnksm
-28
/
+110
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-1
/
+3
2013-01-08
Only ignore failing bigint tests on 32-bit platforms
Brian Anderson
-4
/
+8
2013-01-08
Ignore some failing bigint tests
Brian Anderson
-0
/
+4
2013-01-08
Merge remote-tracking branch 'gifnksm/bigint' into kind-names
Brian Anderson
-0
/
+1498
2012-12-22
Convert @[BigDigit] to ~[BigDigit]
gifnksm
-279
/
+254
2012-12-22
Impl Zero, One of BigInt, BigUint
gifnksm
-73
/
+85
2012-12-22
Convert std::bigint to explicit self.
gifnksm
-45
/
+52
2012-12-22
Move BigUint and BigDIgit to std::bigint.
gifnksm
-4
/
+834
2012-12-22
Implement BigInt and BigUint.
gifnksm
-0
/
+663