about summary refs log tree commit diff
path: root/src/libstd/num/strconv.rs
AgeCommit message (Expand)AuthorLines
2013-08-07Forbid `priv` where it has no effectAlex Crichton-3/+3
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-1/+1
2013-07-22std: add #[bench] benchmarks for num::strconvGraydon Hoare-0/+24
2013-07-19std: Remove old magic core modBrian Anderson-1/+1
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-4/+3
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-9/+10
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-7/+7
2013-06-30auto merge of #7487 : huonw/rust/vec-kill, r=cmrbors-3/+2
2013-06-30Specialize to_str_common for floats/integers in strconvAlex Crichton-83/+113
2013-06-30Convert vec::{reverse, swap} to methods.Huon Wilson-3/+2
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-18/+18
2013-06-16Add copies to type params with Copy boundNiko Matsakis-14/+14
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-6/+7
2013-05-30Require documentation by default for libstdAlex Crichton-0/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+673