]> git.lizzy.rs Git - rust.git/commit
Specialize to_str_common for floats/integers in strconv
authorAlex Crichton <alex@alexcrichton.com>
Fri, 28 Jun 2013 21:05:10 +0000 (14:05 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 30 Jun 2013 16:19:25 +0000 (09:19 -0700)
commitd3155faedee97cb916735573fbf067d6305ee730
treec7fe8365b82802cb8c634500f6444896014e0286
parent8fe6fc11de4d6bfbffd8b961f5f1f24a338601d5
Specialize to_str_common for floats/integers in strconv

This allows the integral paths to avoid allocations on the heap

Closes #4424, #4423
src/libextra/terminfo/parm.rs
src/libstd/char.rs
src/libstd/num/f32.rs
src/libstd/num/f64.rs
src/libstd/num/float.rs
src/libstd/num/int_macros.rs
src/libstd/num/strconv.rs
src/libstd/num/uint_macros.rs
src/libstd/repr.rs
src/libstd/str.rs