about summary refs log tree commit diff
path: root/src/libcore/num
AgeCommit message (Expand)AuthorLines
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-52/+52
2013-02-14libcore: Move the numeric operations out of Num. r=brsonPatrick Walton-102/+151
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-26/+26
2013-02-13rustc and std: teach about #[bench], modernize to use quote_expr! some.Graydon Hoare-1/+1
2013-02-13core: add abs to num.Graydon Hoare-0/+4
2013-02-13core: add min and max to cmp, re-export various places.Graydon Hoare-10/+4
2013-02-11Add NumCast trait for generic numeric type castsBrendan Zabarauskas-71/+1024
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-23/+0
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-7/+7
2013-02-03Solved float, f32 and f64 `to_str_radix()` special value ambiguity.Marvin Löbel-3/+69
2013-02-03Fixed errors resulting from rebase.Marvin Löbel-25/+26
2013-02-03Fixed `fmt!`, tests, doc-tests.Marvin Löbel-1/+7
2013-02-03Removed wrong/wip docMarvin Löbel-4/+0
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