Dmitri Hrybenko
8ac6c7cf8f
Remove {Dictionary,Set,UnsafeMutableBufferPointer,UnsafeBufferPointer}.count
...
These APIs are redundant with APIs that come from protocol extensions.
Swift SVN r28248
2015-05-07 00:30:43 +00:00
Dmitri Hrybenko
c109ec9125
stdlib: protocol extensions: de-underscore count()
...
Swift SVN r28246
2015-05-07 00:30:38 +00:00
Dmitri Hrybenko
97db2def53
stdlib: protocol extensions: de-underscore flatMap()
...
Swift SVN r28239
2015-05-07 00:30:27 +00:00
Dmitri Hrybenko
4d197dc5b2
Revert "stdlib: change sort() and sorted() into methods"
...
This reverts commits r27885, r27876. It looks like they broke iOS on
arm64.
Swift SVN r27893
2015-04-28 23:58:50 +00:00
Dmitri Hrybenko
b05c372c4f
stdlib: change sort() and sorted() into methods
...
Swift SVN r27876
2015-04-28 18:05:37 +00:00
Dave Abrahams
1badcbc14b
[stdlib] Rename Slice => ArraySlice
...
Leave room for a generic Slice type in a later release.
Swift SVN r25493
2015-02-24 00:18:58 +00:00
Maxwell Swadling
b1857d2452
[stdlib] added flatMap
...
fixes rdar://problem/19338087
Swift SVN r25378
2015-02-18 22:58:35 +00:00
Dmitri Hrybenko
64ffcf43bf
tests: check that array generators traverse a snapshot of the array
...
Swift SVN r25172
2015-02-11 07:12:26 +00:00
Dmitri Hrybenko
6f6ca68aaf
stdlib: mark closures in Array.map() and Array.filter() with @noescape
...
rdar://19389247
Swift SVN r25131
2015-02-10 19:54:28 +00:00
Dave Abrahams
ed8c302a93
[stdlib] Move tests that challenge a debug compiler
...
...into the validation suite. This is the wrong solution but at least
the bots will continue to run all the tests and we won't regress.
Swift SVN r24934
2015-02-04 01:53:14 +00:00