Dave Abrahams
e2c6c7e90d
[stdlib] Fix "#" parameter warnings due to new rules
...
Swift SVN r27807
2015-04-27 18:15:34 +00:00
David Farler
9e28dc777a
Update standard library doc comments to Markdown
...
rdar://problem/20180478
Swift SVN r27726
2015-04-26 00:07:11 +00:00
Dave Abrahams
ac3f047496
[stdlib] Renaming fallout from Mirror API review
...
toString(x) => String(x)
toDebugString(x) => String(reflecting: x)
Printable => CustomStringConvertible
DebugPrintable => CustomDebugStringConvertible
Also updated comments to clarify these protocols
Swift SVN r27090
2015-04-07 20:32:26 +00:00
Doug Gregor
c69294562e
Clean up explicit protocol conformances in the standard library.
...
Eliminates redundant conformances and resolves ambiguous implied
conformances. NFC.
Swift SVN r26066
2015-03-12 21:11:12 +00:00
Dmitri Hrybenko
5ca75b75e3
Move integer parsing APIs to SwiftExperimental
...
These APIs did not go through API review.
Swift SVN r25890
2015-03-09 19:04:21 +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