about summary refs log tree commit diff
path: root/src/libcore/num/dec2flt
AgeCommit message (Expand)AuthorLines
2019-10-22Apply clippy::useless_let_if_seq suggestionMateusz MikuĊ‚a-5/+4
2019-04-19libcore: deny more...Mazdak Farrokhzad-6/+6
2019-04-18libcore => 2018Taiki Endo-20/+20
2019-03-11Improvements to comments in libstd, libcore, liballoc.Alexander Regueiro-5/+5
2019-02-10libs: doc commentsAlexander Regueiro-9/+9
2019-02-10tests: doc commentsAlexander Regueiro-8/+8
2019-01-25Rollup merge of #56217 - frewsxcv:frewsxcv-float-parse, r=QuietMisdreavusMazdak Farrokhzad-1/+25
2019-01-22reposition markdown hyperlink referenceCorey Farwell-2/+2
2018-12-25Remove licensesMark Rousskov-60/+0
2018-12-22Update src/libcore/num/dec2flt/mod.rsMazdak Farrokhzad-1/+3
2018-12-22Update regex to EBNFCorey Farwell-10/+8
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-4/+4
2018-12-03...and fix a linkCorey Farwell-1/+1
2018-12-03tweak 'known issues' wordingCorey Farwell-2/+2
2018-11-25Add grammar for {f32,f64}::from_str, mention known bug.Corey Farwell-1/+25
2018-08-04Remove redundant field names in structsljedrz-4/+4
2018-05-22Remove the unstable Float traitSimon Sapin-10/+23
2018-02-19Make ".e0" not parse as 0.0varkor-1/+2
2017-12-23Move Bits constraints to RawFloat::RawBitsClar Charr-4/+19
2017-12-22Expose float from_bits and to_bits in libcore.Clar Charr-33/+6
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