about summary refs log tree commit diff
path: root/src/libstd/num/strconv.rs
AgeCommit message (Expand)AuthorLines
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-3/+3
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-4/+4
2014-05-15core: Update all tests for fmt movementAlex Crichton-1/+0
2014-05-15std: Delegate some integer formatting to core::fmtAlex Crichton-0/+2
2014-05-15Updates with core::fmt changesAlex Crichton-3/+0
2014-05-14Change StrBuf::from_utf8() to return ResultKevin Ballard-0/+1
2014-05-08Handle breakage after libcore splitKevin Ballard-1/+1
2014-05-08Clean up unused importsKevin Ballard-1/+0
2014-05-08Handle fallout in std::ascii and std::strconvKevin Ballard-10/+10
2014-05-07core: Add unwrap()/unwrap_err() methods to ResultAlex Crichton-0/+3
2014-04-19Have floating point functions take their parameters by value.Brendan Zabarauskas-1/+1
2014-04-19Merge the Round trait into the Float traitBrendan Zabarauskas-3/+3
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-20/+22
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-25/+25
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-6/+6
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-11/+11
2014-04-01rand: bubble up IO messages futher.Huon Wilson-11/+11
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-25libstd: Document the following modules:Patrick Walton-20/+41
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
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