about summary refs log tree commit diff
path: root/src/libcore/num
AgeCommit message (Expand)AuthorLines
2016-01-19fix the docs and simplify the implementation of unsigned wrapping opsOliver Schneider-50/+43
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-82/+66
2016-01-14Auto merge of #30466 - alexcrichton:move-wrapping-and-fill-out, r=aturonbors-14/+658
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-11std: Move overflowing ops to inherent methodsAlex Crichton-14/+658
2016-01-05Fix a breaking change in #30523Nicholas Mazzuca-15/+15
2016-01-04Auto merge of #30681 - Toby-S:master, r=blussbors-8/+9
2016-01-04Make float parsing "." return ErrToby Scrace-8/+9
2016-01-02Take out Op<T>/OpAssign<T> for Wrapping<T>Nicholas Mazzuca-144/+1
2016-01-01In the middle of the implementationNicholas Mazzuca-208/+316
2015-12-21Register new snapshotsAlex Crichton-350/+1
2015-12-19Auto merge of #30435 - Ms2ger:ParseResult, r=alexcrichtonbors-6/+5
2015-12-17Don't import ParseResult's variants in dec2flt.Ms2ger-6/+5
2015-12-13fix copy-paste typo in docs for wrapping_shrZach Reizner-2/+2
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-12-10std: Remove deprecated functionality from 1.5Alex Crichton-157/+2
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-9/+42
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+19
2015-11-16Make `min_value()` and `max_value()` const functionsAndrea Canciani-5/+5
2015-11-10Add examples to methods on integer typesToby Scrace-31/+342
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-11-01Auto merge of #29316 - GBGamer:change-unchecked-div-generic, r=eddybbors-20/+343
2015-10-31Check unchecked_div|rem's specialisationNicholas Mazzuca-20/+343
2015-10-29Auto merge of #29129 - cuviper:impl-from-for-floats, r=alexcrichtonbors-3/+24
2015-10-28Comment how the significand limits lossless int->float conversionJosh Stone-0/+4
2015-10-23Make `{Default, From, FromIterator, One, Zero}` well-formedAndrew Paseltiner-2/+2
2015-10-17Implement conversion traits for primitive float typesJosh Stone-3/+20
2015-10-17`other` should be called `other`, not `v`.Michael Howell-8/+8
2015-10-15Auto merge of #29050 - rkruppe:dec2flt-lonely-sign, r=alexcrichtonbors-1/+6
2015-10-15Auto merge of #28921 - petrochenkov:intconv, r=alexcrichtonbors-0/+43
2015-10-15Implement conversion traits for primitive integer typesVadim Petrochenkov-0/+43
2015-10-14Reject "+" and "-" when parsing floats.Robin Kruppe-1/+6
2015-10-08Auto merge of #28900 - cristicbz:typos, r=alexcrichtonbors-4/+4
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-4/+4
2015-10-08Auto merge of #28826 - arthurprs:leading_plus, r=alexcrichtonbors-40/+41
2015-10-07core: Derive Default for Wrapping<T>Cristi Cobzarenco-1/+1
2015-10-05Fix doc typo in num::{f32,f64}.Jed Davis-2/+2
2015-10-03integer parsing should accept leading plusarthurprs-40/+41
2015-09-20Reorganize core::num internalsRobin Kruppe-73/+98
2015-09-04Fix for issue #28012: pow overflow inconsistencyPeter Reid-15/+11
2015-09-03Elide lifetimes in libcoreManish Goregaokar-7/+7
2015-08-26Make iter::order functions into methods on IteratorSteven Fackler-3/+1
2015-08-22Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturonbors-110/+126
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-279/+0
2015-08-17core: Shuffle around float parsingAlex Crichton-100/+96
2015-08-17std: Clean up primitive integer modulesAlex Crichton-10/+30
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-279/+0