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
/
float.rs
Age
Commit message (
Expand
)
Author
Lines
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
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-1
/
+1
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-13
libcore: use unboxed closures in `float_to_str_bytes_common`
Jorge Aparicio
-3
/
+6
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+1
2014-11-26
rollup merge of #19288: steveklabnik/doc_style_cleanup
Alex Crichton
-30
/
+30
2014-11-25
/** -> ///
Steve Klabnik
-30
/
+30
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-21
Fix various deprecation warnings from char changes
Brian Anderson
-1
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+4
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-1
/
+1
2014-11-14
auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton
bors
-4
/
+4
[next]