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
/
fmt
/
num.rs
Age
Commit message (
Expand
)
Author
Lines
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
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-14
/
+29
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-1
/
+1
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+1
2015-03-28
Remove IteratorExt
Steven Fackler
-1
/
+1
2015-03-27
Change the trivial cast lints to allow by default
Nick Cameron
-1
/
+0
2015-03-25
Change lint names to plurals
Nick Cameron
-1
/
+1
2015-03-25
Add trivial cast lints.
Nick Cameron
-0
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-02-28
Cleanup in the fmt::num module
Ryan Prichard
-12
/
+9
2015-02-23
int audit - libcore::fmt
Nick Cameron
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-9
/
+11
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-1
/
+1
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-3
/
+3
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-3
/
+3
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-3
/
+6
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-9
/
+11
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+1
2015-01-07
register new snapshots
Jorge Aparicio
-16
/
+0
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-6
/
+44
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-6
/
+44
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-7
/
+7
2015-01-03
core: merge DoubleEndedIteratorExt into IteratorExt
Jorge Aparicio
-1
/
+1
[next]