summary refs log tree commit diff
path: root/src/libcoretest/num
AgeCommit message (Expand)AuthorLines
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-16Move FromStr to core::strBrendan Zabarauskas-1/+115
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-1/+1
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-2/+12
2014-11-13Deprecate Num, Unsigned and PrimitiveBrendan Zabarauskas-1/+1
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-7/+5
2014-11-13Move abs_sub to FloatMathBrendan Zabarauskas-8/+0
2014-11-13Take parameters by-value in Signed traitBrendan Zabarauskas-4/+4
2014-09-05Make integer bit count methods return uintsBrendan Zabarauskas-6/+6
2014-07-04Change Shl<T, T> for Int to Shl<uint, T>Samuel Neves-4/+4
2014-07-02Fix rotate_{left, right} for multiple of bitsize rotation amountsSamuel Neves-0/+18
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+427