Dmitri Hrybenko
a741b1b191
stdlib: mark Range.isEmpty for removal, it will become redundant soon
...
Swift SVN r27907
2015-04-29 04:24:13 +00:00
Dmitri Hrybenko
e0affbcbae
stdlib: fix coding style
...
Swift SVN r27906
2015-04-29 04:24:13 +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
Dmitri Hrybenko
70828ef4fb
stdlib: stop using _CollectionType to the largest extent possible
...
Swift SVN r27448
2015-04-18 04:25:25 +00:00
Dmitri Hrybenko
d267b86cb6
stdlib: move the bulk of SequenceType algorithms to protocol extensions
...
rdar://19895265
Swift SVN r27269
2015-04-14 01:53:19 +00:00
Dmitri Hrybenko
e5ca5f5952
stdlib: remove unused typealias that was added by mistake
...
Swift SVN r27114
2015-04-08 00:41:21 +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
Dmitri Hrybenko
ff2dd6320a
stdlib: fix coding style
...
When colon specifies is-a relationship between types, we put spaces on
both sides of the colon.
Swift SVN r27016
2015-04-05 05:54:55 +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