summary refs log tree commit diff
path: root/src/libcore/num/dec2flt
AgeCommit message (Expand)AuthorLines
2017-09-04Removed the incorrect documentation for from_strMax Comstock-1/+0
2017-08-15Fix typos & us spellingsFourchaux-3/+3
2017-08-11Fix some typosBastien Orivel-1/+1
2017-04-20Remove float_extrasJosh Stone-7/+34
2017-04-14Use associated constants in core::num::dec2fltRobin Kruppe-152/+98
2017-04-03Replace ^ with <sup> html baliseGuillaume Gomez-6/+7
2017-03-25Fix typo in dec2flt/algorithm.rsIrfan Hudda-2/+2
2016-09-18Add missing Eq implementationsGuillaume Gomez-2/+2
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-6/+0
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-11/+40
2016-05-16Fix `asm!` blocksAndrea Canciani-2/+2
2016-05-16Cleanup documentationAndrea Canciani-31/+10
2016-05-13Document the x87 control wordAndrea Canciani-5/+62
2016-05-13Fix fast path of float parsing on x87Andrea Canciani-7/+40
2016-04-01Fix a couple of dead links on core::num::ParseFloatError docsOliver Middleton-2/+2
2016-03-22try! -> ?Jorge Aparicio-1/+1
2016-02-09Some docs for std::numSteve Klabnik-0/+7
2016-02-04drive-by doc fixesRobin Kruppe-1/+1
2016-02-04Prevent the immediate panic uncovered by #31109 and add a test.Robin Kruppe-8/+28
2016-02-04Use the right target ratio in Algorithm M quickstart.Robin Kruppe-1/+1
2016-01-13Auto merge of #30639 - rkruppe:dec2flt-fastpath-tables, r=alexcrichtonbors-9/+59
2016-01-12Speed up dec2flt fast path with additional tables.Robin Kruppe-9/+59
2016-01-04Make float parsing "." return ErrToby Scrace-8/+9
2015-12-17Don't import ParseResult's variants in dec2flt.Ms2ger-6/+5
2015-12-12dec2flt: Remove unused macro argumentRobin Kruppe-3/+3
2015-12-12dec2flt: Simplify imports and module surfaceRobin Kruppe-4/+4
2015-12-12Remove an accent in a commentRobin Kruppe-1/+1
2015-10-14Reject "+" and "-" when parsing floats.Robin Kruppe-1/+6
2015-09-20Reorganize core::num internalsRobin Kruppe-11/+7
2015-08-17core: Shuffle around float parsingAlex Crichton-13/+87
2015-08-15std: Add issues to all unstable featuresAlex Crichton-1/+2
2015-08-12Mention that the fast path is broken without SSE.Robin Kruppe-3/+11
2015-08-08Accurate decimal-to-float parsing routines.Robin Kruppe-0/+2405