about summary refs log tree commit diff
path: root/src/libstd/num/f32.rs
AgeCommit message (Expand)AuthorLines
2014-04-22auto merge of #13597 : bjz/rust/float-api, r=brsonbors-146/+212
2014-04-20auto merge of #13410 : alexcrichton/rust/issue-12278, r=pcwaltonbors-1/+4
2014-04-19Reorder Float methods in trait definition and make consistent in implsBrendan Zabarauskas-100/+105
2014-04-19Fix formatting in float implementationsBrendan Zabarauskas-36/+99
2014-04-19Have floating point functions take their parameters by value.Brendan Zabarauskas-54/+54
2014-04-19Merge the Round trait into the Float traitBrendan Zabarauskas-27/+25
2014-04-15std: Un-ignore some float tests on windowsAlex Crichton-1/+1
2014-04-08rustc: Remove f{32,64} % from the languageAlex Crichton-1/+4
2014-04-04Removed cmath and instrinsic wrapper.Michael Darakananda-102/+39
2014-04-01remove the cmath moduleDaniel Micay-26/+58
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-14/+8
2014-03-05add correct floating point `min` and `max` methods.Daniel Micay-0/+11
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-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