summary refs log tree commit diff
path: root/src/libcore/num/f64.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-46/+46
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-26/+26
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-68/+68
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-46/+46
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-2/+3
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-1/+1
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-1/+1
2013-02-20Created libcore/private/intrinsics.rs, which aims to contain everyMatthijs 'Thiez' Hofstra-5/+1
2013-02-15auto merge of #4957 : Kimundi/rust/incoming, r=catamorphismbors-14/+19
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-1/+1
2013-02-15Made num <-> str conversion functions use NumStrConv traitMarvin Löbel-6/+6
2013-02-15Moved numeric string conversion functions into own moduleMarvin Löbel-14/+19
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-16/+27
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-13core: add min and max to cmp, re-export various places.Graydon Hoare-0/+1
2013-02-11Add NumCast trait for generic numeric type castsBrendan Zabarauskas-3/+80
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-1/+1
2013-02-03Solved float, f32 and f64 `to_str_radix()` special value ambiguity.Marvin Löbel-1/+23
2013-02-03Converted the floating point types to the new string conversion functions.Marvin Löbel-0/+194
2013-02-03Added Round trait to coreMarvin Löbel-0/+27
2013-02-03Moved all numeric modules in core into own directoryMarvin Löbel-0/+341