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
/
float.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-19
do not use mem::uninitialized in std::io
Ralf Jung
-3
/
+4
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-14
/
+14
2019-04-18
libcore => 2018
Taiki Endo
-3
/
+3
2019-03-26
adjust MaybeUninit API to discussions
Ralf Jung
-8
/
+8
2019-02-22
avoid unnecessary use of MaybeUninit::get_ref, and expand comment on the others
Ralf Jung
-0
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-02
let FIXME refer to tracking issue
Ralf Jung
-1
/
+1
2018-11-27
add comments explaining our uses of get_ref/get_mut for MaybeUninit
Ralf Jung
-0
/
+3
2018-11-23
use MaybeUninit in core::fmt
Ralf Jung
-13
/
+14
2018-09-29
Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"
Ralf Jung
-14
/
+13
2018-09-22
core: fix deprecated warnings
Jorge Aparicio
-13
/
+14
2017-12-19
Always print floats with a decimal point with the Debug formatter
Diggory Blake
-8
/
+9
2017-05-09
fix confusion about parts required for float formatting
Nathan Froyd
-4
/
+4
2017-04-28
fmt: use mem::uninitialized for float formatting buffers
Nathan Froyd
-22
/
+34
2017-04-28
fmt: use the minimum parts array size
Nathan Froyd
-4
/
+4
2017-04-28
fmt: reduce the stack space required by float formatting
Nathan Froyd
-16
/
+66
2017-02-07
Improve fmt float
Son
-0
/
+94
2015-05-06
core: made the core formatter to use a new flt2dec.
Kang Seonghoon
-289
/
+0
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-14
/
+29
2015-04-12
Make Debug include the - in -0.0
Robin Kruppe
-91
/
+29
2015-04-10
Fix for #23150
Ben Ashford
-1
/
+1
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-2
/
+2
2015-03-28
Remove IteratorExt
Steven Fackler
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-3
/
+3
2015-03-03
Rollup merge of #22876 - Florob:const, r=nikomatsakis
Manish Goregaokar
-1
/
+1
2015-03-02
core: Audit num module for int/uint
Brian Anderson
-2
/
+2
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-1
/
+1
2015-02-23
int audit - libcore::fmt
Nick Cameron
-11
/
+11
2015-02-17
Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichton
bors
-1
/
+1
2015-02-15
Fix the fallout
Vadim Petrochenkov
-5
/
+5
2015-02-14
Rename `fmt::Writer` to `fmt::Write`
Chris Wong
-1
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-2
/
+2
2015-01-29
remove unused imports
Jorge Aparicio
-1
/
+1
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-3
/
+3
2015-01-21
Fallout from stabilization.
Aaron Turon
-2
/
+2
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+2
2015-01-05
Rename `core::char::Char` to `CharExt` to match prelude guidelines.
Huon Wilson
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
core: merge DoubleEndedIteratorExt into IteratorExt
Jorge Aparicio
-1
/
+1
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-10
/
+10
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-31
core: unbox closures used in let bindings
Jorge Aparicio
-2
/
+2
2014-12-30
Register new snapshots
Alex Crichton
-9
/
+0
2014-12-30
Fallout from mut slices
Nick Cameron
-2
/
+2
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-0
/
+7
2014-12-23
Rename and namespace `FPCategory`
Tobias Bucher
-5
/
+5
[next]