summary refs log tree commit diff
path: root/src/libcore/num/strconv.rs
AgeCommit message (Expand)AuthorLines
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