about summary refs log tree commit diff
path: root/src/libcore/fmt/float.rs
AgeCommit message (Expand)AuthorLines
2019-07-19do not use mem::uninitialized in std::ioRalf Jung-3/+4
2019-04-19libcore: deny more...Mazdak Farrokhzad-14/+14
2019-04-18libcore => 2018Taiki Endo-3/+3
2019-03-26adjust MaybeUninit API to discussionsRalf Jung-8/+8
2019-02-22avoid unnecessary use of MaybeUninit::get_ref, and expand comment on the othersRalf Jung-0/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-02let FIXME refer to tracking issueRalf Jung-1/+1
2018-11-27add comments explaining our uses of get_ref/get_mut for MaybeUninitRalf Jung-0/+3
2018-11-23use MaybeUninit in core::fmtRalf Jung-13/+14
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-14/+13
2018-09-22core: fix deprecated warningsJorge Aparicio-13/+14
2017-12-19Always print floats with a decimal point with the Debug formatterDiggory Blake-8/+9
2017-05-09fix confusion about parts required for float formattingNathan Froyd-4/+4
2017-04-28fmt: use mem::uninitialized for float formatting buffersNathan Froyd-22/+34
2017-04-28fmt: use the minimum parts array sizeNathan Froyd-4/+4
2017-04-28fmt: reduce the stack space required by float formattingNathan Froyd-16/+66
2017-02-07Improve fmt floatSon-0/+94
2015-05-06core: made the core formatter to use a new flt2dec.Kang Seonghoon-289/+0
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-14/+29
2015-04-12Make Debug include the - in -0.0Robin Kruppe-91/+29
2015-04-10Fix for #23150Ben Ashford-1/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-2/+2
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-3/+3
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-1/+1
2015-03-02core: Audit num module for int/uintBrian Anderson-2/+2
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-23int audit - libcore::fmtNick Cameron-11/+11
2015-02-17Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonbors-1/+1
2015-02-15Fix the falloutVadim Petrochenkov-5/+5
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-2/+2
2015-01-29remove unused importsJorge Aparicio-1/+1
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-3/+3
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-07use slicing sugarJorge Aparicio-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-2/+2
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-1/+1
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-10/+10
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-31core: unbox closures used in let bindingsJorge Aparicio-2/+2
2014-12-30Register new snapshotsAlex Crichton-9/+0
2014-12-30Fallout from mut slicesNick Cameron-2/+2
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-0/+7
2014-12-23Rename and namespace `FPCategory`Tobias Bucher-5/+5