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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcoretest
/
num
/
flt2dec
Age
Commit message (
Expand
)
Author
Lines
2017-04-03
Move libXtest into libX/tests
Stjepan Glavina
-1464
/
+0
2017-02-04
Extract libcore benchmarks to a separate folder
Son
-114
/
+1
2016-11-21
Stabilize RFC 1560.
Jeffrey Seyfried
-2
/
+0
2016-09-30
Call emcc with ERROR_ON_UNDEFINED_SYMBOLS
Brian Anderson
-2
/
+5
2016-09-30
Ignore another emscripten test because missing intrinsics
Brian Anderson
-0
/
+2
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-16
/
+26
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-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-3
/
+2
2015-09-20
Reorganize core::num internals
Robin Kruppe
-251
/
+1
2015-08-18
Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton
bors
-2
/
+16
2015-08-17
Remove dependencies on libm functions from libcore.
Eli Friedman
-2
/
+16
2015-08-14
Auto merge of #27786 - alexcrichton:start-testing-msvc, r=brson
bors
-2
/
+21
2015-08-13
Get `make check` working on MSVC
Alex Crichton
-2
/
+21
2015-08-08
Add various methods to Bignum:
Robin Kruppe
-0
/
+89
2015-08-08
Enlarge Bignum type from 1152 to 1280 bits.
Robin Kruppe
-1
/
+1
2015-05-06
core: use banker's rounding for the exact mode in flt2dec.
Kang Seonghoon
-5
/
+18
2015-05-06
core: updated for the master changes.
Kang Seonghoon
-98
/
+91
2015-05-06
core: fixed a slight bug.
Kang Seonghoon
-3
/
+17
2015-05-06
core: fixed typos and revised comments in flt2dec.
Kang Seonghoon
-1
/
+1
2015-05-06
core: tweaked flt2dec to match the casing of the older formatting code.
Kang Seonghoon
-32
/
+32
2015-05-06
core: added core::num::flt2dec for floating-point formatting.
Kang Seonghoon
-0
/
+1673