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
/
libcore
/
num
/
flt2dec
Age
Commit message (
Expand
)
Author
Lines
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-04-18
libcore => 2018
Taiki Endo
-13
/
+13
2019-03-25
Utilize `?` instead of `return None`.
Corey Farwell
-4
/
+2
2019-03-11
Improvements to comments in libstd, libcore, liballoc.
Alexander Regueiro
-8
/
+8
2018-12-25
Remove licenses
Mark Rousskov
-50
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-14
/
+14
2018-11-10
revert making internal APIs const fn.
Mazdak Farrokhzad
-1
/
+1
2018-11-10
constify parts of libcore.
Mazdak Farrokhzad
-3
/
+1
2018-08-04
Remove redundant field names in structs
ljedrz
-21
/
+21
2018-07-11
use proper footnote syntax for references
Andy Russell
-13
/
+11
2018-07-08
Fix some links
Guillaume Gomez
-4
/
+4
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-20
Remove float_extras
Josh Stone
-2
/
+2
2017-04-03
Move libXtest into libX/tests
Stjepan Glavina
-1
/
+1
2016-09-18
Add missing Eq implementations
Guillaume Gomez
-2
/
+2
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-7
/
+0
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-4
/
+5
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
-2
/
+2
2015-09-20
Reorganize core::num internals
Robin Kruppe
-546
/
+3
2015-09-03
Elide lifetimes in libcore
Manish Goregaokar
-7
/
+7
2015-08-26
Make iter::order functions into methods on Iterator
Steven Fackler
-3
/
+1
2015-08-18
Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton
bors
-9
/
+0
2015-08-17
Remove dependencies on libm functions from libcore.
Eli Friedman
-9
/
+0
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-1
/
+2
2015-08-08
Accurate decimal-to-float parsing routines.
Robin Kruppe
-11
/
+10
2015-08-08
Add various methods to Bignum:
Robin Kruppe
-5
/
+141
2015-08-08
Enlarge Bignum type from 1152 to 1280 bits.
Robin Kruppe
-6
/
+6
2015-08-08
Make core::num::dec2flt::strategy::grisu::Fp methods public.
Robin Kruppe
-3
/
+3
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-6
/
+9
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-0
/
+2
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-3
/
+3
2015-06-07
change some statics to constants
Oliver 'ker' Schneider
-4
/
+1
2015-05-06
core: use banker's rounding for the exact mode in flt2dec.
Kang Seonghoon
-1
/
+5
2015-05-06
core: updated for the master changes.
Kang Seonghoon
-0
/
+5
2015-05-06
core: fixed a slight bug.
Kang Seonghoon
-6
/
+6
2015-05-06
core: fixed typos and revised comments in flt2dec.
Kang Seonghoon
-14
/
+17
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
/
+2216