about summary refs log tree commit diff
path: root/src/libstd/num/strconv.rs
AgeCommit message (Expand)AuthorLines
2014-11-04Simplify float string conversion function furtherBrendan Zabarauskas-151/+105
2014-11-04Clean up from_str_float and use iteratorsBrendan Zabarauskas-156/+125
2014-11-04Remove unnecessary features from strconvBrendan Zabarauskas-109/+27
2014-11-04Separate string->integer implementation in strconvBrendan Zabarauskas-68/+67
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-2/+2
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-7/+7
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-18/+16
2014-10-13Clean up rustc warnings.NODA, Kai-12/+22
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-1/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-2/+2
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-08-06Use byte literals in libstdnham-19/+17
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+1
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-4/+4
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-08Fix spelling errors in comments.Joseph Crail-1/+1
2014-06-06Rename Iterator::len to countAaron Turon-1/+0
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-5/+5
2014-05-29std: Recreate a `rand` moduleAlex Crichton-14/+14
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