practicalswift
fa7fbdb8b0
[gardening] Remove redundant nil-initialization of optional variable
...
From the Swift documentation:
"If you define an optional variable without providing a default value,
the variable is automatically set to nil for you."
2016-09-18 07:40:07 +02:00
Joe Groff
4b9e49827d
Make all _toAnyHashable() implements @nonobjc.
2016-07-27 09:25:30 -07:00
Dmitri Gribenko
34f6eb1438
Foundation: add custom AnyHashable representations to new value types
2016-07-26 03:10:52 -07:00
swift-ci
3cfcb55bfc
Merge pull request #3752 from parkera/foundation_reflection
2016-07-25 22:29:48 -07:00
Jordan Rose
0712ffcb07
Convert the Dispatch and Foundation overlays to 'fileprivate'. ( #3753 )
...
Similar to the work in apple/swift-corelibs-foundation#445 .
Groundwork for SE-0025 ('private' and 'fileprivate').
No intended functionality change.
2016-07-25 20:58:06 -07:00
Tony Parker
dab81e8674
Add CustomReflectable implementation to most Foundation value types.
...
Also improves the basic debugDescription and description methods.
rdar://26580762
2016-07-25 17:05:51 -07:00
Joe Groff
32b50c624d
stdlib: Remove _isBridgedToObjectiveC from _ObjectiveCBridgeable.
...
All generic bridgeable types can bridge for all their instantiations now. Removing this ferrets out some now-unnecessary traps that check for unbridgeable parameter types.
2016-07-25 06:01:21 -07:00
Doug Gregor
ab3a15c87a
[SE-0091 / Foundation overlay] Move operators into types.
...
Foundation provides a number of specific operators defined in the
global scope. Push all of these into their corresponding types. This
cleanup helps verify that the SE-0091 implementation is generally
functional.
2016-07-18 23:18:57 -07:00
Kenta Kudo
f6e1608fa8
Update Date.swift
2016-07-14 09:52:46 +09:00
Tony Parker
b4e10dabad
Fix a typo (thanks @KentaKudo)
2016-07-08 11:26:24 -07:00
practicalswift
8d03ea1347
[gardening] Fix some recently introduced typos.
2016-06-19 21:28:36 +02:00
practicalswift
223d8d63f7
[gardening] Use "\"" instead of "“" or "”".
2016-06-15 22:54:11 +02:00
practicalswift
cc47c70019
[gardening] Use "'" instead of "’".
2016-06-15 22:43:25 +02:00
Mishal Shah
87b7bcfd3e
Update master to build with Xcode 8 beta 1, OS X 10.12, iOS 10, tvOS 10, and watchOS 3 SDKs.
2016-06-14 14:53:55 -07:00