Maxim Moiseev
|
13abb9a0a7
|
[stdlib] BinaryInteger func word(at:) => var words: Words (#8984)
* [stdlib] Underscoring BinaryInteger.word(at:)
* [stdlib] Implementing var words in terms of _word(at:)
|
2017-04-25 08:45:01 -07:00 |
|
swift-ci
|
20dcfcb425
|
Merge pull request #8860 from moiseev/unsigned-minus-one
|
2017-04-19 11:50:53 -07:00 |
|
Max Moiseev
|
830b2edf54
|
[stdlib] Check overflow in integer init from literal
Fixes: <rdar://problem/29911715>
And partially: <rdar://problem/29937936>
|
2017-04-19 11:06:26 -07:00 |
|
practicalswift
|
a029589093
|
[gardening] Use consistent headers
|
2017-04-18 19:51:08 +02:00 |
|
Max Moiseev
|
2e67c13d15
|
Fixing some tests
|
2017-04-14 16:19:06 -07:00 |
|
Max Moiseev
|
f106bd9529
|
Running new integer tests in Swift 4 mode only
|
2017-04-12 17:03:46 -07:00 |
|
Max Moiseev
|
233fb21dd6
|
multipliedFullWidth(by:) and dividingFullWidth(_:)
|
2017-03-13 15:16:58 -07:00 |
|
Max Moiseev
|
ff81681f4f
|
Properly naming bit count properties
|
2017-03-13 11:50:02 -07:00 |
|
Max Moiseev
|
494acaacf9
|
Fixing the trailingZeroBits test
|
2017-01-30 17:25:56 -08:00 |
|
Max Moiseev
|
c342166f10
|
Renaming leadingZeros to leadingZeroBits. Same for trailingZeros
|
2017-01-30 17:16:16 -08:00 |
|
Max Moiseev
|
1814e4fce3
|
Fixing tests
|
2017-01-23 10:59:31 -08:00 |
|
Max Moiseev
|
d71c73bbba
|
Fixing stdlib tests
|
2017-01-06 18:08:36 -08:00 |
|
Max Moiseev
|
ea8f2209a3
|
Overflow checks in division/modulo operators + tests
|
2016-12-15 16:32:07 -08:00 |
|
Max Moiseev
|
94564ebc37
|
Adding some doubleWidthMultiply and bouldWidthDivide tests
|
2016-12-15 13:42:47 -08:00 |
|
Max Moiseev
|
265060df84
|
Adding integer unit tests from the original prototype
|
2016-12-14 17:16:56 -08:00 |
|