about summary refs log tree commit diff
path: root/src/libstd/num/f32.rs
AgeCommit message (Expand)AuthorLines
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-60/+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/+43
2014-01-09auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichtonbors-79/+69
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-79/+69
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-10/+10
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-67/+65
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-19Rename the NaN and is_NaN methods to lowercase.Chris Morgan-36/+36
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
2013-08-30remove several 'ne' methodsEric Martin-2/+0
2013-08-28Disabled failing parts of abs_sub() and frexp() unit tests on Windows.Vadim Chugunov-0/+7
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-62/+117
2013-08-20rm obsolete float to_str_radix free functionsDaniel Micay-24/+17
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-1/+1
2013-08-16doc: correct spelling in documentation.Huon Wilson-1/+1
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-49/+15
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-0/+1
2013-06-30Specialize to_str_common for floats/integers in strconvAlex Crichton-11/+11
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-129/+129
2013-06-11std: convert pow, hypot, atan2, log to take arguments by reference.Huon Wilson-4/+4
2013-05-30Require documentation by default for libstdAlex Crichton-0/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+6