Commit Graph

8 Commits

Author SHA1 Message Date
Dmitri Hrybenko
4f819a9cf7 Remove an NSSet.copyObjectPointers() API that was unintentionally added
Swift SVN r24054
2014-12-20 03:01:34 +00:00
David Farler
c453eb4c48 Add Set type.
<rdar://problem/14661754> TLF: [data-structure] Set<T> data type + Bridging from NSSet

Swift SVN r23262
2014-11-12 07:07:00 +00:00
Graham Batty
dc6a776d10 stdlib: Use config directives to work without objective-c.
Swift SVN r23211
2014-11-10 20:06:25 +00:00
Graham Batty
373414864d Revert "Use config directives to carve out a 'portable' kernel stdlib."
This reverts commit r23202 pending further discussion.

Swift SVN r23205
2014-11-10 18:46:42 +00:00
Graham Batty
dfa260fab1 Use config directives to carve out a 'portable' kernel stdlib.
Swift SVN r23202
2014-11-10 18:03:09 +00:00
Dave Abrahams
7b774239d0 [stdlib] Kill redundant protocol requirement
Swift SVN r22934
2014-10-24 23:53:03 +00:00
Dave Abrahams
43c9d38abc [stdlib] Drop needless "Swift" from some names
Swift SVN r22910
2014-10-24 15:48:45 +00:00
Dave Abrahams
393c520fbe [stdlib] Separate source file for shadow protocols
They didn't belong lumped together in the implementation of Dictionary,
where they were.

Swift SVN r22909
2014-10-24 15:48:45 +00:00