about summary refs log tree commit diff
path: root/src/libcore/num/uint-template.rs
AgeCommit message (Expand)AuthorLines
2013-02-14libcore: Move the numeric operations out of Num. r=brsonPatrick Walton-15/+25
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-5/+5
2013-02-13core: add min and max to cmp, re-export various places.Graydon Hoare-5/+2
2013-02-11Add NumCast trait for generic numeric type castsBrendan Zabarauskas-5/+12
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-4/+0
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-2/+2
2013-02-03Fixed tests still using old integer to_strMarvin Löbel-3/+14
2013-02-03Converted libcore/uint-template.rs to the new string functions.Marvin Löbel-109/+129
2013-02-03Added Round trait to coreMarvin Löbel-0/+12
2013-02-03Moved all numeric modules in core into own directoryMarvin Löbel-0/+384