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
/
fmt
/
num.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-05
Document unsafe blocks in core::fmt
Phoebe Bell
-2
/
+25
2020-02-15
Formatter::sign is &'static str
Mark Rousskov
-3
/
+3
2020-02-14
implement LowerExp and UpperExp for integers
Max Blachman
-0
/
+163
2020-01-06
Use Self instead of $type
Lzu Tao
-2
/
+2
2019-12-22
Format the world
Mark Rousskov
-24
/
+21
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+2
2019-07-19
avoid uninit_array! macro where it is not needed
Ralf Jung
-2
/
+2
2019-07-19
use const array repeat expressions for uninit_array
Ralf Jung
-2
/
+2
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-5
/
+5
2019-04-18
libcore => 2018
Taiki Endo
-7
/
+7
2019-03-26
adjust MaybeUninit API to discussions
Ralf Jung
-2
/
+2
2019-02-08
Also de-duplicate 32- and 64-bit number formatting on wasm32
Nick Fitzgerald
-8
/
+18
2019-02-07
De-duplicate number formatting implementations for smaller code size
Nick Fitzgerald
-31
/
+38
2019-01-28
rename first_mut_ptr -> first_ptr_mut
Ralf Jung
-1
/
+1
2019-01-28
add macro for creating uninitialized array
Ralf Jung
-12
/
+2
2019-01-28
libcore: avoid mem::uninitialized and raw ptr casts
Ralf Jung
-7
/
+21
2019-01-28
libcore: remove unneeded allow(deprecated)
Ralf Jung
-2
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-7
/
+7
2018-03-26
Rollup merge of #49103 - glandium:uninitialized, r=cramertj
Tim Neumann
-1
/
+1
2018-03-23
Rollup merge of #49102 - glandium:decimal, r=aturon
Alex Crichton
-5
/
+0
2018-03-20
Rollup merge of #49099 - glandium:master, r=sfackler
kennytm
-17
/
+15
2018-03-17
Use associated consts for GenericRadix base and prefix
Mike Hommey
-17
/
+15
2018-03-17
Use an uninitialized buffer in GenericRadix::fmt_int, like in Display::fmt fo...
Mike Hommey
-1
/
+1
2018-03-17
Remove core::fmt::num::Decimal
Mike Hommey
-5
/
+0
2018-03-13
Add hexadecimal formatting of integers with fmt::Debug
Simon Sapin
-1
/
+7
2018-01-28
Added inline to fmt for debug implementations of primitives.
penpalperson
-0
/
+1
2017-11-28
Reject '2' as a binary digit in internals of 'b' formatting
David Ross
-1
/
+1
2017-09-30
address some `FIXME`s whose associated issues were marked as closed
Niv Kaminer
-1
/
+0
2017-08-29
Use a byte literal ASCII 0 instead of its decimal value
David Tolnay
-1
/
+1
2017-04-20
Remove num::{Zero,One}
Josh Stone
-2
/
+3
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-7
/
+1
2016-12-30
40 -> 39, as ceil(log10(2^128)) == 39
est31
-1
/
+1
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-5
/
+16
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-2
/
+0
2016-05-19
Support 16-bit pointers as well as i/usize
Jake Goulding
-0
/
+4
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-77
/
+0
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-0
/
+5
2016-01-15
Rename is_positive argument in fmt::Formatter::pad_integral
Oliver Middleton
-6
/
+6
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+1
2015-10-08
Fix comment gone astray
Michael Pankov
-1
/
+2
2015-10-08
rustfmt part of libcore/fmt
Michael Pankov
-5
/
+16
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-3
/
+6
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+1
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-1
/
+2
2015-07-20
Auto merge of #27026 - nagisa:overflowing-unsigned, r=pnkfelix
bors
-2
/
+0
2015-07-18
optimize integer formatting
arthurprs
-2
/
+86
2015-07-14
Fix negate_unsigned feature gate check
Simonas Kazlauskas
-2
/
+0
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-3
/
+3
[next]