summary refs log tree commit diff
path: root/src/libcore/num
AgeCommit message (Expand)AuthorLines
2013-02-03Converted the floating point types to the new string conversion functions.Marvin Löbel-206/+609
2013-02-03Fixed tests still using old integer to_strMarvin Löbel-11/+33
2013-02-03Converted libcore/uint-template.rs to the new string functions.Marvin Löbel-117/+137
2013-02-03Converted libcore/int-template.rs to the new string functions.Marvin Löbel-52/+126
2013-02-03Added generic string <-> number conversion functions to core::num.Marvin Löbel-3/+537
2013-02-03Added some generic number functions to core::numMarvin Löbel-0/+89
2013-02-03Added ToStrRadix and FromStrRadix traitsMarvin Löbel-0/+10
2013-02-03Added Round trait to coreMarvin Löbel-0/+126
2013-02-03Moved all numeric modules in core into own directoryMarvin Löbel-0/+2759