summary refs log tree commit diff
path: root/src/libstd/num/f64.rs
AgeCommit message (Expand)AuthorLines
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-25libstd: Document the following modules:Patrick Walton-1/+1
2014-03-05add tests for `min` and `max` from `Float`Daniel Micay-0/+12
2014-03-05consistently use LLVM floating point intrinsicsDaniel Micay-16/+10
2014-03-05add correct floating point `min` and `max` methods.Daniel Micay-2/+10
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+1
2014-02-24auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichtonbors-4/+2
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-6/+0
2014-02-24arena,std,serialize: remove some unnecessary transmutes.Huon Wilson-4/+2
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-20move extra::test to libtestLiigo Zhuang-1/+0
2014-02-17Remove Real trait and move methods into FloatBrendan Zabarauskas-164/+162
2014-02-15Silence some unused import warningsAlex Crichton-1/+0
2014-02-13Removed num::OrderableMichael Darakananda-68/+0
2014-01-31Fix minor doc typosVirgile Andreani-4/+4
2014-01-30Remove unused imports.OGINO Masanori-1/+0
2014-01-22Remove the initial and trailing blank doc-comment linesSiegeLord-40/+0
2014-01-22Add LowerExp 'e' and UpperExp 'E' format traits/specifiersSiegeLord-0/+34
2014-01-22float_to_str_bytes_common can now handle exponential notationSiegeLord-6/+6
2014-01-18auto merge of #11622 : bjz/rust/simplify-primitive-trait, r=brsonbors-17/+8
2014-01-18Add FIXME comments regarding issue #11526.Brendan Zabarauskas-0/+7
2014-01-18Simplify std::num::Primitive trait definitionBrendan Zabarauskas-17/+1
2014-01-17Add a generic power functionFlavio Percoco-2/+2
2014-01-16Merge Bitwise and BitCount traits and remove from prelude, along with BoundedBrendan Zabarauskas-1/+1
2014-01-13Clean up std::num::cmath and remove stale commentsBrendan Zabarauskas-39/+27
2014-01-13Remove RealExtBrendan Zabarauskas-31/+1
2014-01-09auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichtonbors-80/+70
2014-01-09Remove ApproxEq and assert_approx_eq!Brendan Zabarauskas-25/+0
2014-01-09Merge some numeric traits with Real and don't re-export RealExtBrendan Zabarauskas-80/+70
2013-12-27std: uniform modules titles for docLuca Bruno-1/+1
2013-12-23std: Fix all code examplesAlex Crichton-1/+2
2013-12-08Remove dead codesKiet Tran-7/+7
2013-12-04Decode a float into integersVolker Mische-0/+29
2013-11-29Removed a few macro-expanding-to-module workaroundsMarvin Löbel-20/+13
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+1
2013-10-28Capitalize statics in f32 and f64 modsZiad Hatahet-76/+74
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-3/+3
2013-10-05std: add Primitive.is_signedErick Tryzelaar-0/+3
2013-10-02auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat...bors-0/+1
2013-09-30std: Remove usage of fmt!Alex Crichton-2/+2
2013-10-01Add new lint: non_uppercase_pattern_statics, for #7526.Felix S. Klock II-0/+1
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-2/+2
2013-09-21auto merge of #9369 : sebcrozet/rust/f64_inline, r=thestingerbors-0/+1
2013-09-21std: add missing #[inline] annotation to the f64 neg method.Sébastien Crozet-0/+1
2013-09-19Rename the NaN and is_NaN methods to lowercase.Chris Morgan-42/+42
2013-09-19auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichtonbors-18/+18
2013-09-18Remove and replace cond! Closes #9282.Jimmy Zelinskie-18/+18
2013-09-18std: Remove {float,f64,f32}::from_str in favor of from_strblake2-ppc-60/+52
2013-09-12std: Add a bunch of Default implsErick Tryzelaar-0/+6