about summary refs log tree commit diff
path: root/src/libcore/num/strconv.rs
AgeCommit message (Expand)AuthorLines
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-9/+7
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-14/+14
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-0/+3
2013-05-12libsyntax: Tighten up expressions in patterns to only allow identifiers or li...Patrick Walton-5/+5
2013-05-04Register snapshotsBrian Anderson-7/+0
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-9/+7
2013-04-23Attempt to fix x86 only strconv test failureMarvin Löbel-3/+2
2013-04-22core: ignore test from_str_ignore_underscores. Broken on i686. #6018Brian Anderson-0/+1
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-6/+15
2013-04-08auto merge of #5787 : alexcrichton/rust/less-mut-fields, r=catamorphismbors-47/+33
2013-04-08Removing no longer needed unsafe blocksAlex Crichton-47/+33
2013-04-08libcore: from_str_common: provide option to ignore underscores.Huon Wilson-9/+29
2013-04-08libcore: from_str_common: correctly signal failure on repeating base 2^n numb...Huon Wilson-5/+24
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-4/+6
2013-03-26Switched over a bunch of splitting funktions to non-allocating iteratorsMarvin Löbel-4/+4
2013-03-26Moved float str buffer constants to the strconv moduleMarvin Löbel-3/+10
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-3/+3
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-26/+26
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-12/+12
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-3/+3
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-3/+3
2013-03-20libsyntax: Never use `::<>` in the type grammarPatrick Walton-3/+3
2013-02-28core: Address XXX, make static constants for strings used when stringifying f...Tim Chevalier-4/+3
2013-02-15Removed `has_*` predicates from NumStrConv traitMarvin Löbel-50/+34
2013-02-15tidyMarvin Löbel-5/+0
2013-02-15Long lines, proper FIXME, inliningMarvin Löbel-66/+71
2013-02-15Made num <-> str conversion functions use NumStrConv traitMarvin Löbel-95/+87
2013-02-15Added NumStrConv trait and impls for the string conversion functionsMarvin Löbel-1/+108
2013-02-15Moved numeric string conversion functions into own moduleMarvin Löbel-0/+556