summary refs log tree commit diff
path: root/src/libnum/rational.rs
AgeCommit message (Expand)AuthorLines
2014-03-24Correct issue workaround referencesSteven Stewart-Gallus-2/+2
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-3/+3
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-5/+6
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-16num: Migrate `~[T]` to `std::vec_ng::Vec`Florian Zeitz-6/+7
2014-02-24Remove std::num::ToStrRadix from the preludeBrendan Zabarauskas-1/+1
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-3/+4
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-0/+2
2014-02-20move extra::test to libtestLiigo Zhuang-2/+1
2014-02-13Removed num::OrderableMichael Darakananda-19/+0
2014-02-11Factoring bigint, rational, and complex out of libextra into libnum.Felix S. Klock II-0/+681