about summary refs log tree commit diff
path: root/src/libstd/num/strconv.rs
AgeCommit message (Expand)AuthorLines
2014-02-28std: Avoid using "{:?}" in format stringsAlex Crichton-5/+5
2014-02-21auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichtonbors-17/+81
2014-02-22Decouple integer formatting from std::num::strconvBrendan Zabarauskas-17/+81
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-14/+2
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-01-31Fix minor doc typosVirgile Andreani-2/+2
2014-01-28Rename CopyableVector to CloneableVectorVirgile Andreani-1/+1
2014-01-22float_to_str_bytes_common can now handle exponential notationSiegeLord-5/+65
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-1/+1
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-1/+1
2014-01-18Replace old pow_with_uint with the new pow funcFlavio Percoco-6/+7
2014-01-07std: Fill in all missing importsAlex Crichton-1/+1
2014-01-06Remove some unnecessary type castsFlorian Hahn-1/+1
2013-12-04std::str: remove from_utf8.Huon Wilson-1/+1
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-4/+4
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-3/+13
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-5/+5
2013-10-02std: Replace num::IntConvertible with {To,From}PrimitiveErick Tryzelaar-13/+13
2013-10-02auto merge of #9665 : alexcrichton/rust/snapshot, r=brsonbors-1/+1
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-1/+1
2013-10-01remove the `float` typeDaniel Micay-3/+2
2013-09-30std: Remove usage of fmt!Alex Crichton-5/+5
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-1/+1
2013-09-19Rename the NaN and is_NaN methods to lowercase.Chris Morgan-4/+4
2013-09-06auto merge of #9010 : aaronlaursen/rust/master, r=alexcrichtonbors-4/+31
2013-09-06fix for issue #7588, overflow now handled correctlyAaron Laursen-4/+31
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-1/+1
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-2/+2
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