|
1 |
| - |
2 |
| -/* Generic Signature Changes */ |
3 | 1 | Func MutableCollection._partition(within:by:) has generic signature change from <τ_0_0 where τ_0_0 : MutableCollection, τ_0_0 : RandomAccessCollection> to <τ_0_0 where τ_0_0 : BidirectionalCollection, τ_0_0 : MutableCollection>
|
4 |
| - |
5 |
| -/* RawRepresentable Changes */ |
6 |
| - |
7 |
| -/* Removed Decls */ |
8 |
| -Class _stdlib_AtomicInt has been removed |
9 |
| -Func BinaryInteger._description(radix:uppercase:) has been removed |
| 2 | +Func MutableCollection._partition(within:by:) has been renamed to Func MutableCollection._partitionImpl(by:) |
10 | 3 | Func MutableCollection._heapSort(within:by:) has been removed
|
11 | 4 | Func MutableCollection._heapify(within:by:) has been removed
|
12 | 5 | Func MutableCollection._introSort(within:by:) has been removed
|
13 | 6 | Func MutableCollection._introSortImpl(within:by:depthLimit:) has been removed
|
14 | 7 | Func MutableCollection._siftDown(_:within:by:) has been removed
|
15 | 8 | Func MutableCollection._sort3(_:_:_:by:) has been removed
|
| 9 | +Func MutableCollection._partition(within:by:) has parameter 0 type change from Range<τ_0_0.Index> to (τ_0_0.Element) throws -> Bool |
| 10 | + |
| 11 | +Func BinaryInteger._description(radix:uppercase:) has been removed |
| 12 | +Struct _Buffer32 has been removed |
| 13 | +Struct _Buffer72 has been removed |
16 | 14 | Func _int64ToString(_:radix:uppercase:) has been removed
|
17 | 15 | Func _int64ToStringImpl(_:_:_:_:_:) has been removed
|
| 16 | +Func _uint64ToStringImpl(_:_:_:_:_:) has been removed |
| 17 | +Func _withUninitializedString(_:) has been removed |
| 18 | + |
| 19 | +Class _stdlib_AtomicInt has been removed |
18 | 20 | Func _stdlib_atomicCompareExchangeStrongInt(object:expected:desired:) has been removed
|
19 | 21 | Func _stdlib_atomicCompareExchangeStrongInt32(object:expected:desired:) has been removed
|
20 | 22 | Func _stdlib_atomicCompareExchangeStrongInt64(object:expected:desired:) has been removed
|
@@ -50,25 +52,12 @@ Func _swift_stdlib_atomicStoreInt32(object:desired:) has been removed
|
50 | 52 | Func _swift_stdlib_atomicStoreInt64(object:desired:) has been removed
|
51 | 53 | Func _swift_stdlib_atomicStoreUInt32(object:desired:) has been removed
|
52 | 54 | Func _swift_stdlib_atomicStoreUInt64(object:desired:) has been removed
|
53 |
| -Func _uint64ToStringImpl(_:_:_:_:_:) has been removed |
| 55 | + |
| 56 | +Struct Hasher._Core has removed conformance to _HasherCore |
54 | 57 | Protocol _HasherCore has been removed
|
55 |
| -Struct _Buffer32 has been removed |
56 |
| -Struct _Buffer72 has been removed |
57 | 58 | Struct _BufferingHasher has been removed
|
58 | 59 | Struct _HasherTailBuffer has been removed
|
59 |
| - |
60 |
| -/* Moved Decls */ |
61 |
| - |
62 |
| -/* Renamed Decls */ |
63 |
| -Func MutableCollection._partition(within:by:) has been renamed to Func MutableCollection._partitionImpl(by:) |
64 |
| - |
65 |
| -/* Type Changes */ |
66 |
| -Func MutableCollection._partition(within:by:) has parameter 0 type change from Range<τ_0_0.Index> to (τ_0_0.Element) throws -> Bool |
67 | 60 | Var Hasher._core has declared type change from _BufferingHasher<Hasher._Core> to Hasher._Core
|
68 | 61 | Var Hasher._Core._buffer is added to a non-resilient type
|
69 | 62 | Var Hasher._Core._state in a non-resilient type changes position from 0 to 1
|
70 |
| -Struct Hasher._Core has removed conformance to _HasherCore |
71 |
| - |
72 |
| -/* Decl Attribute changes */ |
73 | 63 |
|
74 |
| -/* Protocol Requirement Changes */ |
0 commit comments