about summary refs log tree commit diff
path: root/src/libstd/num/strconv.rs
AgeCommit message (Expand)AuthorLines
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-31std: unbox closures used in let bindingsJorge Aparicio-2/+2
2014-12-23Rename and namespace `FPCategory`Tobias Bucher-4/+5
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-21Remove a ton of public reexportsCorey Farwell-3/+3
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-7/+3
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-5/+3
2014-12-13libstd: use unboxed closuresJorge Aparicio-1/+5
2014-12-09Rollback accidental documentation changesTobias Bucher-29/+21
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-19/+32
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-8/+8
2014-11-27Documentation fix for std::num::strconvBarosl Lee-41/+35
2014-11-25/** -> ///Steve Klabnik-25/+26
2014-11-21Fix various deprecation warnings from char changesBrian Anderson-1/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+4
2014-11-16Move ToString to collections::stringBrendan Zabarauskas-1/+1
2014-11-16Move FromStr to core::strBrendan Zabarauskas-232/+21
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-6/+6
2014-11-13Deprecate Num, Unsigned and PrimitiveBrendan Zabarauskas-1/+1
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-9/+9
2014-11-13Deprecate Bounded traitBrendan Zabarauskas-3/+2
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-4/+4
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-6/+6
2014-11-07Fixing #18659juxiliary-1/+17
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-2/+2
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