Skip to content

Commit 33f7c20

Browse files
committed
---
yaml --- r: 229343 b: refs/heads/master-next c: b95ba25 h: refs/heads/master i: 229341: 49eb13c 229339: dda3db8 229335: 5d9736e 229327: ba085d3 229311: fb0b7d8
1 parent 61141f6 commit 33f7c20

File tree

4 files changed

+442
-2
lines changed

4 files changed

+442
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: a37c1f05e28110b00b679c219d162d85a7e2b546
3-
refs/heads/master-next: 376753e3a0e2e7e2471a171c416d6ac4552a60af
3+
refs/heads/master-next: b95ba2507df833f8e172802f8057c0c5f5379288
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
66
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07

branches/master-next/stdlib/public/core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ set(SWIFTLIB_ESSENTIAL
7272
HashedCollectionsAnyHashableExtensions.swift
7373
Hasher.swift
7474
Hashing.swift
75+
HashTable.swift
7576
HeapBuffer.swift
7677
ICU.swift
7778
Indices.swift

branches/master-next/stdlib/public/core/GroupInfo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@
112112
"SwiftNativeNSArray.swift"],
113113
"HashedCollections": [
114114
"Dictionary.swift",
115-
"HashedCollectionsAnyHashableExtensions.swift",
116115
"Set.swift",
116+
"HashedCollectionsAnyHashableExtensions.swift",
117+
"HashTable.swift"
117118
]
118119
}
119120
],

0 commit comments

Comments
 (0)