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
/
libnum
Age
Commit message (
Expand
)
Author
Lines
2014-03-04
Rename all variables that have uppercase characters in their names to use onl...
Palmer Cox
-67
/
+67
2014-03-03
Implemented checked arithmetic for Big(U)Ints
TorstenWeber
-0
/
+233
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-1
/
+1
2014-02-24
Remove std::num::ToStrRadix from the prelude
Brendan Zabarauskas
-3
/
+3
2014-02-24
Remove std::from_str::FromStr from the prelude
Brendan Zabarauskas
-0
/
+2
2014-02-24
Move extra::json to libserialize
Alex Crichton
-2
/
+0
2014-02-23
Remove all ToStr impls, add Show impls
Alex Crichton
-16
/
+20
2014-02-22
Move std::num::Integer to libnum
Brendan Zabarauskas
-2
/
+408
2014-02-20
auto merge of #12343 : liigo/rust/move-extra-test-to-libtest, r=alexcrichton
bors
-4
/
+4
2014-02-20
move extra::test to libtest
Liigo Zhuang
-4
/
+4
2014-02-19
auto merge of #12392 : aepsil0n/rust/fix/pub_randbigint, r=huonw
bors
-1
/
+1
2014-02-19
librustc: Remove unique vector patterns from the language.
Patrick Walton
-25
/
+18
2014-02-19
libnum: Make RandBigInt trait public
Eduard Bopp
-1
/
+1
2014-02-17
Remove Real trait and move methods into Float
Brendan Zabarauskas
-6
/
+6
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-13
Removed num::Orderable
Michael Darakananda
-65
/
+10
2014-02-13
Remove a source of O(n^2) running time in bigints.
Felix S. Klock II
-2
/
+14
2014-02-11
Factoring bigint, rational, and complex out of libextra into libnum.
Felix S. Klock II
-0
/
+3704