about summary refs log tree commit diff
path: root/src/libcore/num/flt2dec
AgeCommit message (Expand)AuthorLines
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-18libcore => 2018Taiki Endo-13/+13
2019-03-25Utilize `?` instead of `return None`.Corey Farwell-4/+2
2019-03-11Improvements to comments in libstd, libcore, liballoc.Alexander Regueiro-8/+8
2018-12-25Remove licensesMark Rousskov-50/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-14/+14
2018-11-10revert making internal APIs const fn.Mazdak Farrokhzad-1/+1
2018-11-10constify parts of libcore.Mazdak Farrokhzad-3/+1
2018-08-04Remove redundant field names in structsljedrz-21/+21
2018-07-11use proper footnote syntax for referencesAndy Russell-13/+11
2018-07-08Fix some linksGuillaume Gomez-4/+4
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-3/+3
2017-05-09fix confusion about parts required for float formattingNathan Froyd-8/+8
2017-04-20Remove float_extrasJosh Stone-2/+2
2017-04-03Move libXtest into libX/testsStjepan Glavina-1/+1
2016-09-18Add missing Eq implementationsGuillaume Gomez-2/+2
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-7/+0
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-4/+5
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-0/+1
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-2/+2
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-2/+2
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-3/+2
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-2/+2
2015-09-20Reorganize core::num internalsRobin Kruppe-546/+3
2015-09-03Elide lifetimes in libcoreManish Goregaokar-7/+7
2015-08-26Make iter::order functions into methods on IteratorSteven Fackler-3/+1
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-9/+0
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-9/+0
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-1/+2
2015-08-08Accurate decimal-to-float parsing routines.Robin Kruppe-11/+10
2015-08-08Add various methods to Bignum:Robin Kruppe-5/+141
2015-08-08Enlarge Bignum type from 1152 to 1280 bits.Robin Kruppe-6/+6
2015-08-08Make core::num::dec2flt::strategy::grisu::Fp methods public.Robin Kruppe-3/+3
2015-08-03syntax: Implement #![no_core]Alex Crichton-6/+9
2015-06-17core: Split apart the global `core` featureAlex Crichton-0/+2
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-3/+3
2015-06-07change some statics to constantsOliver 'ker' Schneider-4/+1
2015-05-06core: use banker's rounding for the exact mode in flt2dec.Kang Seonghoon-1/+5
2015-05-06core: updated for the master changes.Kang Seonghoon-0/+5
2015-05-06core: fixed a slight bug.Kang Seonghoon-6/+6
2015-05-06core: fixed typos and revised comments in flt2dec.Kang Seonghoon-14/+17
2015-05-06core: tweaked flt2dec to match the casing of the older formatting code.Kang Seonghoon-18/+18
2015-05-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+2216