about summary refs log tree commit diff
path: root/src/libnum
AgeCommit message (Expand)AuthorLines
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-67/+67
2014-03-03Implemented checked arithmetic for Big(U)IntsTorstenWeber-0/+233
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-24Remove std::num::ToStrRadix from the preludeBrendan Zabarauskas-3/+3
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+2
2014-02-24Move extra::json to libserializeAlex Crichton-2/+0
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-16/+20
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-2/+408
2014-02-20auto merge of #12343 : liigo/rust/move-extra-test-to-libtest, r=alexcrichtonbors-4/+4
2014-02-20move extra::test to libtestLiigo Zhuang-4/+4
2014-02-19auto merge of #12392 : aepsil0n/rust/fix/pub_randbigint, r=huonwbors-1/+1
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-25/+18
2014-02-19libnum: Make RandBigInt trait publicEduard Bopp-1/+1
2014-02-17Remove Real trait and move methods into FloatBrendan Zabarauskas-6/+6
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-13Removed num::OrderableMichael Darakananda-65/+10
2014-02-13Remove a source of O(n^2) running time in bigints.Felix S. Klock II-2/+14
2014-02-11Factoring bigint, rational, and complex out of libextra into libnum.Felix S. Klock II-0/+3704