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
/
flt2dec
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-3
/
+3
2017-05-09
fix confusion about parts required for float formatting
Nathan Froyd
-8
/
+8
2017-04-03
Move libXtest into libX/tests
Stjepan Glavina
-1
/
+1
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-1
/
+0
2016-03-20
libcore: add Debug implementations to most missing types
Sean McArthur
-0
/
+1
2016-02-26
Use .copy_from_slice() where applicable
Ulrik Sverdrup
-2
/
+2
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-2
/
+2
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-3
/
+2
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-1
/
+1
2015-09-20
Reorganize core::num internals
Robin Kruppe
-1
/
+0
2015-08-18
Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton
bors
-1
/
+0
2015-08-17
Remove dependencies on libm functions from libcore.
Eli Friedman
-1
/
+0
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-1
/
+2
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+1
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-0
/
+2
2015-05-06
core: fixed typos and revised comments in flt2dec.
Kang Seonghoon
-8
/
+7
2015-05-06
core: tweaked flt2dec to match the casing of the older formatting code.
Kang Seonghoon
-18
/
+18
2015-05-06
core: added core::num::flt2dec for floating-point formatting.
Kang Seonghoon
-0
/
+662