Dmitri Hrybenko
9da16e592e
stdlib: underscore reflect() and unsafeReflect()
...
Part of removing the old mirrors.
rdar://21428474
Swift SVN r29826
2015-07-01 00:31:39 +00:00
Dmitri Hrybenko
7ee84ed6b3
stdlib: rename Reflectable.{getMirror() -> _getMirror()}
...
Start removing the old mirrors.
rdar://21428474
Swift SVN r29823
2015-07-01 00:31:32 +00:00
Dave Abrahams
1175d3602c
[stdlib] Underscore the legacy Reflectable protocol
...
We don't want anyone using this and hope to remove it before GM, so
let's at least make its imminent death more obvious.
Swift SVN r29075
2015-05-27 20:59:24 +00:00
Dmitri Hrybenko
313701286b
stdlib: Various punctuation and markup improvements to the comments.
...
Patch by Brian Lanier.
Swift SVN r28659
2015-05-16 03:04:51 +00:00
Dmitri Hrybenko
68ef59e37a
stdlib: Convert comments to use '- requires:' instead of 'Requires:'.
...
Tidy misc. comments and markdown along the way.
Patch by Brian Lanier.
Swift SVN r28473
2015-05-12 17:47:11 +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
Enrico Granata
ac4e7329b8
Commit again with the proper indentation
...
Swift SVN r26057
2015-03-12 20:09:41 +00:00
Enrico Granata
566c462c10
Give StaticString a custom Reflectable conformance that reflects upon the string data
...
Fixes rdar://problem/19813456
Swift SVN r26051
2015-03-12 18:34:07 +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