about summary refs log tree commit diff
path: root/src/libcore/num/dec2flt/mod.rs
AgeCommit message (Expand)AuthorLines
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-2/+2
2019-11-26Format libcore with rustfmtDavid Tolnay-15/+21
2019-04-19libcore: deny more...Mazdak Farrokhzad-5/+5
2019-04-18libcore => 2018Taiki Endo-2/+2
2019-03-11Improvements to comments in libstd, libcore, liballoc.Alexander Regueiro-3/+3
2019-02-10libs: doc commentsAlexander Regueiro-2/+2
2019-02-10tests: doc commentsAlexander Regueiro-3/+3
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-10/+0
2018-12-22Update src/libcore/num/dec2flt/mod.rsMazdak Farrokhzad-1/+3
2018-12-22Update regex to EBNFCorey Farwell-10/+8
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
2017-09-04Removed the incorrect documentation for from_strMax Comstock-1/+0
2017-04-14Use associated constants in core::num::dec2fltRobin Kruppe-10/+10
2016-09-18Add missing Eq implementationsGuillaume Gomez-2/+2
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-1/+0
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-7/+7
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-04Prevent the immediate panic uncovered by #31109 and add a test.Robin Kruppe-8/+28
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-09-20Reorganize core::num internalsRobin Kruppe-3/+0
2015-08-17core: Shuffle around float parsingAlex Crichton-13/+87
2015-08-15std: Add issues to all unstable featuresAlex Crichton-1/+2
2015-08-08Accurate decimal-to-float parsing routines.Robin Kruppe-0/+234