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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-20
Stop accessing module level int consts via crate::<Ty>
Linus Färnstrand
-1
/
+0
2020-04-16
Dogfood or_patterns in the standard library
Josh Stone
-2
/
+2
2020-02-17
Drop unused argument to float functions
Mark Rousskov
-2
/
+0
2020-02-15
Formatter::sign is &'static str
Mark Rousskov
-15
/
+15
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-1
/
+1
2019-11-26
Format libcore with rustfmt
David Tolnay
-51
/
+145
2019-04-18
libcore => 2018
Taiki Endo
-1
/
+1
2019-03-25
Utilize `?` instead of `return None`.
Corey Farwell
-4
/
+2
2019-03-11
Improvements to comments in libstd, libcore, liballoc.
Alexander Regueiro
-7
/
+7
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-3
/
+3
2018-11-10
constify parts of libcore.
Mazdak Farrokhzad
-1
/
+0
2018-08-04
Remove redundant field names in structs
ljedrz
-18
/
+18
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