summary refs log tree commit diff
path: root/src/libcore/num/int-template.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-69/+69
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-4/+4
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-44/+44
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-4/+4
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-4/+4
2013-03-07test: Fix tests.Patrick Walton-5/+10
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-74/+74
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-1/+0
2013-03-04Remove unused imports throughout src/Alex Crichton-8/+3
2013-02-26Removed deprecated `str()` functions in int-template.rs and uint-template.rsMarvin Löbel-5/+0
2013-02-15Removed generic infinity, NaN and negative zero functionsMarvin Löbel-12/+0
2013-02-15Made num <-> str conversion functions use NumStrConv traitMarvin Löbel-3/+3
2013-02-15Moved numeric string conversion functions into own moduleMarvin Löbel-12/+13
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-9/+9
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/+1
2013-02-11Add NumCast trait for generic numeric type castsBrendan Zabarauskas-22/+9
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-8/+19
2013-02-03Converted libcore/uint-template.rs to the new string functions.Marvin Löbel-8/+8
2013-02-03Converted libcore/int-template.rs to the new string functions.Marvin Löbel-52/+126
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/+380