summary refs log tree commit diff
path: root/src/libcore/num/num.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-28Removing unused importsAlex Crichton-3/+3
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-30/+30
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-5/+5
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-3/+0
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-15Removed generic infinity, NaN and negative zero functionsMarvin Löbel-63/+7
2013-02-15Moved numeric string conversion functions into own moduleMarvin Löbel-538/+3
2013-02-14libcore: Move the numeric operations out of Num. r=brsonPatrick Walton-24/+20
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-7/+7
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-11Add NumCast trait for generic numeric type castsBrendan Zabarauskas-16/+53
2013-02-03Fixed errors resulting from rebase.Marvin Löbel-20/+21
2013-02-03Fixed `fmt!`, tests, doc-tests.Marvin Löbel-1/+7
2013-02-03Removed wrong/wip docMarvin Löbel-4/+0
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/+15
2013-02-03Moved all numeric modules in core into own directoryMarvin Löbel-0/+37