summary refs log tree commit diff
path: root/src/libstd/num/f64.rs
AgeCommit message (Expand)AuthorLines
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
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-66/+120
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-07std: add missing #[inline] annotation to the f64 arithmetic trait impls.Huon Wilson-0/+4
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-48/+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-132/+132
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/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+6
2013-05-29Changed to a more efficient implementation.Matthijs Hofstra-8/+2
2013-05-29Replaced calls to external fmin/fmax by a Rust implementation.Matthijs Hofstra-2/+15
2013-05-27syntax highlight code examples in docstringsDaniel Micay-1/+1
2013-05-23cleanup warnings from libstdErick Tryzelaar-1/+0
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+1295