index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
num
/
strconv.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-26
librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax
Patrick Walton
-4
/
+6
2013-03-26
Switched over a bunch of splitting funktions to non-allocating iterators
Marvin Löbel
-4
/
+4
2013-03-26
Moved float str buffer constants to the strconv module
Marvin Löbel
-3
/
+10
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-3
/
+3
2013-03-22
libcore: Remove `pure` from libcore. rs=depure
Patrick Walton
-26
/
+26
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-12
/
+12
2013-03-21
back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...
Marvin Löbel
-3
/
+3
2013-03-21
renamed str::view -> slice_DBG_BRWD
Marvin Löbel
-3
/
+3
2013-03-20
libsyntax: Never use `::<>` in the type grammar
Patrick Walton
-3
/
+3
2013-02-28
core: Address XXX, make static constants for strings used when stringifying f...
Tim Chevalier
-4
/
+3
2013-02-15
Removed `has_*` predicates from NumStrConv trait
Marvin Löbel
-50
/
+34
2013-02-15
tidy
Marvin Löbel
-5
/
+0
2013-02-15
Long lines, proper FIXME, inlining
Marvin Löbel
-66
/
+71
2013-02-15
Made num <-> str conversion functions use NumStrConv trait
Marvin Löbel
-95
/
+87
2013-02-15
Added NumStrConv trait and impls for the string conversion functions
Marvin Löbel
-1
/
+108
2013-02-15
Moved numeric string conversion functions into own module
Marvin Löbel
-0
/
+556