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
Age
Commit message (
Expand
)
Author
Lines
2013-02-03
Solved float, f32 and f64 `to_str_radix()` special value ambiguity.
Marvin Löbel
-3
/
+69
2013-02-03
Fixed errors resulting from rebase.
Marvin Löbel
-25
/
+26
2013-02-03
Fixed `fmt!`, tests, doc-tests.
Marvin Löbel
-1
/
+7
2013-02-03
Removed wrong/wip doc
Marvin Löbel
-4
/
+0
2013-02-03
Converted the floating point types to the new string conversion functions.
Marvin Löbel
-206
/
+609
2013-02-03
Fixed tests still using old integer to_str
Marvin Löbel
-11
/
+33
2013-02-03
Converted libcore/uint-template.rs to the new string functions.
Marvin Löbel
-117
/
+137
2013-02-03
Converted libcore/int-template.rs to the new string functions.
Marvin Löbel
-52
/
+126
2013-02-03
Added generic string <-> number conversion functions to core::num.
Marvin Löbel
-3
/
+537
2013-02-03
Added some generic number functions to core::num
Marvin Löbel
-0
/
+89
2013-02-03
Added ToStrRadix and FromStrRadix traits
Marvin Löbel
-0
/
+10
2013-02-03
Added Round trait to core
Marvin Löbel
-0
/
+126
2013-02-03
Moved all numeric modules in core into own directory
Marvin Löbel
-0
/
+2759
[prev]