Max Moiseev
|
a49dab6bf8
|
Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines
|
2016-02-29 12:08:52 -08:00 |
|
Daniel Duan
|
2bc78b8c09
|
[stdlib] update for 'inout' adjustment (SE-0031)
|
2016-02-26 12:02:29 -08:00 |
|
Jordan Rose
|
b319e3da32
|
stdlib: Adjust to insert(contentsOf:at:) and append(contentsOf:)
instead of insertContents(of:at:) and appendContents(of:),
originally insertContentsOf(_:at:) and appendContentsOf(_:)
per internal discussion.
|
2016-02-25 12:50:39 -08:00 |
|
Dmitri Gribenko
|
f0633ce5a9
|
stdlib: Sequence.iterator() => .makeIterator()
|
2016-02-23 13:52:30 -08:00 |
|
Max Moiseev
|
4b9eab6288
|
appendContentsOf => appendContents(of:)
|
2016-02-22 18:02:04 -08:00 |
|
Max Moiseev
|
481bcabcba
|
[stdlib] API naming guidelines applied to split and join
- `separator` label for first argument of `split`
- `join` and related types are renamed to `joined`
|
2016-02-22 15:43:33 -08:00 |
|
Dmitri Gribenko
|
3d3d4540e1
|
Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines
|
2016-02-20 14:37:49 -08:00 |
|
Max Moiseev
|
40b1a0b7e0
|
[stdlib] all sorts of require renamed back to precondition
|
2016-02-19 18:21:29 -08:00 |
|
Nadav Rotem
|
5df42b7f91
|
Track the performance of calls to protocol methods.
rdar://22704464.
|
2016-02-19 16:48:29 -08:00 |
|
Dmitri Gribenko
|
98561f6137
|
stdlib: joinWithSeparator(_:) => join(separator:)
|
2016-02-18 22:30:57 -08:00 |
|
Dmitri Gribenko
|
dd75aed67a
|
Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines
|
2016-02-17 14:40:05 -08:00 |
|
Dmitri Gribenko
|
624461f242
|
wip
|
2016-02-15 23:48:02 -08:00 |
|
Dmitri Gribenko
|
efaa39ea79
|
stdlib: add first argument labels and some other changes to conform to API guidelines
|
2016-02-15 23:47:54 -08:00 |
|
Max Moiseev
|
3a3984877a
|
Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines
|
2016-02-15 15:43:34 -08:00 |
|
practicalswift
|
1ddf6b50ad
|
[gardening] Remove double spaces in newly introduced code.
|
2016-02-14 12:45:48 +01:00 |
|
Nadav Rotem
|
73df70e57f
|
Merge pull request #1294 from dgrove-oss/benchmark-sequential-integrate
Add sequential variant of Integrate benchmark
|
2016-02-12 17:58:48 -08:00 |
|
David Grove
|
8fa5378cbe
|
Add sequential variant of Integrate benchmark
A simple recursive divide and conquer algorithm
whose parallel variant is often used to assess
scheduling overheads in dynamic task-based runtimes.
|
2016-02-12 17:32:27 -05:00 |
|
practicalswift
|
85e29caac8
|
[gardening] Fix recently introduced typo: "apend" → "append"
|
2016-02-12 23:29:25 +01:00 |
|
Daniel Duan
|
993fd5cc6e
|
use keyword "associatedtype" in benchmark code
|
2016-02-10 00:55:55 -08:00 |
|
Nadav Rotem
|
732f38447b
|
[Benchmark] Add a new test to the test suite.
|
2016-02-09 16:36:59 -08:00 |
|
Nadav Rotem
|
0188d27937
|
Add a short description to the benchmark.
|
2016-02-09 11:50:38 -08:00 |
|
Nadav Rotem
|
115274fe42
|
[Benchmark] Add a test that checks the performance of protocol conformance.
|
2016-02-09 11:35:29 -08:00 |
|
practicalswift
|
e678f7a141
|
[gardening] Fix recently introduced typos
|
2016-02-09 14:18:10 +01:00 |
|
Luke Larson
|
0356ec8ec3
|
Add Swift Benchmark Suite
|
2016-02-08 10:47:58 -08:00 |
|