about summary refs log tree commit diff
path: root/src/libcore/float.rs
AgeCommit message (Expand)AuthorLines
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-26core: Mark a bunch of numeric functions as purePatrick Walton-24/+24
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-52/+52
2012-07-12Get rid of all of the remaining /~s in the code base.Michael Sullivan-2/+2
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-79/+79
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-4/+4
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-5/+5
2012-06-25Remove redundant 'extension' mods from numeric modsBrian Anderson-17/+24
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-2/+2
2012-06-14Comments only: Annotate FIXMEs in libcoreTim Chevalier-1/+1
2012-06-07Add neg() to the num ifacePatrick Walton-0/+1
2012-06-07libcore: Add a num typeclassPatrick Walton-0/+32
2012-06-04Machine types are different from int/uint, etc (Issue #2187)Eric Holk-20/+86
2012-06-02(float) fix some rounding errors when showing as strKevin Cantu-11/+64
2012-04-19Disallow rebinding / matching against consts in altsTim Chevalier-3/+3
2012-04-15add inf/-inf/NaN parsing to float::from_strGrahame Bowland-0/+18
2012-04-08core: Add tests for the string repr of infinityBrian Anderson-0/+6
2012-04-09write out "inf"/"-inf" in float::to_str_commonGrahame Bowland-0/+2
2012-03-15Comments only: associate FIXMEs in float libs with issue numbersTim Chevalier-2/+3
2012-03-13Name types after their modules instead of 't'Brian Anderson-2/+0
2012-03-09core: Convert to rustdocBrian Anderson-55/+45
2012-03-07add mutability annotations to libcoreNiko Matsakis-16/+16
2012-02-28expose float::pow_with_uint.Erick Tryzelaar-6/+7
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-1/+1
2012-02-22Make the various from_str functions return optionsMarijn Haverbeke-46/+42
2012-02-21core: Fix to_str_exact for floats with no decimal componentBrian Anderson-1/+7
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-1/+1
2012-02-11core: Fill out missing functions for basic typesBrian Anderson-1/+1
2012-02-11core: Add modules for remaining scalar typesBrian Anderson-0/+2
2012-02-07core: Export floor functionsBrian Anderson-1/+1
2012-01-30Change all ternary ops to if/then/elsePaul Woolcock-1/+1
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+81
2012-01-05Moved generic float::min, max to core::math and cleaned up some importsStefan Plantikow-15/+2
2012-01-05Merge branch 'master' into kmathStefan Plantikow-2/+21
2011-12-31core: added support for bessel functionsStefan Plantikow-2/+3
2011-12-31core: killed all math wrappersStefan Plantikow-515/+3
2011-12-31Trying to remove wrappers from floatStefan Plantikow-4/+46
2011-12-31added useful constants to mathStefan Plantikow-0/+30
2011-12-22Remove trivial cast checkerMarijn Haverbeke-27/+27
2011-12-16Make 1.f parse as a field access on the integer 1Marijn Haverbeke-2/+2
2011-12-14Moved std::math to std::coreStefan Plantikow-0/+387
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+343