about summary refs log tree commit diff
path: root/src/libcoretest/num
AgeCommit message (Expand)AuthorLines
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-2/+2
2016-01-04Make float parsing "." return ErrToby Scrace-1/+2
2015-12-13restore tests accidentally removed in #30182Tamir Duberstein-0/+8
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-32/+2
2015-10-17Implement conversion traits for primitive float typesJosh Stone-0/+57
2015-10-15Auto merge of #29050 - rkruppe:dec2flt-lonely-sign, r=alexcrichtonbors-0/+12
2015-10-15Auto merge of #28921 - petrochenkov:intconv, r=alexcrichtonbors-0/+40
2015-10-15Implement conversion traits for primitive integer typesVadim Petrochenkov-0/+40
2015-10-14Reject "+" and "-" when parsing floats.Robin Kruppe-0/+12
2015-10-08Auto merge of #28900 - cristicbz:typos, r=alexcrichtonbors-1/+1
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-10-03integer parsing should accept leading plusarthurprs-0/+8
2015-09-20Reorganize core::num internalsRobin Kruppe-6/+6
2015-08-22Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturonbors-27/+56
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-2/+16
2015-08-17core: Shuffle around float parsingAlex Crichton-28/+27
2015-08-17std: Clean up primitive integer modulesAlex Crichton-1/+31
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-2/+16
2015-08-14Auto merge of #27786 - alexcrichton:start-testing-msvc, r=brsonbors-2/+21
2015-08-13Get `make check` working on MSVCAlex Crichton-2/+21
2015-08-12Mention that the fast path is broken without SSE.Robin Kruppe-0/+7
2015-08-08Accurate decimal-to-float parsing routines.Robin Kruppe-0/+366
2015-08-08Add various methods to Bignum:Robin Kruppe-0/+89
2015-08-08Enlarge Bignum type from 1152 to 1280 bits.Robin Kruppe-1/+1
2015-07-19optimize from_str_radixarthurprs-2/+9
2015-05-06core: use banker's rounding for the exact mode in flt2dec.Kang Seonghoon-5/+18
2015-05-06core: updated for the master changes.Kang Seonghoon-98/+91
2015-05-06core: fixed a slight bug.Kang Seonghoon-3/+17
2015-05-06core: fixed typos and revised comments in flt2dec.Kang Seonghoon-1/+1
2015-05-06core: tweaked flt2dec to match the casing of the older formatting code.Kang Seonghoon-32/+32
2015-05-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+1675
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-67/+58
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-6/+6
2015-04-01Fallout from changes for overflow-checking during constant evaluation.Felix S. Klock II-1/+1
2015-03-30Fix the falloutVadim Petrochenkov-6/+6
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-4/+4
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-4/+4
2015-03-03Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`.Felix S. Klock II-4/+4
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-10/+10
2015-03-02Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=ManishearthManish Goregaokar-26/+2
2015-03-01Remove int/uint from libstd/lib.rsGuillaume Gomez-26/+2
2015-03-01Make Int::pow() take exp as u32 instead usizeGuillaume Gomez-0/+11
2015-02-24Add missing `fn`Michał Krasnoborski-1/+1
2015-02-24Stop parsing "-" as integer, fixes #22745Michał Krasnoborski-0/+5
2015-02-10Deprecating i/u suffixes in libcoretestAlfie John-4/+4
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-7/+7
2015-01-30std: Stabilize FromStr and parseAlex Crichton-47/+47
2015-01-30Remove all `i` suffixesTobias Bucher-7/+7
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2