summary refs log tree commit diff
path: root/src/libcore/f32.rs
AgeCommit message (Expand)AuthorLines
2012-09-28De-export f32 and f64.Graydon Hoare-15/+0
2012-09-26libcore: Partially de-export char, f32, f64, and floatPatrick Walton-44/+40
2012-09-25Demode Num trait and implsTim Chevalier-5/+5
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-04Merge pull request #3383 from crabtw/fbsdBrian Anderson-15/+0
2012-09-04libcore: "import" -> "use"Patrick Walton-2/+2
2012-09-05use native log2 function and enable freebsd tests in uv_llJyun-Yan You-15/+0
2012-08-14Make Num::from_int a static methodTim Chevalier-1/+1
2012-08-13More core mode forbidding.Graydon Hoare-0/+4
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-1/+1
2012-08-13core: Export f32::ge(), f64::ge(), and float::ge()Chris Peterson-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-01Convert ret to returnBrian Anderson-31/+31
2012-07-26core: Mark a bunch of numeric functions as purePatrick Walton-9/+9
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-35/+29
2012-06-25Remove redundant 'extension' mods from numeric modsBrian Anderson-15/+13
2012-06-25Automatically export methods on core numeric typesBen Striegel-11/+13
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-11/+6
2012-06-07Add neg() to the num ifacePatrick Walton-0/+1
2012-06-07libcore: Add a num typeclassPatrick Walton-0/+13
2012-03-15Comments only: associate FIXMEs in float libs with issue numbersTim Chevalier-2/+6
2012-03-13Name types after their modules instead of 't'Brian Anderson-2/+0
2012-03-09core: Convert to rustdocBrian Anderson-67/+34
2012-02-11core: Fill out missing functions for basic typesBrian Anderson-1/+1
2012-02-11core: Add modules for remaining scalar typesBrian Anderson-1/+1
2012-02-07core: Export floor functionsBrian Anderson-1/+1
2012-01-26core: Long linesBrian Anderson-2/+4
2012-01-26rustdocs for f32.rs and f64.rsRoland Tanglao-123/+66
2012-01-22core: Reexport all the imports in f32/64Brian Anderson-0/+15
2012-01-05Moved generic float::min, max to core::math and cleaned up some importsStefan Plantikow-0/+6
2012-01-05Merge branch 'master' into kmathStefan Plantikow-1/+1
2012-01-05added preliminary support for per-architecture generation of math constants (...Stefan Plantikow-21/+11
2012-01-05Merge branch 'master' into kmathStefan Plantikow-8/+51
2012-01-01freebsd supportUser Jyyou-0/+5
2011-12-31core: added support for bessel functionsStefan Plantikow-37/+39
2011-12-31core: killed all math wrappersStefan Plantikow-104/+81
2011-12-31Trying to remove wrappers from floatStefan Plantikow-5/+96
2011-12-31added useful constants to mathStefan Plantikow-0/+24
2011-12-14Moved std::math to std::coreStefan Plantikow-0/+125