mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
81 lines
5.0 KiB
Plaintext
81 lines
5.0 KiB
Plaintext
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>
|
|
Func MutableCollection._partition(within:by:) has been renamed to Func MutableCollection._partitionImpl(by:)
|
|
Func MutableCollection._heapSort(within:by:) has been removed
|
|
Func MutableCollection._heapify(within:by:) has been removed
|
|
Func MutableCollection._introSort(within:by:) has been removed
|
|
Func MutableCollection._introSortImpl(within:by:depthLimit:) has been removed
|
|
Func MutableCollection._siftDown(_:within:by:) has been removed
|
|
Func MutableCollection._sort3(_:_:_:by:) has been removed
|
|
Func MutableCollection._partition(within:by:) has parameter 0 type change from Range<τ_0_0.Index> to (τ_0_0.Element) throws -> Bool
|
|
|
|
Func BinaryInteger._description(radix:uppercase:) has been removed
|
|
Struct _Buffer32 has been removed
|
|
Struct _Buffer72 has been removed
|
|
Func _int64ToString(_:radix:uppercase:) has been removed
|
|
Func _int64ToStringImpl(_:_:_:_:_:) has been removed
|
|
Func _uint64ToStringImpl(_:_:_:_:_:) has been removed
|
|
Func _withUninitializedString(_:) has been removed
|
|
|
|
Class _stdlib_AtomicInt has been removed
|
|
Func _stdlib_atomicCompareExchangeStrongInt(object:expected:desired:) has been removed
|
|
Func _stdlib_atomicCompareExchangeStrongInt32(object:expected:desired:) has been removed
|
|
Func _stdlib_atomicCompareExchangeStrongInt64(object:expected:desired:) has been removed
|
|
Func _stdlib_atomicCompareExchangeStrongUInt32(object:expected:desired:) has been removed
|
|
Func _stdlib_atomicCompareExchangeStrongUInt64(object:expected:desired:) has been removed
|
|
Func _swift_stdlib_atomicFetchAddInt(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchAddInt32(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchAddInt64(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchAddUInt32(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchAddUInt64(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchAndInt(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchAndInt32(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchAndInt64(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchAndUInt32(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchAndUInt64(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchOrInt(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchOrInt32(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchOrInt64(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchOrUInt32(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchOrUInt64(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchXorInt(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchXorInt32(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchXorInt64(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchXorUInt32(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicFetchXorUInt64(object:operand:) has been removed
|
|
Func _swift_stdlib_atomicLoadInt(object:) has been removed
|
|
Func _swift_stdlib_atomicLoadInt32(object:) has been removed
|
|
Func _swift_stdlib_atomicLoadInt64(object:) has been removed
|
|
Func _swift_stdlib_atomicLoadUInt32(object:) has been removed
|
|
Func _swift_stdlib_atomicLoadUInt64(object:) has been removed
|
|
Func _swift_stdlib_atomicStoreInt(object:desired:) has been removed
|
|
Func _swift_stdlib_atomicStoreInt32(object:desired:) has been removed
|
|
Func _swift_stdlib_atomicStoreInt64(object:desired:) has been removed
|
|
Func _swift_stdlib_atomicStoreUInt32(object:desired:) has been removed
|
|
Func _swift_stdlib_atomicStoreUInt64(object:desired:) has been removed
|
|
|
|
Struct Hasher._Core has removed conformance to _HasherCore
|
|
Protocol _HasherCore has been removed
|
|
Struct _BufferingHasher has been removed
|
|
Struct _HasherTailBuffer has been removed
|
|
Var Hasher._core has declared type change from _BufferingHasher<Hasher._Core> to Hasher._Core
|
|
Var Hasher._Core._buffer is added to a non-resilient type
|
|
Var Hasher._Core._state in a non-resilient type changes position from 0 to 1
|
|
|
|
Class _AbstractStringStorage has been removed
|
|
Constructor _StringGuts.init(_:) has been removed
|
|
Constructor _StringObject.init(_:) has been removed
|
|
Constructor _StringStorage.init() has been removed
|
|
Var _StringObject.nativeStorage has been removed
|
|
Var _StringStorage._countAndFlags has been removed
|
|
Var _StringStorage._realCapacityAndFlags has been removed
|
|
Var _StringStorage.count has been removed
|
|
Var _StringStorage.mutableStart has been removed
|
|
Var _StringStorage.start has been removed
|
|
Class _StringStorage is now without @_fixed_layout
|
|
Class _SharedStringStorage has removed conformance to _NSStringCore
|
|
Class _StringStorage has removed conformance to _NSStringCore
|
|
Protocol _NSStringCore has been removed
|
|
|
|
Constructor ManagedBuffer.init(_doNotCallMe:) has been removed
|
|
Func _makeAnyHashableUpcastingToHashableBaseType(_:storingResultInto:) has been removed
|