about summary refs log tree commit diff
path: root/src/libstd/num/float.rs
AgeCommit message (Expand)AuthorLines
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-53/+17
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-8/+8
2013-06-08std: Fix search-and-replace typosTim Chevalier-1/+1
2013-05-30Require documentation by default for libstdAlex Crichton-0/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-2/+8
2013-05-27syntax highlight code examples in docstringsDaniel Micay-1/+1
2013-05-23cleanup warnings from libstdErick Tryzelaar-70/+70
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+1387