Joe Groff
a7b65aeea1
stdlib: Use shim functions to avoid name+type collisions with CoreFoundation functions.
...
Fixes rdar://problem/20981649.
Swift SVN r30426
2015-07-21 01:02:04 +00:00
Michael Gottesman
4ce5cdad17
[llvm-arc-opts] Implement swift_{retain,release}_n.
...
rdar://21803771
Swift SVN r30204
2015-07-15 00:03:03 +00:00
Andrew Trick
23b1186467
Removed _swift_isUniquelyReferenced shims. Don't call these from swift.
...
Swift SVN r28270
2015-05-07 16:39:28 +00:00
Dave Abrahams
6f4e1bb309
[stdlib] Fixes for _getSuperclass
...
This internal function is used by mirrors and thus must work correctly
Swift SVN r28154
2015-05-05 05:40:20 +00:00
Dave Abrahams
7cd1429f59
[stdlib] Add _getSuperclass(AnyClass)
...
We'll need this to handle class mirrors properly
Swift SVN r27500
2015-04-20 21:58:24 +00:00
Dmitri Hrybenko
29b15adff1
stdlib: make println() output atomic within one call
...
rdar://17016326
Swift SVN r27248
2015-04-13 05:51:47 +00:00
Dmitri Hrybenko
350248dae5
Reorganize the directory structure under 'stdlib'
...
The standard library has grown significantly, and we need a new
directory structure that clearly reflects the role of the APIs, and
allows future growth.
See stdlib/{public,internal,private}/README.txt for more information.
Swift SVN r25876
2015-03-09 05:26:05 +00:00