Clinton Nkwocha
304335e3e8
[SE-0514] Hashable Conformance for Dictionary.Keys, CollectionOfOne and EmptyCollection ( #86899 )
...
Adds `Hashable` conformance to `Dictionary.Keys`, `CollectionOfOne` and
`EmptyCollection`.
_Proposal:
[SE-0514](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0514-hashable-conformance-for-dictionarykeys-collectionofone-emptycollection.md )_
2026-03-17 07:31:32 +00:00
Dmitri Gribenko
349c2d2d65
stdlib tests: remove ObjC requirement from CollectionOfOne tests
2016-09-15 17:06:12 -07:00
Max Moiseev
9fc37efee4
[test] renaming test/1_stdlib to just test/stdlib
2016-09-01 16:51:43 -07:00
Jordan Rose
e83c117c30
[test] Hack: run stdlib tests first to start long-running tests earlier.
...
This decreases total testing time by over a minute on my old Mac Pro.
It probably has much less effect on systems with fewer cores, but shouldn't
be any worse there.
Swift SVN r22745
2014-10-15 01:30:51 +00:00
Dave Abrahams
67734b1835
[stdlib] CollectionOfOne<T>
...
A simple collection of one element
Swift SVN r13976
2014-02-17 04:56:11 +00:00