summary refs log tree commit diff
path: root/src/libcoretest/num
AgeCommit message (Expand)AuthorLines
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-20/+45
2016-05-08Rollup merge of #33426 - sfackler:try-from, r=aturonManish Goregaokar-146/+299
2016-05-07Implement RFC 1542Steven Fackler-147/+300
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-1/+0
2016-03-11cleanup int suffixes in libcoretestsrinivasreddy-6/+6
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-2/+2
2016-02-06Auto merge of #31410 - rkruppe:issue31109, r=pnkfelixbors-7/+16
2016-02-04Enable unit tests for literals that overflow. I have no idea why this conditi...Robin Kruppe-7/+5
2016-02-04Prevent the immediate panic uncovered by #31109 and add a test.Robin Kruppe-0/+11
2016-01-30test: Deny warnings in {core,collections}testAlex Crichton-6/+11
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